File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33plugins {
44 id ' org.cadixdev.licenser' version ' 0.6.1'
55 id " net.ltgt.errorprone" version " 3.0.1"
6- id ' com.diffplug.spotless' version ' 6.15 .0' apply false
6+ id ' com.diffplug.spotless' version ' 6.17 .0' apply false
77}
88
99apply plugin : ' java'
@@ -21,9 +21,9 @@ repositories {
2121}
2222
2323ext {
24- otelVersion = ' 1.23.1 '
24+ otelVersion = ' 1.24.0 '
2525 otelVersionAlpha = " ${ otelVersion} -alpha"
26- javaSDKVersion = ' 1.18.1 '
26+ javaSDKVersion = ' 1.19.0 '
2727}
2828
2929dependencies {
@@ -105,7 +105,7 @@ if (JavaVersion.current().isJava11Compatible()) {
105105 java {
106106 target ' src/*/java/**/*.java'
107107 targetExclude ' **/.idea/**'
108- googleJavaFormat(' 1.15 .0' )
108+ googleJavaFormat(' 1.16 .0' )
109109 }
110110 }
111111
You can’t perform that action at this time.
0 commit comments