Skip to content

Commit fefbc3a

Browse files
committed
build(deps): Update dataflow-engine dependencies
1 parent 42c8034 commit fefbc3a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scheduler/data-flow/build.gradle.kts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
plugins {
66
id("com.github.hierynomus.license-report") version "0.16.1"
77
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
99
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
1010
java
1111
application
@@ -24,18 +24,18 @@ repositories {
2424

2525
dependencies {
2626
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")
2929

3030
// 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")
3333

3434
// 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")
3939
implementation("com.google.protobuf:protobuf-java") {
4040
version {
4141
strictly("[4.27.2,)")
@@ -48,11 +48,11 @@ dependencies {
4848
prefer("4.27.2")
4949
}
5050
}
51-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
51+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
5252
implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.1")
5353

5454
// k8s
55-
implementation("io.kubernetes:client-java:21.0.0")
55+
implementation("io.kubernetes:client-java:24.0.0")
5656

5757
testImplementation(kotlin("test"))
5858
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")

0 commit comments

Comments
 (0)