Skip to content

Commit

Permalink
chore(deps): bump org.assertj:assertj-core in /log-processor
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.26.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.26.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent f03c325 commit e8f182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.springframework.kafka:spring-kafka-test:3.2.3")

// Mockito for mocking
Expand Down

0 comments on commit e8f182c

Please sign in to comment.