Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<projectreactor.version>3.7.3</projectreactor.version>

<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<junit.jupiter.version>5.11.4</junit.jupiter.version>
<junit.jupiter.version>5.12.0</junit.jupiter.version>
<mockito.version>5.14.2</mockito.version>
<testcontainers.version>1.20.4</testcontainers.version>
<testcontainers.version>1.20.5</testcontainers.version>
<testng.version>7.10.2</testng.version>

<httpclient5.version>5.4.2</httpclient5.version>
Expand Down Expand Up @@ -387,7 +387,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down
Loading