Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 30, 2024
1 parent 2a472f0 commit 36945f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.*

object Dependencies {

val jsoniterVersion = "2.30.7"
val jsoniterVersion = "2.30.9"
val doobieVersion = "1.0.0-RC5"
val jwtScalaVersion = "10.0.1"
val flywayVersion = "10.16.0"
Expand All @@ -26,16 +26,16 @@ object Dependencies {
"org.tpolecat" %% "doobie-core" % doobieVersion,
"org.tpolecat" %% "doobie-hikari" % doobieVersion,
// "org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test,
"org.wvlet.airframe" %% "airframe-ulid" % "24.7.1",
"org.wvlet.airframe" %% "airframe-ulid" % "24.8.0",
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.8",
"org.flywaydb" % "flyway-core" % flywayVersion,
"org.flywaydb" % "flyway-mysql" % flywayVersion,
"ch.qos.logback" % "logback-classic" % "1.5.6",
"ch.qos.logback" % "logback-classic" % "1.5.7",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"org.codehaus.janino" % "janino" % "3.1.12",
"org.springframework.security" % "spring-security-core" % "6.3.1",
"org.springframework.security" % "spring-security-core" % "6.3.3",
"org.slf4j" % "slf4j-api" % "2.0.13",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.mockito" % "mockito-core" % "5.12.0" % "test"
"org.mockito" % "mockito-core" % "5.13.0" % "test"
)
}

0 comments on commit 36945f5

Please sign in to comment.