Skip to content

Commit 9029dd8

Browse files
committed
2 parents fe6a1a2 + b8d6856 commit 9029dd8

File tree

1 file changed

+2
-2
lines changed
  • testcontainers-advanced-imagebuilder-dummy-app

1 file changed

+2
-2
lines changed

testcontainers-advanced-imagebuilder-dummy-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.14.0</version>
34+
<version>3.14.1</version>
3535
<configuration>
3636
<release>${maven.compiler.release}</release>
3737
<compilerArgs>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.puppycrawl.tools</groupId>
8484
<artifactId>checkstyle</artifactId>
85-
<version>11.0.0</version>
85+
<version>11.1.0</version>
8686
</dependency>
8787
</dependencies>
8888
<configuration>

0 commit comments

Comments
 (0)