Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.kafka:kafka-streams-test-util…
Browse files Browse the repository at this point in the history
…s to v3.9.0
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent a700e45 commit d223766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {

// unit tests
testImplementation 'org.springframework.cloud:spring-cloud-stream'
testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.8.0'
testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.9.0'

testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand Down

0 comments on commit d223766

Please sign in to comment.