Skip to content

Commit 471258f

Browse files
authored
Merge pull request #37 from java110/dependabot/maven/springboot/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1 in /springboot
2 parents f9991c6 + 310788b commit 471258f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>junit</groupId>
3333
<artifactId>junit</artifactId>
34-
<version>4.11</version>
34+
<version>4.13.1</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>

0 commit comments

Comments
 (0)