diff --git a/play-java-chatroom-example/project/build.properties b/play-java-chatroom-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-chatroom-example/project/build.properties +++ b/play-java-chatroom-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-compile-di-example/project/build.properties b/play-java-compile-di-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-compile-di-example/project/build.properties +++ b/play-java-compile-di-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-dagger2-example/project/build.properties b/play-java-dagger2-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-dagger2-example/project/build.properties +++ b/play-java-dagger2-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-ebean-example/project/build.properties b/play-java-ebean-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-ebean-example/project/build.properties +++ b/play-java-ebean-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-fileupload-example/project/build.properties b/play-java-fileupload-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-fileupload-example/project/build.properties +++ b/play-java-fileupload-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-forms-example/project/build.properties b/play-java-forms-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-forms-example/project/build.properties +++ b/play-java-forms-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-grpc-example/project/build.properties b/play-java-grpc-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-grpc-example/project/build.properties +++ b/play-java-grpc-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-hello-world-tutorial/project/build.properties b/play-java-hello-world-tutorial/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-hello-world-tutorial/project/build.properties +++ b/play-java-hello-world-tutorial/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-jpa-example/build.sbt b/play-java-jpa-example/build.sbt index 81efdb2f6..99283594a 100644 --- a/play-java-jpa-example/build.sbt +++ b/play-java-jpa-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.hibernate" % "hibernate-core" % "6.5.2.Final", javaWs % "test", "org.awaitility" % "awaitility" % "4.2.1" % "test", - "org.assertj" % "assertj-core" % "3.26.0" % "test", + "org.assertj" % "assertj-core" % "3.26.3" % "test", "org.mockito" % "mockito-core" % "5.12.0" % "test", ), Test / testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"), diff --git a/play-java-jpa-example/project/build.properties b/play-java-jpa-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-jpa-example/project/build.properties +++ b/play-java-jpa-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-pekko-cluster-example/project/build.properties b/play-java-pekko-cluster-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-pekko-cluster-example/project/build.properties +++ b/play-java-pekko-cluster-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-rest-api-example/project/build.properties b/play-java-rest-api-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-rest-api-example/project/build.properties +++ b/play-java-rest-api-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-rest-api-example/project/plugins.sbt b/play-java-rest-api-example/project/plugins.sbt index 25339ca07..89edcb4b8 100644 --- a/play-java-rest-api-example/project/plugins.sbt +++ b/play-java-rest-api-example/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") // Load testing tool: // https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/ -addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.0") +addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.2") diff --git a/play-java-starter-example/build.sbt b/play-java-starter-example/build.sbt index a0c71c5f0..9873c8f05 100644 --- a/play-java-starter-example/build.sbt +++ b/play-java-starter-example/build.sbt @@ -11,7 +11,7 @@ lazy val root = (project in file(".")) // Test Database "com.h2database" % "h2" % "2.3.230", // Testing libraries for dealing with CompletionStage... - "org.assertj" % "assertj-core" % "3.26.0" % Test, + "org.assertj" % "assertj-core" % "3.26.3" % Test, "org.awaitility" % "awaitility" % "4.2.1" % Test, ), javacOptions ++= Seq( diff --git a/play-java-starter-example/project/build.properties b/play-java-starter-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-starter-example/project/build.properties +++ b/play-java-starter-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-streaming-example/project/build.properties b/play-java-streaming-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-streaming-example/project/build.properties +++ b/play-java-streaming-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-java-websocket-example/build.sbt b/play-java-websocket-example/build.sbt index 09af6ab17..d94d0b853 100644 --- a/play-java-websocket-example/build.sbt +++ b/play-java-websocket-example/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) "org.webjars" %% "webjars-play" % "3.0.1", "org.webjars" % "flot" % "0.8.3-1", "org.webjars" % "bootstrap" % "3.3.7-1", - "org.assertj" % "assertj-core" % "3.26.0" % Test, + "org.assertj" % "assertj-core" % "3.26.3" % Test, "org.awaitility" % "awaitility" % "4.2.1" % Test, ), TwirlKeys.templateImports ++= Seq( diff --git a/play-java-websocket-example/project/build.properties b/play-java-websocket-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-websocket-example/project/build.properties +++ b/play-java-websocket-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-anorm-example/project/build.properties b/play-scala-anorm-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-anorm-example/project/build.properties +++ b/play-scala-anorm-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-chatroom-example/project/build.properties b/play-scala-chatroom-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-chatroom-example/project/build.properties +++ b/play-scala-chatroom-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-compile-di-example/project/build.properties b/play-scala-compile-di-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-compile-di-example/project/build.properties +++ b/play-scala-compile-di-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-fileupload-example/project/build.properties b/play-scala-fileupload-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-fileupload-example/project/build.properties +++ b/play-scala-fileupload-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-forms-example/project/build.properties b/play-scala-forms-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-forms-example/project/build.properties +++ b/play-scala-forms-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-grpc-example/project/build.properties b/play-scala-grpc-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-grpc-example/project/build.properties +++ b/play-scala-grpc-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-hello-world-tutorial/project/build.properties b/play-scala-hello-world-tutorial/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-hello-world-tutorial/project/build.properties +++ b/play-scala-hello-world-tutorial/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-isolated-slick-example/project/build.properties b/play-scala-isolated-slick-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-isolated-slick-example/project/build.properties +++ b/play-scala-isolated-slick-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-log4j2-example/project/build.properties b/play-scala-log4j2-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-log4j2-example/project/build.properties +++ b/play-scala-log4j2-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-macwire-di-example/project/build.properties b/play-scala-macwire-di-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-macwire-di-example/project/build.properties +++ b/play-scala-macwire-di-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-rest-api-example/project/build.properties b/play-scala-rest-api-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-rest-api-example/project/build.properties +++ b/play-scala-rest-api-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-rest-api-example/project/plugins.sbt b/play-scala-rest-api-example/project/plugins.sbt index ffed4168d..03b76f734 100644 --- a/play-scala-rest-api-example/project/plugins.sbt +++ b/play-scala-rest-api-example/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") // Load testing tool: // https://gatling.io/docs/gatling/reference/current/extensions/sbt_plugin/ -addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.0") +addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.2") // Scala formatting: "sbt scalafmt" addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") diff --git a/play-scala-secure-session-example/project/build.properties b/play-scala-secure-session-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-secure-session-example/project/build.properties +++ b/play-scala-secure-session-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-slick-example/build.sbt b/play-scala-slick-example/build.sbt index 917614b25..c0e6bb994 100644 --- a/play-scala-slick-example/build.sbt +++ b/play-scala-slick-example/build.sbt @@ -27,8 +27,8 @@ def sampleProject(name: String) = ), libraryDependencies ++= Seq( guice, - "org.playframework" %% "play-slick" % "6.1.0", - "org.playframework" %% "play-slick-evolutions" % "6.1.0", + "org.playframework" %% "play-slick" % "6.1.1", + "org.playframework" %% "play-slick-evolutions" % "6.1.1", "com.h2database" % "h2" % "2.3.230", specs2 % Test, ), diff --git a/play-scala-slick-example/project/build.properties b/play-scala-slick-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-slick-example/project/build.properties +++ b/play-scala-slick-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-starter-example/project/build.properties b/play-scala-starter-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-starter-example/project/build.properties +++ b/play-scala-starter-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-streaming-example/project/build.properties b/play-scala-streaming-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-streaming-example/project/build.properties +++ b/play-scala-streaming-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-tls-example/modules/one/project/build.properties b/play-scala-tls-example/modules/one/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-tls-example/modules/one/project/build.properties +++ b/play-scala-tls-example/modules/one/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-tls-example/modules/two/project/build.properties b/play-scala-tls-example/modules/two/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-tls-example/modules/two/project/build.properties +++ b/play-scala-tls-example/modules/two/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-tls-example/project/build.properties b/play-scala-tls-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-tls-example/project/build.properties +++ b/play-scala-tls-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 diff --git a/play-scala-websocket-example/project/build.properties b/play-scala-websocket-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-scala-websocket-example/project/build.properties +++ b/play-scala-websocket-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1