Skip to content

Commit 54dddc9

Browse files
Bump junit from 4.12 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9fb0f1 commit 54dddc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>junit</groupId>
174174
<artifactId>junit</artifactId>
175-
<version>4.12</version>
175+
<version>4.13.1</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>

test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>junit</groupId>
1818
<artifactId>junit</artifactId>
19-
<version>4.12</version>
19+
<version>4.13.1</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.jboss.arquillian.container</groupId>

0 commit comments

Comments
 (0)