Skip to content

Commit

Permalink
Upgrade to Kafka 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Nov 6, 2023
1 parent 55a611b commit dc50c8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resources:
- repository: templates
type: github
name: bakdata/bakdata-project-templates
ref: tmp/upload-snapshot
endpoint: bot

jobs:
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version=2.14.1-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true
kafkaVersion=3.4.0
confluentVersion=7.4.0
fluentKafkaVersion=2.10.0
kafkaVersion=3.5.1
confluentVersion=7.5.1
fluentKafkaVersion=2.10.1-SNAPSHOT
org.gradle.jvmargs=-Xmx2048m
2 changes: 1 addition & 1 deletion streams-bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
name = "schema-registry-mock-junit5",
version = fluentKafkaVersion
)
testImplementation(group = "net.mguenther.kafka", name = "kafka-junit", version = "3.4.0") {
testImplementation(group = "net.mguenther.kafka", name = "kafka-junit", version = "3.5.0") {
exclude(group = "org.slf4j", module = "slf4j-log4j12")
}

Expand Down

0 comments on commit dc50c8e

Please sign in to comment.