Skip to content

Commit 24d5f14

Browse files
Update all patch versions (#17821)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cf03b2 commit 24d5f14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ val DEPENDENCIES = listOf(
8585
"io.r2dbc:r2dbc-proxy:1.1.6.RELEASE",
8686
"ch.qos.logback:logback-classic:1.3.16", // 1.4+ requires Java 11+
8787
"uk.org.webcompere:system-stubs-jupiter:2.0.3",
88-
"com.uber.nullaway:nullaway:0.13.1",
88+
"com.uber.nullaway:nullaway:0.13.2",
8989
"commons-beanutils:commons-beanutils:1.11.0",
9090
"commons-cli:commons-cli:1.11.0",
9191
"commons-codec:commons-codec:1.21.0",

smoke-tests/images/play/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ plugins {
99
id("otel.spotless-conventions")
1010

1111
id("com.google.cloud.tools.jib")
12-
id("org.playframework.play") version "3.1.0-M4"
12+
id("org.playframework.play") version "3.1.0-M9"
1313
}
1414

1515
play {
1616
lang.set(Language.SCALA)
1717
}
1818

1919
dependencies {
20-
val playVersion = "3.1.0-M4"
20+
val playVersion = "3.1.0-M9"
2121
val scalaVersion = "2.13"
2222

2323
implementation("org.playframework:play-guice_$scalaVersion:$playVersion")

0 commit comments

Comments
 (0)