@@ -80,11 +80,11 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
8080
8181// Test
8282
83- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.17 .0" % Test
83+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.19 .0" % Test
8484
85- libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.4.4 " % Test
85+ libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.4.5 " % Test
8686
87- libraryDependencies += " joda-time" % " joda-time" % " 2.11 .2" % Test
87+ libraryDependencies += " joda-time" % " joda-time" % " 2.12 .2" % Test
8888
8989val circeVersion = " 0.14.3"
9090
@@ -94,13 +94,13 @@ libraryDependencies ++= Seq(
9494 " io.circe" %% " circe-parser"
9595).map(_ % circeVersion % Test )
9696
97- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.7.2 "
97+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.8.0 "
9898
9999libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
100100
101- libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.2-4 " % Provided
101+ libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.2-5 " % Provided
102102
103- val MongoJavaServerVersion = " 1.41 .0"
103+ val MongoJavaServerVersion = " 1.43 .0"
104104
105105libraryDependencies += " de.bwaldvogel" % " mongo-java-server" % MongoJavaServerVersion % Provided
106106
@@ -112,7 +112,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2"
112112
113113libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5"
114114
115- libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1 "
115+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.9.0 "
116116
117117buildInfoPackage := " dev.mongocamp.driver.mongodb"
118118
0 commit comments