Skip to content

Commit

Permalink
chore: Minor dependency updates (#3262)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
daschbot and seakayone authored Jun 3, 2024
1 parent 1cdf380 commit 6c39954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
val Rdf4jVersion = "4.3.11"

val ZioConfigVersion = "4.0.2"
val ZioLoggingVersion = "2.2.4"
val ZioLoggingVersion = "2.3.0"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC27"
Expand Down Expand Up @@ -74,13 +74,13 @@ object Dependencies {

// input validation
val commonsValidator =
"commons-validator" % "commons-validator" % "1.8.0" exclude ("commons-logging", "commons-logging")
"commons-validator" % "commons-validator" % "1.9.0" exclude ("commons-logging", "commons-logging")

// authentication
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-zio-json" % "10.0.1"
// jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "6.2.4" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
"org.springframework.security" % "spring-security-core" % "6.3.0" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1"

// caching
Expand All @@ -107,7 +107,7 @@ object Dependencies {
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"

val testcontainers = "org.testcontainers" % "testcontainers" % "1.19.8"
val wiremock = "org.wiremock" % "wiremock" % "3.5.4"
val wiremock = "org.wiremock" % "wiremock" % "3.6.0"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.14.0"
Expand Down

0 comments on commit 6c39954

Please sign in to comment.