File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ buildInfoOptions += BuildInfoOption.BuildTime
3737
3838resolvers += " Sonatype OSS Snapshots" .at(" https://oss.sonatype.org/content/repositories/snapshots" )
3939
40- libraryDependencies += " joda-time" % " joda-time" % " 2.14.1 "
40+ libraryDependencies += " joda-time" % " joda-time" % " 2.14.2 "
4141
4242val circeVersion = " 0.14.15"
4343
4444libraryDependencies ++= Seq (" io.circe" %% " circe-core" , " io.circe" %% " circe-generic" , " io.circe" %% " circe-parser" ).map(_ % circeVersion)
4545
46- libraryDependencies += (" org.mongodb.scala" %% " mongo-scala-driver" % " 5.6.5 " ).cross(CrossVersion .for3Use2_13)
46+ libraryDependencies += (" org.mongodb.scala" %% " mongo-scala-driver" % " 5.7.0 " ).cross(CrossVersion .for3Use2_13)
4747
4848val MongoJavaServerVersion = " 1.47.0"
4949
@@ -53,13 +53,13 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ
5353
5454libraryDependencies += " org.xerial.snappy" % " snappy-java" % " 1.1.10.8" % Provided
5555
56- libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.7-7 " % Provided
56+ libraryDependencies += " com.github.luben" % " zstd-jni" % " 1.5.7-8 " % Provided
5757
5858libraryDependencies += " org.apache.lucene" % " lucene-queryparser" % " 10.4.0"
5959
6060libraryDependencies += " com.github.pathikrit" %% " better-files" % " 3.9.2"
6161
62- libraryDependencies += " com.typesafe" % " config" % " 1.4.6 "
62+ libraryDependencies += " com.typesafe" % " config" % " 1.4.8 "
6363
6464libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.6"
6565
You can’t perform that action at this time.
0 commit comments