File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
play-scala/caching-in-play Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
283
283
284
284
val circeVersion = " 0.14.6"
285
285
val monixVersion = " 3.4.1"
286
- val elastic4sVersion = " 8.11.1 "
286
+ val elastic4sVersion = " 8.11.3 "
287
287
val sparkVersion = " 3.5.0"
288
288
289
289
val sparkCoreDep = " org.apache.spark" %% " spark-core" % sparkVersion
@@ -390,10 +390,10 @@ lazy val scala_libraries_4 = (project in file("scala-libraries-4"))
390
390
" org.testcontainers" % " pulsar" % " 1.19.3" % IntegrationTest
391
391
),
392
392
libraryDependencies ++= Seq (
393
- " software.amazon.awssdk" % " s3" % " 2.21.29 "
393
+ " software.amazon.awssdk" % " s3" % " 2.21.37 "
394
394
),
395
395
libraryDependencies ++= Seq (
396
- " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.595 " % IntegrationTest ,
396
+ " com.amazonaws" % " aws-java-sdk-s3" % " 1.12.604 " % IntegrationTest ,
397
397
" com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.41.0" % IntegrationTest ,
398
398
" com.dimafeng" %% " testcontainers-scala-localstack-v2" % " 0.41.0" % IntegrationTest
399
399
),
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ libraryDependencies += guice
11
11
libraryDependencies += caffeine
12
12
libraryDependencies += ws
13
13
libraryDependencies += " org.scalatestplus.play" %% " scalatestplus-play" % " 7.0.0" % Test
14
- libraryDependencies += " org.mockito" % " mockito-core" % " 5.7 .0" % Test
14
+ libraryDependencies += " org.mockito" % " mockito-core" % " 5.8 .0" % Test
15
15
16
16
PlayKeys .devSettings += " play.server.http.port" -> " 9000"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
13
13
" javax.servlet" % " javax.servlet-api" % " 4.0.1" % " provided" ,
14
14
" org.scalatra" %% " scalatra-auth" % ScalatraVersion ,
15
15
" org.scalatra" %% " scalatra-json" % " 2.8.4" ,
16
- " org.json4s" %% " json4s-jackson" % " 4.0.6 " ,
16
+ " org.json4s" %% " json4s-jackson" % " 4.0.7 " ,
17
17
" com.typesafe.slick" %% " slick" % " 3.4.1" ,
18
18
" com.h2database" % " h2" % " 2.1.214" ,
19
19
" com.mchange" % " c3p0" % " 0.9.5.5"
You can’t perform that action at this time.
0 commit comments