Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 by dependabot[bot] · Pull Request #271 · apache/maven-invoker-plugin (original) (raw)
Bumps org.assertj:assertj-core from 3.26.3 to 3.27.0.
Release notes
Sourced from org.assertj:assertj-core's releases.
v3.27.0
🚫 Deprecated
Core
- Deprecate
ClassBasedNavigableIterableAssertandClassBasedNavigableListAssert#3529✨ New Features
Core
- Add
actual()to access the object under test #3489- Add
isCompletedWithValueMatchingWithintoCompletableFutureassertions #3506- Add
completesExceptionallyWithintoCompletableFutureassertions #3597- Add
inBinarytoCharSequenceassertions #3600- Support for
Assertions.byLessThan(Duration)andAssertions.within(Duration)#3486- Add standard representation for
CharSequence#3617- Add predicate descriptions overloads to
anyMatchandnoneMatch#3639- Add
doesNotMatch(Predicate)#3684- Add
usingEqualsaccepting aBiPredicateand an optional description to provide a custom comparison in assertions #3678Guava
- Add
isNotEmptytoTableassertions #3559🐛 Bug Fixes
Core
- Recursive assertion
hasNoNullFieldsthrows NPE with fields of anonymous and local types #3534- Fix incorrect mutation of
actualElementsGroupedByHashCodein recursive comparison- Recursive comparison
ignoringFieldsnot working properly with maps #2988- Custom representation ignored when describing expected items not in the actual list #3646
hasFieldOrPropertyWithValueswallows exceptions thrown by getters, and reports non-existent property instead #3563satisfies()with nested assertions obscures stack trace #2542⚡ Improvements
Core
- Report all failing conditions when using
satisfies(allOf(Condition...))#3537- Fix Unicode escapes in
inUnicode()Javadoc- Show error differences if values were compared with
equalsin recursive comparison #3209- Propagate common basetype for extracting(Function...) #3673
- Add throwable stacktrace to
ShouldNotContainCharSequence- Remove unused code and other minor cleanup #3683
- Simplify comparison strategy
isLessThanandisLessThanOrEqualToinAbstractComparisonStrategy#3694- Update
AbstractCharSequenceAssert.javareference #3700- Include stack trace of internal errors in all/any satisfy assertions
... (truncated)
Commits
- 74a8a44 [maven-release-plugin] prepare release assertj-build-3.27.0
- ba36228 Bump version to prepare 3.27.0 version
- f4d9c8f Bump version to prepare 3.27.0 version
- 6d15943 chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.6.3.Final to 6....
- e1b0a4e Custom Equality (BiPredicate) Comparator - resolves #3678
- d92ba37 Quality Improvements (#3697)
- 36e63c3 Add
isNotEmptytoTableassertions (#3559) - de48db6 chore(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#3705)
- b04f8a3 chore(deps): bump byte-buddy.version from 1.15.10 to 1.15.11 (#3703)
- 6500d22 chore(deps): bump junit-jupiter.version from 5.11.3 to 5.11.4 (#3702)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)