From 2a3af879df3229fe44aca7dd92c6faefccdfa118 Mon Sep 17 00:00:00 2001 From: sfxcode Date: Sun, 4 Dec 2022 13:50:22 +0100 Subject: [PATCH] chore(Dependencies): mongo scala driver 4.8.0 --- build.sbt | 14 +++++++------- package.json | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.sbt b/build.sbt index d08feac7..76800d10 100644 --- a/build.sbt +++ b/build.sbt @@ -80,11 +80,11 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos // Test -libraryDependencies += "org.specs2" %% "specs2-core" % "4.17.0" % Test +libraryDependencies += "org.specs2" %% "specs2-core" % "4.19.0" % Test -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.4" % Test +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.5" % Test -libraryDependencies += "joda-time" % "joda-time" % "2.11.2" % Test +libraryDependencies += "joda-time" % "joda-time" % "2.12.2" % Test val circeVersion = "0.14.3" @@ -94,13 +94,13 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-parser" ).map(_ % circeVersion % Test) -libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.7.2" +libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.8.0" libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided -libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-4" % Provided +libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-5" % Provided -val MongoJavaServerVersion = "1.41.0" +val MongoJavaServerVersion = "1.43.0" libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided @@ -112,7 +112,7 @@ libraryDependencies += "com.typesafe" % "config" % "1.4.2" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" -libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" +libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" buildInfoPackage := "dev.mongocamp.driver.mongodb" diff --git a/package.json b/package.json index 5bc752e3..4203a113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-driver", - "version": "2.5.2.snapshot", + "version": "2.5.3", "repository": { "type": "git", "url": "git+https://github.com/MongoCamp/mongodb-driver.git" diff --git a/project/build.properties b/project/build.properties index 563a014d..8b9a0b0a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.2 +sbt.version=1.8.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 3318974d..b712a0a4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") // updates -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")