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 Jan 6, 2024
1 parent 3b6c562 commit 04eaf73
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import sbt.*

object Dependencies {

val jsoniterVersion = "2.24.4"
val jsoniterVersion = "2.27.1"
val doobieVersion = "1.0.0-RC5"
val jwtScalaVersion = "9.4.5"
val flywayVersion = "10.1.0"
val flywayVersion = "10.4.1"
val http4sVersion = "1.0.0-M40"
val log4catsVersion = "2.6.0"

Expand All @@ -22,19 +22,19 @@ object Dependencies {
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % jsoniterVersion,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "compile-internal",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "test-internal",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.0",
"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.2",
"org.tpolecat" %% "doobie-core" % doobieVersion,
"org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test,
"org.wvlet.airframe" %% "airframe-ulid" % "23.11.3",
"org.wvlet.airframe" %% "airframe-ulid" % "23.12.1",
"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.4.11",
"ch.qos.logback" % "logback-classic" % "1.4.14",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"org.codehaus.janino" % "janino" % "3.1.10",
"org.springframework.security" % "spring-security-core" % "6.2.0",
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.codehaus.janino" % "janino" % "3.1.11",
"org.springframework.security" % "spring-security-core" % "6.2.1",
"org.slf4j" % "slf4j-api" % "2.0.10",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"org.mockito" % "mockito-core" % "5.7.0" % "test"
"org.mockito" % "mockito-core" % "5.8.0" % "test"
)
}

0 comments on commit 04eaf73

Please sign in to comment.