Skip to content

Commit a8a615f

Browse files
Bump org.apache.kafka:kafka-streams from 4.0.0 to 4.1.0 (#475)
Bumps org.apache.kafka:kafka-streams from 4.0.0 to 4.1.0. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-streams dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90774d6 commit a8a615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation("com.nimbusds:nimbus-jose-jwt:10.4.2")
5656
implementation("io.micrometer:micrometer-registry-prometheus:1.15.3")
5757
implementation("net.logstash.logback:logstash-logback-encoder:8.1")
58-
implementation("org.apache.kafka:kafka-streams:4.0.0")
58+
implementation("org.apache.kafka:kafka-streams:4.1.0")
5959
implementation("io.prometheus:prometheus-metrics-tracer-initializer:1.4.1")
6060

6161
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")

0 commit comments

Comments
 (0)