Merge pull request #43991 from tensorflow/mm-cherry-pick-java-fixes-on-r2.3

Bump junit from 4.11 to 4.13.1.
This commit is contained in:
Mihai Maruseac 2020-12-16 09:49:25 -08:00 committed by GitHub
commit 91941e070e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<java.version>1.8</java.version> <java.version>1.8</java.version>
<spark.version>2.4.5</spark.version> <spark.version>2.4.5</spark.version>
<yarn.api.version>2.7.3</yarn.api.version> <yarn.api.version>2.7.3</yarn.api.version>
<junit.version>4.11</junit.version> <junit.version>4.13.1</junit.version>
</properties> </properties>
<build> <build>

View File

@ -16,7 +16,7 @@
<maven.compiler.target>1.6</maven.compiler.target> <maven.compiler.target>1.6</maven.compiler.target>
<hadoop.version>2.6.0</hadoop.version> <hadoop.version>2.6.0</hadoop.version>
<protobuf.version>3.5.1</protobuf.version> <protobuf.version>3.5.1</protobuf.version>
<junit.version>4.11</junit.version> <junit.version>4.13.1</junit.version>
</properties> </properties>
<licenses> <licenses>