Skip to content

Commit

Permalink
chore(deps): Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 11, 2024
1 parent f71ab5c commit d15bbaf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ slf4j = "2.0.13"
slf4md = "1.0.0"

# command
cloud = "2.0.0-rc.1"
cloud = "2.0.0-rc.2"

# utilities
immutables = "2.10.1"
configurate = "4.1.2"
geantyref = "1.3.1"
geantyref = "1.3.15"

# testing
junit = "5.10.2"
assertj = "3.25.3"
guava-testlib = "33.2.0-jre"
assertj = "3.26.0"
guava-testlib = "33.2.1-jre"
mockito = "5.12.0"

# static analysis
errorprone-gradle = "3.1.0"
errorprone-core = "2.27.1"
nullaway = "0.10.26"
checker-qual = "3.43.0"
errorprone-gradle = "4.0.0"
errorprone-core = "2.28.0"
nullaway = "0.11.0"
checker-qual = "3.44.0"

# linting
palantir = "2.46.0"
Expand Down

0 comments on commit d15bbaf

Please sign in to comment.