Skip to content

Commit 4123d02

Browse files
Bump junit from 4.8.1 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.8.1...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dfd500 commit 4123d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

org.cpputest.plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>junit</groupId>
4646
<artifactId>junit</artifactId>
47-
<version>4.8.1</version>
47+
<version>4.13.1</version>
4848
<scope>test</scope>
4949
</dependency>
5050
</dependencies>

pom.xml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>junit</groupId>
120120
<artifactId>junit</artifactId>
121-
<version>4.8.1</version>
121+
<version>4.13.1</version>
122122
<scope>test</scope>
123123
</dependency>
124124
</dependencies>

0 commit comments

Comments
 (0)