Skip to content

Commit 2323eb0

Browse files
authored
Merge pull request #78 from MongoCamp/develop
Dependency Updates
2 parents 752affe + 3295890 commit 2323eb0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ developers := List(
2020

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

23-
crossScalaVersions := Seq("3.7.2", "2.13.16")
23+
crossScalaVersions := Seq("3.7.2", "2.13.17")
2424

2525
scalaVersion := crossScalaVersions.value.last
2626

@@ -39,11 +39,11 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
3939

4040
libraryDependencies += "joda-time" % "joda-time" % "2.14.0"
4141

42-
val circeVersion = "0.14.14"
42+
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.0").cross(CrossVersion.for3Use2_13)
46+
libraryDependencies += ("org.mongodb.scala" %% "mongo-scala-driver" % "5.6.1").cross(CrossVersion.for3Use2_13)
4747

4848
val MongoJavaServerVersion = "1.47.0"
4949

@@ -53,9 +53,9 @@ 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-4" % Provided
56+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.7-6" % Provided
5757

58-
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "10.3.0"
58+
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "10.3.1"
5959

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

build_test.sbt

Lines changed: 3 additions & 3 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.33.0" % Test
3+
libraryDependencies += "org.liquibase" % "liquibase-core" % "5.0.1" % Test
44

55
// Test
66

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

9-
libraryDependencies += "org.scalameta" %% "munit" % "1.2.0"
9+
libraryDependencies += "org.scalameta" %% "munit" % "1.2.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "mongodb-driver",
33
"organization" : "dev.mongocamp",
4-
"version" : "3.0.12.snapshot",
4+
"version" : "3.0.12",
55
"author" : "[email protected]",
66
"license" : "Apache-2.0",
77
"type" : "module",

0 commit comments

Comments
 (0)