Skip to content

Commit

Permalink
Upgrade to Kafka 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Mar 1, 2024
1 parent 9cb277b commit c984bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ allprojects {

repositories {
mavenCentral()
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
maven(url = "https://packages.confluent.io/maven/")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ org.gradle.caching=true
org.gradle.parallel=true
kafkaVersion=3.6.1
confluentVersion=7.6.0
fluentKafkaVersion=2.11.6-SNAPSHOT
fluentKafkaVersion=2.12.0
org.gradle.jvmargs=-Xmx2048m

0 comments on commit c984bed

Please sign in to comment.