Skip to content

Commit 124b8fa

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) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f7e33d commit 124b8fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
<dependency>
2121
<groupId>junit</groupId>
2222
<artifactId>junit</artifactId>
23-
<version>4.12</version>
23+
<version>4.13.1</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>junit</groupId>
2828
<artifactId>junit</artifactId>
29-
<version>4.12</version>
29+
<version>4.13.1</version>
3030
<scope>test</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>junit</groupId>
3434
<artifactId>junit</artifactId>
35-
<version>4.12</version>
35+
<version>4.13.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838
</dependencies>

0 commit comments

Comments
 (0)