Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 195db8f

Browse files
authoredMar 24, 2025··
Bump kafka-streams.version from 3.9.0 to 4.0.0
Bumps `kafka-streams.version` from 3.9.0 to 4.0.0. Updates `org.apache.kafka:kafka-streams` from 3.9.0 to 4.0.0 Updates `org.apache.kafka:kafka-streams-test-utils` from 3.9.0 to 4.0.0 --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-streams dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.kafka:kafka-streams-test-utils dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50200e0 commit 195db8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<jib-maven-plugin.version>3.4.4</jib-maven-plugin.version>
1111
<junit-jupiter.version>5.12.1</junit-jupiter.version>
12-
<kafka-streams.version>3.9.0</kafka-streams.version>
12+
<kafka-streams.version>4.0.0</kafka-streams.version>
1313
<logback.version>1.5.17</logback.version>
1414
<maven.compiler.source>21</maven.compiler.source>
1515
<maven.compiler.target>21</maven.compiler.target>

0 commit comments

Comments
 (0)
Please sign in to comment.