Skip to content

Commit da965ab

Browse files
Bump junit from 4.10 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.10.md) - [Commits](junit-team/junit4@r4.10...r4.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 116a766 commit da965ab

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
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>junit</groupId>
8989
<artifactId>junit</artifactId>
90-
<version>4.10</version>
90+
<version>4.13</version>
9191
<scope>test</scope>
9292
</dependency>
9393

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>junit</groupId>
6868
<artifactId>junit</artifactId>
69-
<version>4.11</version>
69+
<version>4.13</version>
7070
<optional>true</optional>
7171
</dependency>
7272

0 commit comments

Comments
 (0)