File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
1515play {
1616 lang.set(Language .SCALA )
1717}
1818
1919dependencies {
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 " )
You can’t perform that action at this time.
0 commit comments