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 a23230f commit e218f30
Showing 1 changed file with 1 addition and 1 deletion.
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.0")
implementation(group = "com.bakdata.kafka", name = "large-message-core", version = "2.7.1-SNAPSHOT")
}

0 comments on commit e218f30

Please sign in to comment.