Skip to content

Commit

Permalink
Upgrade to Kafka 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 7, 2025
1 parent 411ff5c commit ab40b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.parallel=false
kafkaVersion=3.8.1
testContainersVersion=1.20.4
confluentVersion=7.8.0
fluentKafkaVersion=2.15.1-SNAPSHOT
fluentKafkaVersion=2.16.0
junitVersion=5.11.4
mockitoVersion=5.15.2
assertJVersion=3.27.2
Expand Down
2 changes: 1 addition & 1 deletion streams-bootstrap-large-messages/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ description = "Utils for using Large Message SerDe with your Kafka Streams Appli

dependencies {
api(project(":streams-bootstrap-core"))
implementation(group = "com.bakdata.kafka", name = "large-message-core", version = "2.7.1-SNAPSHOT")
implementation(group = "com.bakdata.kafka", name = "large-message-core", version = "2.8.0")
}

0 comments on commit ab40b26

Please sign in to comment.