Skip to content

Commit 356c7c4

Browse files
committed
chore(Dependencies): mongo scala driver 4.9.0
1 parent f3e72b6 commit 356c7c4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,33 +80,33 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
8080

8181
// Test
8282

83-
libraryDependencies += "org.specs2" %% "specs2-core" % "4.19.0" % Test
83+
libraryDependencies += "org.specs2" %% "specs2-core" % "4.19.2" % Test
8484

8585
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.5" % Test
8686

8787
libraryDependencies += "joda-time" % "joda-time" % "2.12.2" % Test
8888

89-
val circeVersion = "0.14.3"
89+
val circeVersion = "0.14.4"
9090

9191
libraryDependencies ++= 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.8.0"
97+
libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.9.0"
9898

99-
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided
99+
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provided
100100

101-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-5" % Provided
101+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.4-1" % Provided
102102

103103
val MongoJavaServerVersion = "1.43.0"
104104

105105
libraryDependencies += "de.bwaldvogel" % "mongo-java-server" % MongoJavaServerVersion % Provided
106106

107107
libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJavaServerVersion % Provided
108108

109-
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
109+
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.2"
110110

111111
libraryDependencies += "com.typesafe" % "config" % "1.4.2"
112112

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-driver",
3-
"version": "2.5.4.snapshot",
3+
"version": "2.5.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.0
1+
sbt.version=1.8.2

0 commit comments

Comments
 (0)