Skip to content

Commit b9f7c73

Browse files
committed
Upgrade Kotlin to 1.7; Fix Micro. Tracing Jar
1 parent 5fbf683 commit b9f7c73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
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

0 commit comments

Comments
 (0)