Browse Source

Bumpup junit and commons.io versions for security reasons.

pull/2721/head
penmetsaa 4 years ago
committed by GitHub
parent
commit
9a7be5813d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 8 deletions
  1. +1
    -1
      java/build.xml
  2. +1
    -1
      java/demo/pom.xml
  3. BIN
      java/lib/junit-4.13.1.jar
  4. BIN
      java/lib/junit-4.8.1.jar
  5. +1
    -1
      java/pom.xml
  6. +1
    -1
      migrator/pom.xml
  7. +1
    -1
      tools/java/common/pom.xml
  8. +1
    -1
      tools/java/cpp-build/pom.xml
  9. +1
    -1
      tools/java/data/pom.xml
  10. +1
    -1
      tools/java/java-build/pom.xml

+ 1
- 1
java/build.xml View File

@ -24,7 +24,7 @@
</path>
<path id="test.classpath">
<pathelement location="${classes.dir}"/>
<pathelement location="${lib.dir}/junit/junit-4.8.1.jar"/>
<pathelement location="${lib.dir}/junit/junit-4.13.1.jar"/>
<pathelement location="${jar.dir}/${ant.project.name}-test.jar"/>
<fileset dir="${lib.dir}">
<include name="**/*.jar"/>


+ 1
- 1
java/demo/pom.xml View File

@ -74,7 +74,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.7</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>


BIN
java/lib/junit-4.13.1.jar View File


BIN
java/lib/junit-4.8.1.jar View File


+ 1
- 1
java/pom.xml View File

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


+ 1
- 1
migrator/pom.xml View File

@ -54,7 +54,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>


+ 1
- 1
tools/java/common/pom.xml View File

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


+ 1
- 1
tools/java/cpp-build/pom.xml View File

@ -148,7 +148,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>


+ 1
- 1
tools/java/data/pom.xml View File

@ -30,7 +30,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>


+ 1
- 1
tools/java/java-build/pom.xml View File

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


Loading…
Cancel
Save