Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 8, 2024
1 parent 551fa38 commit 70c3500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=2.15.2-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
kafkaVersion=3.5.1
kafkaVersion=3.5.2
confluentVersion=7.5.1
fluentKafkaVersion=2.11.1
fluentKafkaVersion=2.11.2
org.gradle.jvmargs=-Xmx2048m
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"))
implementation(group = "com.bakdata.kafka", name = "large-message-core", version = "2.5.1")
implementation(group = "com.bakdata.kafka", name = "large-message-core", version = "2.6.0")
}

0 comments on commit 70c3500

Please sign in to comment.