Skip to content

Commit

Permalink
revert removal of guava version. Since guava is also a transitive dep…
Browse files Browse the repository at this point in the history
…endency, jetcd should specify the version

Signed-off-by: Andreas Skoog <andreas.skoog@avanza.se>
  • Loading branch information
askoog committed Aug 24, 2023
1 parent 36db761 commit 258e015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ grpc = "1.57.2"
log4j = "2.20.0"
mockito = "5.5.0"
slf4j = "2.0.7"
guava = "32.1.2-jre"
assertj = "3.24.2"
junit = "5.10.0"
testcontainers = "1.19.0"
Expand All @@ -28,6 +29,7 @@ testRetryPlugin = "1.5.3"

[libraries]
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }
Expand Down

0 comments on commit 258e015

Please sign in to comment.