aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-06 12:07:06 -0700
committerGitHub <noreply@github.com>2018-09-06 12:07:06 -0700
commit33fa631b0901b82a6929f7d75a93d73773488079 (patch)
tree5798431b32ecc9ccfdff265e7c2af122a3e2d23d /build.gradle
parent30c10cc77cd3a6d9583c2339ade689d06585aba4 (diff)
downloadopencensus-java-33fa631b0901b82a6929f7d75a93d73773488079.tar.gz
Checker Framework: 2.5.4 -> 2.5.5 (#1412)
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 b0fdc30c..f74dfd5e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -220,7 +220,7 @@ subprojects {
dependencies {
if (useCheckerFramework) {
- ext.checkerFrameworkVersion = '2.5.4'
+ ext.checkerFrameworkVersion = '2.5.5'
// 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.