Browse Source

Merge pull request #1610 from alibaba/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.12 to 4.13.1
developing
Jiaju Zhuang 4 years ago committed by GitHub
parent
commit
72b6cd76eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pom.xml

2
pom.xml

@ -122,7 +122,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>

Loading…
Cancel
Save