We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7beeba0 + 126a40a commit e801fc7Copy full SHA for e801fc7
pom.xml
@@ -60,7 +60,7 @@
60
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
61
<junit.jupiter.version>5.11.4</junit.jupiter.version>
62
<mockito.version>5.14.2</mockito.version>
63
- <testcontainers.version>1.20.4</testcontainers.version>
+ <testcontainers.version>1.20.5</testcontainers.version>
64
<testng.version>7.10.2</testng.version>
65
66
<httpclient5.version>5.4.2</httpclient5.version>
@@ -387,7 +387,7 @@
387
</plugin>
388
<plugin>
389
<artifactId>maven-compiler-plugin</artifactId>
390
- <version>3.13.0</version>
+ <version>3.14.0</version>
391
<configuration>
392
<source>11</source>
393
<target>11</target>
0 commit comments