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

@@ -321,7 +321,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>[4.13.1,)</version>
<scope>test</scope>
</dependency>
<dependency>

Loading…
Cancel
Save