aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-08-01 17:06:51 -0700
committerGitHub <noreply@github.com>2018-08-01 17:06:51 -0700
commitfb1a642c3339d8f8f8ee7df886e42601b89092c9 (patch)
treec1db365a2f9f4979c20ce3a957dbddbb9758dd09 /build.gradle
parent8939d9fd639a8a7ff8b25e1a7e6c44d8b2e987db (diff)
downloadopencensus-java-fb1a642c3339d8f8f8ee7df886e42601b89092c9.tar.gz
Checker Framework: 2.5.3 -> 2.5.4 (#1355)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e76d945a..240b5ab2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -213,7 +213,7 @@ subprojects {
dependencies {
if (useCheckerFramework) {
- ext.checkerFrameworkVersion = '2.5.3'
+ ext.checkerFrameworkVersion = '2.5.4'
// 2.4.0 is the last version of the Checker Framework compiler that supports annotations
// in comments, though it should continue to work with newer versions of the Checker Framework.