Browse Source

fixes a security problem in pom.xml

tags/rel_3_28_0_ga
chibash 3 years ago
parent
commit
0d468da4e9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

<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>
<dependency> <dependency>

Loading…
Cancel
Save