Skip to content

Commit 4c71004

Browse files
authored
Merge pull request #340 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 09c1b12 + 0146cab commit 4c71004

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<dependency>
4343
<groupId>org.apache.commons</groupId>
4444
<artifactId>commons-lang3</artifactId>
45-
<version>3.17.0</version>
45+
<version>3.18.0</version>
4646
</dependency>
4747
<!-- For tests -->
4848
<dependency>
4949
<groupId>org.junit.jupiter</groupId>
5050
<artifactId>junit-jupiter</artifactId>
51-
<version>5.13.2</version>
51+
<version>5.13.4</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>

finish/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.junit.jupiter</groupId>
4343
<artifactId>junit-jupiter</artifactId>
44-
<version>5.13.2</version>
44+
<version>5.13.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<dependency>
4343
<groupId>org.apache.commons</groupId>
4444
<artifactId>commons-lang3</artifactId>
45-
<version>3.17.0</version>
45+
<version>3.18.0</version>
4646
</dependency>
4747
<!-- For tests -->
4848
<dependency>
4949
<groupId>org.junit.jupiter</groupId>
5050
<artifactId>junit-jupiter</artifactId>
51-
<version>5.13.2</version>
51+
<version>5.13.4</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>
4242
<artifactId>junit-jupiter</artifactId>
43-
<version>5.13.2</version>
43+
<version>5.13.4</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)