diff --git a/play-java-akka-cluster-example/project/build.properties b/play-java-akka-cluster-example/project/build.properties index 081fdbbc7..ee4c672cd 100644 --- a/play-java-akka-cluster-example/project/build.properties +++ b/play-java-akka-cluster-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 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 78ebb8a99..adadccbc0 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-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 09c69d069..d6dc2456f 100644 --- a/play-java-rest-api-example/project/plugins.sbt +++ b/play-java-rest-api-example/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.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 6daf6ecb0..bf97c222a 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 77c26f33b..13321bb83 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" % "2.9.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 d482ec3b4..f536902c4 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 a4ce6e296..433789a73 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, - "com.typesafe.play" %% "play-slick" % "5.3.0", - "com.typesafe.play" %% "play-slick-evolutions" % "5.3.0", + "com.typesafe.play" %% "play-slick" % "5.3.1", + "com.typesafe.play" %% "play-slick-evolutions" % "5.3.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