Skip to content

Commit 2e7064f

Browse files
committed
Update junit version in the pom files
1 parent 6587bea commit 2e7064f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sample-maven-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>junit</groupId>
1313
<artifactId>junit</artifactId>
14-
<version>4.12</version>
14+
<version>4.13.1</version>
1515
<scope>test</scope>
1616
</dependency>
1717
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>junit</groupId>
136136
<artifactId>junit</artifactId>
137-
<version>4.12</version>
137+
<version>4.13.1</version>
138138
<scope>test</scope>
139139
</dependency>
140140

0 commit comments

Comments
 (0)