Skip to content

Commit 323dc0a

Browse files
committed
chore: 3 dependency updates for mongodb-driver
* ch.qos.logback:logback-classic:test : 1.5.11 -> 1.5.12 * com.github.luben:zstd-jni:provided : 1.5.6-6 -> 1.5.6-7 * org.liquibase:liquibase-core:test : 4.29.2 -> 4.30.0
1 parent 43ee50b commit 323dc0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resolvers += "Sonatype OSS Snapshots".at("https://oss.sonatype.org/content/repos
6363

6464
libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.9" % Test
6565

66-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.11" % Test
66+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.12" % Test
6767

6868
libraryDependencies += "joda-time" % "joda-time" % "2.13.0"
6969

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

8787
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.10.7" % Provided
8888

89-
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.6-6" % Provided
89+
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.6-7" % Provided
9090

9191
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "10.0.0"
9292

@@ -102,7 +102,7 @@ libraryDependencies += "com.vdurmont" % "semver4j" % "3.1.0"
102102

103103
libraryDependencies += "com.github.jsqlparser" % "jsqlparser" % "5.0"
104104

105-
libraryDependencies += "org.liquibase" % "liquibase-core" % "4.29.2" % Test
105+
libraryDependencies += "org.liquibase" % "liquibase-core" % "4.30.0" % Test
106106

107107
buildInfoPackage := "dev.mongocamp.driver.mongodb"
108108

0 commit comments

Comments
 (0)