Skip to content

Commit 7564c08

Browse files
Bump junit from 4.12 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13. - [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) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b170e8 commit 7564c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<gsonfire-version>1.8.4</gsonfire-version>
230230
<jodatime-version>2.10.6</jodatime-version>
231231
<maven-plugin-version>1.0.0</maven-plugin-version>
232-
<junit-version>4.12</junit-version>
232+
<junit-version>4.13</junit-version>
233233
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
234234
</properties>
235235
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>junit</groupId>
164164
<artifactId>junit</artifactId>
165-
<version>4.12</version>
165+
<version>4.13</version>
166166
<scope>test</scope>
167167
</dependency>
168168
<dependency>

0 commit comments

Comments
 (0)