Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.25.3 to 3.26.3
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...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 Jul 9, 2024
1 parent bff065a commit d8146ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logcapture-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies {
api "org.slf4j:slf4j-api:1.7.36"

testImplementation "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.assertj:assertj-core:3.26.3"
}
2 changes: 1 addition & 1 deletion logcapture-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
implementation project(":logcapture-core")
implementation "junit:junit:4.13.2"

testImplementation "org.assertj:assertj-core:3.25.3"
testImplementation "org.assertj:assertj-core:3.26.3"
}

0 comments on commit d8146ef

Please sign in to comment.