Skip to content

Commit

Permalink
Update guava to 33.4.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 21, 2024
1 parent a8861c5 commit e92648b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ object Dependencies {
val bouncyCastleBcprov = "org.bouncycastle" % "bcprov-jdk18on" % bouncycastleVersion
val bouncyCastleBcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % bouncycastleVersion

val guava = "com.google.guava" % "guava" % "33.3.1-jre"
val guava = "com.google.guava" % "guava" % "33.4.0-jre"

val kotlinXCoroutinesCore = "org.jetbrains.kotlinx" % "kotlinx-coroutines-core" % "1.7.3" pomOnly()
val kotlinXCoroutinesJdk8 = "org.jetbrains.kotlinx" % "kotlinx-coroutines-jdk8" % "1.7.3"
Expand Down

0 comments on commit e92648b

Please sign in to comment.