Skip to content

Commit

Permalink
Bump Error Prone and Error Prone plugin to latest (#1456)
Browse files Browse the repository at this point in the history
To stay up to date
  • Loading branch information
msridhar authored Oct 20, 2024
1 parent dd59724 commit 6010348
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,9 +16,9 @@ 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.32.0"
errorprone-core = "com.google.errorprone:error_prone_core:2.34.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-errorprone-plugin = "net.ltgt.gradle:gradle-errorprone-plugin:4.1.0"
gradle-goomph-plugin = "com.diffplug.gradle:goomph:3.44.0"
gradle-maven-publish-plugin = "com.vanniktech:gradle-maven-publish-plugin:0.29.0"
gradle-spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
Expand Down

0 comments on commit 6010348

Please sign in to comment.