Skip to content

Commit 07a43eb

Browse files
committed
2 parents 4f3f78c + c0ba8e7 commit 07a43eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Link Checker
2121
id: lychee
22-
uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c # v2
22+
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
2323
with:
2424
fail: false # Don't fail on broken links, create an issue instead
2525

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.13.0</version>
34+
<version>3.14.0</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>10.21.2</version>
85+
<version>10.23.1</version>
8686
</dependency>
8787
</dependencies>
8888
<configuration>

testcontainers-advanced-imagebuilder/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>testcontainers</artifactId>
94-
<version>1.20.4</version>
94+
<version>1.21.0</version>
9595
</dependency>
9696
<!-- Testcontainers is using outdated v1 -->
9797
<dependency>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.junit.jupiter</groupId>
106106
<artifactId>junit-jupiter</artifactId>
107-
<version>5.11.4</version>
107+
<version>5.12.2</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-surefire-plugin</artifactId>
210-
<version>3.5.2</version>
210+
<version>3.5.3</version>
211211
<configuration>
212212
<skipTests>${skipTests}</skipTests>
213213
</configuration>

0 commit comments

Comments
 (0)