From bac5b113bc47b742750b887415e3caacc5ade20d Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Sat, 7 Sep 2024 18:08:14 -0700 Subject: [PATCH] Bump Error Prone and NullAway versions --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cfe046cab..5c670dbcd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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"