@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
5
5
plugins {
6
6
id(" com.github.hierynomus.license-report" ) version " 0.16.1"
7
7
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
8
- kotlin(" jvm" ) version " 1.9.21 " // the kotlin version
8
+ kotlin(" jvm" ) version " 2.1.0 " // the kotlin version
9
9
id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.1"
10
10
java
11
11
application
@@ -24,18 +24,18 @@ repositories {
24
24
25
25
dependencies {
26
26
implementation(" com.natpryce:konfig:1.6.10.0" )
27
- implementation(" io.klogging:klogging-jvm:0.5.14 " )
28
- implementation(" io.klogging:slf4j-klogging:0.5.14 " )
27
+ implementation(" io.klogging:klogging-jvm:0.11.1 " )
28
+ implementation(" io.klogging:slf4j-klogging:0.11.1 " )
29
29
30
30
// Kafka
31
- implementation(" org.apache.kafka:kafka-streams:7.6.1 -ccs" )
32
- testImplementation(" org.apache.kafka:kafka-streams-test-utils:7.6.1 -ccs" )
31
+ implementation(" org.apache.kafka:kafka-streams:7.7.0 -ccs" )
32
+ testImplementation(" org.apache.kafka:kafka-streams-test-utils:7.7.0 -ccs" )
33
33
34
34
// gRPC
35
- implementation(" io.grpc:grpc-kotlin-stub:1.4.1 " )
36
- implementation(" io.grpc:grpc-stub:1.65 .0" )
37
- implementation(" io.grpc:grpc-protobuf:1.65 .0" )
38
- runtimeOnly(" io.grpc:grpc-netty-shaded:1.65 .0" )
35
+ implementation(" io.grpc:grpc-kotlin-stub:1.4.3 " )
36
+ implementation(" io.grpc:grpc-stub:1.73 .0" )
37
+ implementation(" io.grpc:grpc-protobuf:1.73 .0" )
38
+ runtimeOnly(" io.grpc:grpc-netty-shaded:1.73 .0" )
39
39
implementation(" com.google.protobuf:protobuf-java" ) {
40
40
version {
41
41
strictly(" [4.27.2,)" )
@@ -48,11 +48,11 @@ dependencies {
48
48
prefer(" 4.27.2" )
49
49
}
50
50
}
51
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 " )
51
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 " )
52
52
implementation(" com.michael-bull.kotlin-retry:kotlin-retry:2.0.1" )
53
53
54
54
// k8s
55
- implementation(" io.kubernetes:client-java:21 .0.0" )
55
+ implementation(" io.kubernetes:client-java:24 .0.0" )
56
56
57
57
testImplementation(kotlin(" test" ))
58
58
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.3" )
0 commit comments