@@ -39,7 +39,7 @@ developers := List(
3939
4040licenses += (" Apache-2.0" , url(" https://www.apache.org/licenses/LICENSE-2.0.html" ))
4141
42- crossScalaVersions := Seq (" 2.13.8 " , " 2.12.15" )
42+ crossScalaVersions := Seq (" 2.13.10 " , " 2.12.15" )
4343
4444scalaVersion := crossScalaVersions.value.head
4545
@@ -80,27 +80,27 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
8080
8181// Test
8282
83- libraryDependencies += " org.specs2" %% " specs2-core" % " 4.16.1 " % Test
83+ libraryDependencies += " org.specs2" %% " specs2-core" % " 4.17.0 " % Test
8484
85- libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.11 " % Test
85+ libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.4.4 " % Test
8686
87- libraryDependencies += " joda-time" % " joda-time" % " 2.10.14 " % Test
87+ libraryDependencies += " joda-time" % " joda-time" % " 2.11.2 " % Test
8888
89- val circeVersion = " 0.14.2 "
89+ val circeVersion = " 0.14.3 "
9090
9191libraryDependencies ++= Seq (
9292 " io.circe" %% " circe-core" ,
9393 " io.circe" %% " circe-generic" ,
9494 " io.circe" %% " circe-parser"
9595).map(_ % circeVersion % Test )
9696
97- libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.7.0 "
97+ libraryDependencies += " org.mongodb.scala" %% " mongo-scala-driver" % " 4.7.2 "
9898
9999libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.8.4" % Provided
100100
101- libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.2-3 " % Provided
101+ libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.2-4 " % Provided
102102
103- val MongoJavaServerVersion = " 1.40 .0"
103+ val MongoJavaServerVersion = " 1.41 .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.0 "
115+ libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1 "
116116
117117buildInfoPackage := " dev.mongocamp.driver.mongodb"
118118
0 commit comments