Skip to content

Commit

Permalink
Upgrade large-message to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 8, 2025
1 parent 9c1d770 commit c9a76c5
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.8.0")
implementation(group = "com.bakdata.kafka", name = "large-message-core", version = "2.8.1-SNAPSHOT")
}

0 comments on commit c9a76c5

Please sign in to comment.