Skip to content

Commit 890b6eb

Browse files
authored
Merge pull request #365 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 37deada + 8ed1f2d commit 890b6eb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

finish/inventory/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@
7474
<dependency>
7575
<groupId>org.testcontainers</groupId>
7676
<artifactId>kafka</artifactId>
77-
<version>1.21.1</version>
77+
<version>1.21.3</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.junit.jupiter</groupId>
8282
<artifactId>junit-jupiter</artifactId>
83-
<version>5.13.0</version>
83+
<version>5.13.2</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.testcontainers</groupId>
8888
<artifactId>junit-jupiter</artifactId>
89-
<version>1.21.1</version>
89+
<version>1.21.3</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>io.openliberty.tools</groupId>
121121
<artifactId>liberty-maven-plugin</artifactId>
122-
<version>3.11.3</version>
122+
<version>3.11.4</version>
123123
<configuration>
124124
<!-- devc config -->
125125
<containerRunOpts>

finish/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@
7676
<dependency>
7777
<groupId>org.testcontainers</groupId>
7878
<artifactId>kafka</artifactId>
79-
<version>1.21.1</version>
79+
<version>1.21.3</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.junit.jupiter</groupId>
8484
<artifactId>junit-jupiter</artifactId>
85-
<version>5.13.0</version>
85+
<version>5.13.2</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.testcontainers</groupId>
9090
<artifactId>junit-jupiter</artifactId>
91-
<version>1.21.1</version>
91+
<version>1.21.3</version>
9292
<scope>test</scope>
9393
</dependency>
9494
</dependencies>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>io.openliberty.tools</groupId>
111111
<artifactId>liberty-maven-plugin</artifactId>
112-
<version>3.11.3</version>
112+
<version>3.11.4</version>
113113
<configuration>
114114
<!-- devc config -->
115115
<containerRunOpts>

start/inventory/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@
6969
<dependency>
7070
<groupId>org.testcontainers</groupId>
7171
<artifactId>kafka</artifactId>
72-
<version>1.21.1</version>
72+
<version>1.21.3</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.junit.jupiter</groupId>
7777
<artifactId>junit-jupiter</artifactId>
78-
<version>5.13.0</version>
78+
<version>5.13.2</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.testcontainers</groupId>
8383
<artifactId>junit-jupiter</artifactId>
84-
<version>1.21.1</version>
84+
<version>1.21.3</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>io.openliberty.tools</groupId>
116116
<artifactId>liberty-maven-plugin</artifactId>
117-
<version>3.11.3</version>
117+
<version>3.11.4</version>
118118
<configuration>
119119
<!-- devc config -->
120120
<containerRunOpts>

0 commit comments

Comments
 (0)