Skip to content

Commit 76dcbff

Browse files
committed
chore: 8 dependency updates for mongodb-driver
* ch.qos.logback:logback-classic:test : 1.5.16 -> 1.5.18 * com.github.luben:zstd-jni:provided : 1.5.6-9 -> 1.5.7-2 * io.circe:circe-core : 0.14.10 -> 0.14.12 * io.circe:circe-generic : 0.14.10 -> 0.14.12 * io.circe:circe-parser : 0.14.10 -> 0.14.12 * joda-time:joda-time : 2.13.0 -> 2.14.0 * org.liquibase:liquibase-core:test : 4.31.0 -> 4.31.1 * org.mongodb.scala:mongo-scala-driver : 5.3.1 -> 5.4.0
1 parent baba1c6 commit 76dcbff

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

build.sbt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ developers := List(
4040

4141
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
4242

43-
//crossScalaVersions := Seq("2.13.16")
44-
crossScalaVersions := Seq("3.6.0", "2.13.16")
43+
crossScalaVersions := Seq("3.6.4", "2.13.16")
4544

4645
scalaVersion := crossScalaVersions.value.head
4746

@@ -60,17 +59,17 @@ buildInfoOptions += BuildInfoOption.BuildTime
6059

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

63-
libraryDependencies += "joda-time" % "joda-time" % "2.13.0"
62+
libraryDependencies += "joda-time" % "joda-time" % "2.14.0"
6463

65-
val circeVersion = "0.14.10"
64+
val circeVersion = "0.14.12"
6665

6766
libraryDependencies ++= Seq(
6867
"io.circe" %% "circe-core",
6968
"io.circe" %% "circe-generic",
7069
"io.circe" %% "circe-parser"
7170
).map(_ % circeVersion)
7271

73-
libraryDependencies += ("org.mongodb.scala" %% "mongo-scala-driver" % "5.3.1").cross(CrossVersion.for3Use2_13)
72+
libraryDependencies += ("org.mongodb.scala" %% "mongo-scala-driver" % "5.4.0").cross(CrossVersion.for3Use2_13)
7473

7574
val MongoJavaServerVersion = "1.46.0"
7675

@@ -80,7 +79,7 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ
8079

8180
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.7" % Provided
8281

83-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.6-9" % Provided
82+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.7-2" % Provided
8483

8584
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "10.1.0"
8685

build_test.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Test / parallelExecution := false
22

3-
libraryDependencies += "org.liquibase" % "liquibase-core" % "4.31.0" % Test
3+
libraryDependencies += "org.liquibase" % "liquibase-core" % "4.31.1" % Test
44

55
// Test
66

7-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.16" % Test
7+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.18" % Test
88

99
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0"

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
44

5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
66

77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
88

@@ -21,7 +21,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
2121

2222
addSbtPlugin("dev.quadstingray" %% "sbt-json" % "0.7.1")
2323

24-
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.7.1")
24+
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.7.2")
2525

2626

2727
addDependencyTreePlugin

0 commit comments

Comments
 (0)