Skip to content

Commit

Permalink
Bump Error Prone and NullAway versions
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 8, 2024
1 parent 3aa77f6 commit bac5b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ eclipse-ecj = "org.eclipse.jdt:ecj:3.37.0"
eclipse-osgi = "org.eclipse.platform:org.eclipse.osgi:3.19.0"
eclipse-wst-jsdt-core = { module = "org.eclipse.wst.jsdt:core", version.ref = "eclipse-wst-jsdt" }
eclipse-wst-jsdt-ui = { module = "org.eclipse.wst.jsdt:ui", version.ref = "eclipse-wst-jsdt" }
errorprone-core = "com.google.errorprone:error_prone_core:2.27.1"
errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
gradle-download-task = "de.undercouch:gradle-download-task:5.6.0"
gradle-errorprone-plugin = "net.ltgt.gradle:gradle-errorprone-plugin:3.1.0"
gradle-goomph-plugin = "com.diffplug.gradle:goomph:3.44.0"
Expand All @@ -38,8 +38,8 @@ junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
junit-platform-engine = { module = "org.junit.platform:junit-platform-engine" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine" }
nullaway = "com.uber.nullaway:nullaway:0.11.1"
nullaway-annotations = "com.uber.nullaway:nullaway-annotations:0.11.1"
nullaway = "com.uber.nullaway:nullaway:0.11.2"
nullaway-annotations = "com.uber.nullaway:nullaway-annotations:0.11.2"
osgi-framework = "org.osgi:org.osgi.framework:1.8.0"
rhino = "org.mozilla:rhino:1.7.15"
slf4j-api = "org.slf4j:slf4j-api:2.0.13"
Expand Down

0 comments on commit bac5b11

Please sign in to comment.