Skip to content

Commit 13b47a7

Browse files
committed
Revert "Make work with Java 17"
This reverts commit 3be3d8b.
1 parent 3be3d8b commit 13b47a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
6060
<!-- We skip sources jar generation as we do it with the assembly plugin to have greater control over the content -->
6161
<source.skip>true</source.skip>
62-
<testcontainers.version>1.16.0</testcontainers.version>
62+
<testcontainers.version>1.15.2</testcontainers.version>
6363
</properties>
6464

6565
<dependencyManagement>

0 commit comments

Comments
 (0)