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 14, 2025
1 parent 1a5e5d6 commit a65b38f
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://packages.confluent.io/maven/")
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ kafkaVersion=3.8.1
confluentVersion=7.8.0
junitVersion=5.11.4
slf4jVersion=2.0.16
largeMessageVersion=2.9.1-SNAPSHOT
largeMessageVersion=2.9.1
log4jVersion=2.24.3
testContainersVersion=1.20.4

0 comments on commit a65b38f

Please sign in to comment.