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 11buildscript {
2- ext. kotlinVersion = ' 1.5.31 '
2+ ext. kotlinVersion = ' 1.7.0 '
33 repositories {
44 mavenCentral()
55 gradlePluginPortal()
@@ -156,7 +156,7 @@ subprojects { subproject ->
156156
157157 compileTestKotlin {
158158 kotlinOptions {
159- jvmTarget = ' 16 '
159+ jvmTarget = ' 17 '
160160 }
161161 }
162162
@@ -335,7 +335,7 @@ project ('spring-kafka') {
335335 optionalApi ' io.projectreactor:reactor-core'
336336 optionalApi ' io.projectreactor.kafka:reactor-kafka'
337337 optionalApi ' io.micrometer:micrometer-core'
338- optionalApi ' io.micrometer:micrometer-tracing-api '
338+ optionalApi ' io.micrometer:micrometer-tracing'
339339
340340 testImplementation project (' :spring-kafka-test' )
341341 testImplementation ' io.projectreactor:reactor-test'
@@ -390,7 +390,7 @@ project ('spring-kafka-docs') {
390390
391391 compileKotlin {
392392 kotlinOptions {
393- jvmTarget = ' 16 '
393+ jvmTarget = ' 17 '
394394 }
395395 }
396396
You can’t perform that action at this time.
0 commit comments