Skip to content

Commit b67a837

Browse files
committed
updated more deps
1 parent ac33e94 commit b67a837

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val sprayV = "1.3.+"
3434
val scalalikeV = "4.3.2"
3535
val akkaHttpVersion = "10.5.3"
3636
val akkaVersion = "2.8.5"
37-
val testContainersVersion = "1.20.3"
37+
val testContainersVersion = "1.20.4"
3838

3939
resolvers += Resolver.typesafeRepo("releases")
4040

@@ -87,14 +87,14 @@ val buildSettings = Seq(
8787
"org.testcontainers" % "mariadb" % testContainersVersion % "test",
8888
"io.findify" %% "s3mock" % "0.2.6" % "test",
8989
"ch.qos.logback" % "logback-classic" % "1.5.12",
90-
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.0",
90+
"org.mariadb.jdbc" % "mariadb-java-client" % "3.5.1",
9191
"com.mysql" % "mysql-connector-j" % "9.1.0",
9292
// Libreoffice document API
9393
"org.odftoolkit" % "simple-odf" % "0.9.0" withSources(),
9494
"com.scalapenos" %% "stamina-json" % "0.1.6", // ### NO Scala 3
9595
"net.virtual-void" %% "json-lenses" % "0.6.2",
9696
// s3
97-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.777",
97+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.779",
9898
"de.svenkubiak" % "jBCrypt" % "0.4.1",
9999
"com.github.daddykotex" %% "courier" % "3.2.0", // ### Scala 3
100100
"com.github.nscala-time" %% "nscala-time" % "2.34.0", // ### Scala 3
@@ -118,7 +118,7 @@ val buildSettings = Seq(
118118
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
119119
"xerces" % "xercesImpl" % "2.12.2",
120120
"org.apache.commons" % "commons-compress" % "1.26.2",
121-
"io.netty" % "netty-handler" % "4.1.114.Final",
121+
"io.netty" % "netty-handler" % "4.1.115.Final",
122122
"org.apache.jena" % "jena-core" % "5.2.0",
123123
"com.google.protobuf" % "protobuf-java" % "4.29.0",
124124
"com.google.guava" % "guava" % "33.0.0-jre"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.10.5
1+
sbt.version=1.10.6
22

0 commit comments

Comments
 (0)