Skip to content

Commit 733a2c6

Browse files
author
Simon Siedler
committed
chore: 5 dependency updates for mongodb-driver
* com.github.luben:zstd-jni:provided : 1.5.7-7 -> 1.5.7-8 * com.typesafe:config : 1.4.6 -> 1.4.8 * joda-time:joda-time : 2.14.1 -> 2.14.2 * org.mongodb.scala:mongo-scala-driver : 5.6.5 -> 5.7.0
1 parent 68dad45 commit 733a2c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ buildInfoOptions += BuildInfoOption.BuildTime
3737

3838
resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repositories/snapshots")
3939

40-
libraryDependencies += "joda-time" % "joda-time" % "2.14.1"
40+
libraryDependencies += "joda-time" % "joda-time" % "2.14.2"
4141

4242
val circeVersion = "0.14.15"
4343

4444
libraryDependencies ++= Seq("io.circe" %% "circe-core", "io.circe" %% "circe-generic", "io.circe" %% "circe-parser").map(_ % circeVersion)
4545

46-
libraryDependencies += ("org.mongodb.scala" %% "mongo-scala-driver" % "5.6.5").cross(CrossVersion.for3Use2_13)
46+
libraryDependencies += ("org.mongodb.scala" %% "mongo-scala-driver" % "5.7.0").cross(CrossVersion.for3Use2_13)
4747

4848
val MongoJavaServerVersion = "1.47.0"
4949

@@ -53,13 +53,13 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ
5353

5454
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.8" % Provided
5555

56-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.7-7" % Provided
56+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.7-8" % Provided
5757

5858
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "10.4.0"
5959

6060
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.2"
6161

62-
libraryDependencies += "com.typesafe" % "config" % "1.4.6"
62+
libraryDependencies += "com.typesafe" % "config" % "1.4.8"
6363

6464
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6"
6565

0 commit comments

Comments
 (0)