Skip to content

Commit 9b12612

Browse files
authored
Merge pull request #291 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 6a3ee28 + fa8434c commit 9b12612

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

finish/inventory/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,30 +61,30 @@
6161
<dependency>
6262
<groupId>org.slf4j</groupId>
6363
<artifactId>slf4j-api</artifactId>
64-
<version>2.0.16</version>
64+
<version>2.0.17</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>2.0.16</version>
69+
<version>2.0.17</version>
7070
</dependency>
7171
<!-- tag::dependencies[] -->
7272
<dependency>
7373
<groupId>org.testcontainers</groupId>
7474
<artifactId>kafka</artifactId>
75-
<version>1.20.4</version>
75+
<version>1.20.5</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.junit.jupiter</groupId>
8080
<artifactId>junit-jupiter</artifactId>
81-
<version>5.11.4</version>
81+
<version>5.12.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.testcontainers</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>1.20.4</version>
87+
<version>1.20.5</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<!-- end::dependencies[] -->

finish/system/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,30 +62,30 @@
6262
<dependency>
6363
<groupId>org.slf4j</groupId>
6464
<artifactId>slf4j-api</artifactId>
65-
<version>2.0.16</version>
65+
<version>2.0.17</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.slf4j</groupId>
6969
<artifactId>slf4j-simple</artifactId>
70-
<version>2.0.16</version>
70+
<version>2.0.17</version>
7171
</dependency>
7272
<!-- tag::dependencies[] -->
7373
<dependency>
7474
<groupId>org.testcontainers</groupId>
7575
<artifactId>kafka</artifactId>
76-
<version>1.20.4</version>
76+
<version>1.20.5</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.junit.jupiter</groupId>
8181
<artifactId>junit-jupiter</artifactId>
82-
<version>5.11.4</version>
82+
<version>5.12.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.testcontainers</groupId>
8787
<artifactId>junit-jupiter</artifactId>
88-
<version>1.20.4</version>
88+
<version>1.20.5</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<!-- end::dependencies[] -->

start/inventory/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,30 @@
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-api</artifactId>
63-
<version>2.0.16</version>
63+
<version>2.0.17</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>
6767
<artifactId>slf4j-simple</artifactId>
68-
<version>2.0.16</version>
68+
<version>2.0.17</version>
6969
</dependency>
7070
<!-- For tests -->
7171
<dependency>
7272
<groupId>org.testcontainers</groupId>
7373
<artifactId>kafka</artifactId>
74-
<version>1.20.4</version>
74+
<version>1.20.5</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter</artifactId>
80-
<version>5.11.4</version>
80+
<version>5.12.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.testcontainers</groupId>
8585
<artifactId>junit-jupiter</artifactId>
86-
<version>1.20.4</version>
86+
<version>1.20.5</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>

start/system/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,30 @@
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
6262
<artifactId>slf4j-api</artifactId>
63-
<version>2.0.16</version>
63+
<version>2.0.17</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.slf4j</groupId>
6767
<artifactId>slf4j-simple</artifactId>
68-
<version>2.0.16</version>
68+
<version>2.0.17</version>
6969
</dependency>
7070
<!-- For tests -->
7171
<dependency>
7272
<groupId>org.testcontainers</groupId>
7373
<artifactId>kafka</artifactId>
74-
<version>1.20.4</version>
74+
<version>1.20.5</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter</artifactId>
80-
<version>5.11.4</version>
80+
<version>5.12.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.testcontainers</groupId>
8585
<artifactId>junit-jupiter</artifactId>
86-
<version>1.20.4</version>
86+
<version>1.20.5</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

0 commit comments

Comments
 (0)