Skip to content

Commit

Permalink
Merge ../reflection-util into ci-java22
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 2, 2024
2 parents 30070ef + d62c76c commit 8a1539f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id('net.ltgt.errorprone') version '3.1.0'

// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.6.38'
id 'org.checkerframework' version '0.6.39'
}

repositories {
Expand All @@ -21,7 +21,7 @@ repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}

ext.errorproneVersion = '2.26.1'
ext.errorproneVersion = '2.27.1'

dependencies {
compileOnly "com.google.errorprone:error_prone_annotations:${errorproneVersion}"
Expand Down Expand Up @@ -116,7 +116,7 @@ checkerFramework {
// To use a snapshot version of the Checker Framework.
if (false) {
// TODO: Change the above test to false when CF is released.
ext.checkerFrameworkVersion = '3.43.0-SNAPSHOT'
ext.checkerFrameworkVersion = '3.43.0'
dependencies {
compileOnly "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
testCompileOnly "org.checkerframework:checker-qual:${checkerFrameworkVersion}"
Expand Down

0 comments on commit 8a1539f

Please sign in to comment.