Skip to content

Commit

Permalink
Update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 28, 2023
1 parent a4bd269 commit 471d050
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 @@ -22,7 +22,7 @@ gradle-download-task = "de.undercouch:gradle-download-task:5.5.0"
gradle-errorprone-plugin = "net.ltgt.gradle:gradle-errorprone-plugin:3.0.1"
gradle-spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
gson = "com.google.code.gson:gson:2.10.1"
guava = "com.google.guava:guava:32.1.2-jre"
guava = "com.google.guava:guava:33.0.0-jre"
hamcrest = "org.hamcrest:hamcrest:2.2"
htmlparser = "nu.validator.htmlparser:htmlparser:1.4"
java_cup = "java_cup:java_cup:0.9e"
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.18"
nullaway = "com.uber.nullaway:nullaway:0.10.19"
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 All @@ -49,4 +49,4 @@ ktfmt = "com.ncorti.ktfmt.gradle:0.11.0"
shellcheck = "com.felipefzdz.gradle.shellcheck:1.4.6"
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
task-tree = "com.dorongold.task-tree:2.1.1"
versions = "com.github.ben-manes.versions:0.44.0"
versions = "com.github.ben-manes.versions:0.50.0"

0 comments on commit 471d050

Please sign in to comment.