Skip to content

Commit

Permalink
chore: Patch dependency updates (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored May 15, 2024
1 parent a190544 commit 7424aa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3"
val ZioLoggingVersion = "2.2.4"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC24"
Expand Down Expand Up @@ -77,7 +77,7 @@ object Dependencies {
"commons-validator" % "commons-validator" % "1.8.0" exclude ("commons-logging", "commons-logging")

// authentication
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-zio-json" % "10.0.0"
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")
Expand Down Expand Up @@ -106,13 +106,13 @@ object Dependencies {
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % PekkoActorVersion
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"

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

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

val tapirVersion = "1.10.6"
val tapirVersion = "1.10.7"

val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
Expand Down

0 comments on commit 7424aa9

Please sign in to comment.