Skip to content

Commit

Permalink
chore: Dependency updates (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored Nov 1, 2024
1 parent 5e0f976 commit 2d9ec5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ object Dependencies {
"commons-logging",
"commons-logging",
) exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1"
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.79"

// caching
val ehcache = "org.ehcache" % "ehcache" % "3.10.8"

// other
val diff = "com.sksamuel.diff" % "diff" % "1.1.11"
val gwtServlet = "com.google.gwt" % "gwt-servlet" % "2.10.0"
val icu4j = "com.ibm.icu" % "icu4j" % "75.1"
val icu4j = "com.ibm.icu" % "icu4j" % "76.1"
val jakartaJSON = "org.glassfish" % "jakarta.json" % "2.0.1"
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.5"
val scalaGraph =
Expand Down

0 comments on commit 2d9ec5b

Please sign in to comment.