We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2f3f8 commit ac88405Copy full SHA for ac88405
spring/pom.xml
@@ -62,7 +62,7 @@
62
</sonar.coverage.exclusions>
63
<sonar.java.checkstyle.reportPaths>target/checkstyle-result.xml
64
</sonar.java.checkstyle.reportPaths>
65
- <testcontainers.version>1.20.2</testcontainers.version>
+ <testcontainers.version>1.20.3</testcontainers.version>
66
<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
67
<junit-platform.version>1.9.1</junit-platform.version>
68
<oci.revision>${project.version}</oci.revision>
@@ -145,7 +145,7 @@
145
<dependency>
146
<groupId>org.testcontainers</groupId>
147
<artifactId>oracle-xe</artifactId>
148
- <version>1.20.2</version>
+ <version>1.20.3</version>
149
<scope>test</scope>
150
</dependency>
151
0 commit comments