Skip to content

Commit

Permalink
Update truth, animal sniffer, error prone annotations, and JUnit
Browse files Browse the repository at this point in the history
All of these dependencies are out of date from those used in gRPC, and preventing me from getting a current build of Guava into gRPC.

Fixes #3268

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213550989
  • Loading branch information
swankjesse authored and cpovirk committed Sep 19, 2018
1 parent ec9b5d5 commit 95521f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions android/pom.xml
Expand Up @@ -18,8 +18,8 @@
<properties>
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>0.41</truth.version>
<animal.sniffer.version>1.14</animal.sniffer.version>
<truth.version>0.42</truth.version>
<animal.sniffer.version>1.17</animal.sniffer.version>
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
</properties>
<issueManagement>
Expand Down Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.1.3</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
Expand All @@ -241,7 +241,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -18,8 +18,8 @@
<properties>
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>0.41</truth.version>
<animal.sniffer.version>1.14</animal.sniffer.version>
<truth.version>0.42</truth.version>
<animal.sniffer.version>1.17</animal.sniffer.version>
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
</properties>
<issueManagement>
Expand Down Expand Up @@ -227,7 +227,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.1.3</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>
Expand All @@ -237,7 +237,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 95521f7

Please sign in to comment.