This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
bump JUnit to fix
https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp
master
Stefan Bodewig
4 years ago
parent
9bc1f8f4e6
commit
4ae9d1cd60
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/libraries.properties
+1
-1
src/etc/poms/ant-junit/pom.xml
+1
-1
src/etc/poms/ant-junit4/pom.xml
+1
-1
src/etc/poms/ant-testutil/pom.xml
+ 1
- 1
lib/libraries.properties
View File
@@ -58,7 +58,7 @@ javax.mail.version=1.5.6
jdepend.version=2.9.1
# Later versions are built with Java 7
jruby.version=1.6.8
junit.version=4.1
2
junit.version=4.1
3.1
# Later versions are built with Java 6
rhino.version=1.7R5
jsch.version=0.1.55
+ 1
- 1
src/etc/poms/ant-junit/pom.xml
View File
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1
2
</version>
<version>4.1
3.1
</version>
<scope>compile</scope>
</dependency>
</dependencies>
+ 1
- 1
src/etc/poms/ant-junit4/pom.xml
View File
@@ -45,7 +45,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1
2
</version>
<version>4.1
3.1
</version>
<scope>compile</scope>
</dependency>
</dependencies>
+ 1
- 1
src/etc/poms/ant-testutil/pom.xml
View File
@@ -46,7 +46,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1
2
</version>
<version>4.1
3.1
</version>
<scope>compile</scope>
</dependency>
</dependencies>
Write
Preview
Loading…
Cancel
Save