Skip to content

Commit de209cb

Browse files
committed
Update Kotlin version in UDP Exporter Sample Test App
1 parent 91d43ac commit de209cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/udp-exporter-test-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
kotlin("jvm") version "1.9.0"
3+
kotlin("jvm") version "2.1.0-RC2"
44
id("io.spring.dependency-management") version "1.1.0"
55
id("org.springframework.boot") version "2.7.17"
66
}

0 commit comments

Comments
 (0)