Skip to content

Commit baae20e

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 a2cdde2 commit baae20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cf-java-monitoring-custom-metrics-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>junit</groupId>
4545
<artifactId>junit</artifactId>
46-
<version>4.12</version>
46+
<version>4.13.1</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<source.plugin.version>3.2.1</source.plugin.version>
175175
<jar.plugin.version>3.2.0</jar.plugin.version>
176176
<hamcrest.version>1.3</hamcrest.version>
177-
<junit.version>4.12</junit.version>
177+
<junit.version>4.13.1</junit.version>
178178
<mockito.version>1.9.5</mockito.version>
179179
<surefire.plugin.version>2.18.1</surefire.plugin.version>
180180
<animal.sniffer.version>1.18</animal.sniffer.version>

0 commit comments

Comments
 (0)