Skip to content

Commit

Permalink
Bump Checker Framework annotations version to 2.5.2.
Browse files Browse the repository at this point in the history
Fixes #467 for Truth and perhaps similar problems for other projects that use Guava.

RELNOTES: Updated to versions of the Checker Framework annotations packages that don't contain conflicting classes.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201097814
  • Loading branch information
cpovirk authored and cgdecker committed Jun 28, 2018
1 parent 8d9bd7a commit b974c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<gwt.version>2.8.2</gwt.version>
<junit.version>4.12</junit.version>
<diffutils.version>1.3.0</diffutils.version>
<checker-framework.version>2.0.0</checker-framework.version>
<checker-framework.version>2.5.2</checker-framework.version>
<auto-value.version>1.5.3</auto-value.version>
<compile-testing.version>0.15</compile-testing.version>
<error-prone.annotations.version>2.2.0</error-prone.annotations.version>
Expand Down

0 comments on commit b974c81

Please sign in to comment.