Skip to content

Commit 8d09264

Browse files
authored
Merge pull request #165 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents ff7ca16 + 30be2c6 commit 8d09264

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: finish/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.junit.jupiter</groupId>
4747
<artifactId>junit-jupiter</artifactId>
48-
<version>5.11.4</version>
48+
<version>5.12.0</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
@@ -76,23 +76,23 @@
7676
<dependency>
7777
<groupId>org.testcontainers</groupId>
7878
<artifactId>testcontainers</artifactId>
79-
<version>1.20.4</version>
79+
<version>1.20.5</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<!-- end::testcontainers[] -->
8383
<!-- tag::slf4j[] -->
8484
<dependency>
8585
<groupId>org.slf4j</groupId>
8686
<artifactId>slf4j-reload4j</artifactId>
87-
<version>2.0.16</version>
87+
<version>2.0.17</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<!-- end::slf4j[] -->
9191
<!-- tag::slf4j-api[] -->
9292
<dependency>
9393
<groupId>org.slf4j</groupId>
9494
<artifactId>slf4j-api</artifactId>
95-
<version>2.0.16</version>
95+
<version>2.0.17</version>
9696
</dependency>
9797
<!-- end::slf4j-api[] -->
9898
<!-- end::testDependenies[] -->

Diff for: start/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter</artifactId>
47-
<version>5.11.4</version>
47+
<version>5.12.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>

0 commit comments

Comments
 (0)