File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlinVersion = ' 1.5.31 '
2
+ ext. kotlinVersion = ' 1.7.0 '
3
3
repositories {
4
4
mavenCentral()
5
5
gradlePluginPortal()
@@ -156,7 +156,7 @@ subprojects { subproject ->
156
156
157
157
compileTestKotlin {
158
158
kotlinOptions {
159
- jvmTarget = ' 16 '
159
+ jvmTarget = ' 17 '
160
160
}
161
161
}
162
162
@@ -335,7 +335,7 @@ project ('spring-kafka') {
335
335
optionalApi ' io.projectreactor:reactor-core'
336
336
optionalApi ' io.projectreactor.kafka:reactor-kafka'
337
337
optionalApi ' io.micrometer:micrometer-core'
338
- optionalApi ' io.micrometer:micrometer-tracing-api '
338
+ optionalApi ' io.micrometer:micrometer-tracing'
339
339
340
340
testImplementation project (' :spring-kafka-test' )
341
341
testImplementation ' io.projectreactor:reactor-test'
@@ -390,7 +390,7 @@ project ('spring-kafka-docs') {
390
390
391
391
compileKotlin {
392
392
kotlinOptions {
393
- jvmTarget = ' 16 '
393
+ jvmTarget = ' 17 '
394
394
}
395
395
}
396
396
You can’t perform that action at this time.
0 commit comments