Skip to content

Commit 331b556

Browse files
committed
chore: Found 11 dependency updates for mongodb-driver
* ch.qos.logback:logback-classic:test : 1.4.8 -> 1.4.11 * com.github.luben:zstd-jni:provided : 1.5.5-5 -> 1.5.5-6 * com.typesafe:config : 1.4.2 -> 1.4.3 * io.circe:circe-core:test : 0.14.5 -> 0.14.6 * io.circe:circe-generic:test : 0.14.5 -> 0.14.6 * io.circe:circe-parser:test : 0.14.5 -> 0.14.6 * org.apache.lucene:lucene-queryparser : 9.7.0 -> 9.8.0 * org.mongodb.scala:mongo-scala-driver : 4.10.2 -> 4.11.0 * org.scala-lang:scala-library : 2.13.11 -> 2.13.12 * org.specs2:specs2-core:test : 4.20.0 -> 4.20.2 * org.xerial.snappy:snappy-java:provided : 1.1.10.3 -> 1.1.10.5
1 parent 6f94bd2 commit 331b556

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +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.11", "2.12.17")
43+
crossScalaVersions := Seq("2.13.12", "2.12.17")
4444

4545
scalaVersion := crossScalaVersions.value.head
4646

@@ -61,27 +61,27 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
6161

6262
// Test
6363

64-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.0" % Test
64+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.2" % Test
6565

66-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.8" % Test
66+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.11" % Test
6767

6868
libraryDependencies += "joda-time" % "joda-time" % "2.12.5" % Test
6969

70-
val circeVersion = "0.14.5"
70+
val circeVersion = "0.14.6"
7171

7272
libraryDependencies ++= Seq(
7373
"io.circe" %% "circe-core",
7474
"io.circe" %% "circe-generic",
7575
"io.circe" %% "circe-parser"
7676
).map(_ % circeVersion % Test)
7777

78-
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.10.2"
78+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.11.0"
7979

80-
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.3" % Provided
80+
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.5" % Provided
8181

82-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-5" % Provided
82+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.5-6" % Provided
8383

84-
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.7.0"
84+
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.8.0"
8585

8686
val MongoJavaServerVersion = "1.44.0"
8787

@@ -91,7 +91,7 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ
9191

9292
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.2"
9393

94-
libraryDependencies += "com.typesafe" % "config" % "1.4.2"
94+
libraryDependencies += "com.typesafe" % "config" % "1.4.3"
9595

9696
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
9797

0 commit comments

Comments
 (0)