Skip to content

Commit

Permalink
Update Error Prone and NullAway (#1341)
Browse files Browse the repository at this point in the history
Just to stay up to date
  • Loading branch information
msridhar authored Dec 5, 2023
1 parent a8e0f96 commit bbede74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.21.0"
eclipse-osgi = "org.eclipse.platform:org.eclipse.osgi:3.17.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.21.1"
errorprone-core = "com.google.errorprone:error_prone_core:2.23.0"
gradle-goomph-plugin = "com.diffplug.gradle:goomph:3.42.2"
gradle-download-task = "de.undercouch:gradle-download-task:5.5.0"
gradle-errorprone-plugin = "net.ltgt.gradle:gradle-errorprone-plugin:3.0.1"
Expand All @@ -36,7 +36,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
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.10.14"
nullaway = "com.uber.nullaway:nullaway:0.10.18"
rhino = "org.mozilla:rhino:1.7.14"
slf4j-api = "org.slf4j:slf4j-api:2.0.7"
w3c-css-sac = "org.eclipse.birt.runtime:org.w3c.css.sac:1.3.1.v200903091627"
Expand Down

0 comments on commit bbede74

Please sign in to comment.