-
Notifications
You must be signed in to change notification settings - Fork 0
deps-dev(deps-dev): bump the testing-framework group with 4 updates #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
ReviewersThe following users could not be added as reviewers: AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
The |
🤖 Dependabot Update Analysis📋 Update Summary:
🎯 Risk Assessment: 🟡 MEDIUM 📝 Review Notes: 🧪 Recommended Testing: # Java/Maven Testing Commands
mvn clean test # Run unit tests
mvn clean verify # Run all tests including integration
mvn clean install # Full build and install
mvn dependency:tree # Check dependency conflicts 🔍 Manual Review Checklist:
📚 Useful Links:
💡 Tip: After reviewing, you can merge with |
59e97ad
to
7ffb64b
Compare
🤖 Dependabot Update Analysis📋 Update Summary:
🎯 Risk Assessment: 🟡 MEDIUM 📝 Review Notes: 🧪 Recommended Testing: # Java/Maven Testing Commands
mvn clean test # Run unit tests
mvn clean verify # Run all tests including integration
mvn clean install # Full build and install
mvn dependency:tree # Check dependency conflicts 🔍 Manual Review Checklist:
📚 Useful Links:
💡 Tip: After reviewing, you can merge with |
Bumps the testing-framework group with 4 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework), [org.mockito:mockito-core](https://github.com/mockito/mockito), [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) and [org.assertj:assertj-core](https://github.com/assertj/assertj). Updates `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.13.3) Updates `org.mockito:mockito-core` from 5.5.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.5.0...v5.18.0) Updates `org.mockito:mockito-junit-jupiter` from 5.5.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.5.0...v5.18.0) Updates `org.assertj:assertj-core` from 3.24.2 to 3.27.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.27.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing-framework - dependency-name: org.mockito:mockito-core dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing-framework - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing-framework - dependency-name: org.assertj:assertj-core dependency-version: 3.27.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing-framework ... Signed-off-by: dependabot[bot] <support@github.com>
7ffb64b
to
8a8a0dc
Compare
🤖 Dependabot Update Analysis📋 Update Summary:
🎯 Risk Assessment: 🟡 MEDIUM 📝 Review Notes: 🧪 Recommended Testing: # Java/Maven Testing Commands
mvn clean test # Run unit tests
mvn clean verify # Run all tests including integration
mvn clean install # Full build and install
mvn dependency:tree # Check dependency conflicts 🔍 Manual Review Checklist:
📚 Useful Links:
💡 Tip: After reviewing, you can merge with |
Bumps the testing-framework group with 4 updates: org.junit.jupiter:junit-jupiter, org.mockito:mockito-core, org.mockito:mockito-junit-jupiter and org.assertj:assertj-core.
Updates
org.junit.jupiter:junit-jupiter
from 5.10.0 to 5.13.3Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
... (truncated)
Commits
9e8abdd
Release 5.13.38a0be13
Improve message of discovery issues for ineffective@Order
annotations (#4718)59d562e
Fix Javadoc referencesf4c202b
Strip reasons when concatenating them in ConditionEvaluationResulte5d0e0b
Fix multiple issues with ConditionEvaluationResult reason valuese5c9a56
Improve display names in testscf19095
Polish release notesaec59d2
Update dependency com.puppycrawl.tools:checkstyle to v10.26.17d8fe2a
Update dependency com.puppycrawl.tools:checkstyle to v10.26.0d1ffa36
Update dependency com.puppycrawl.tools:checkstyle to v10.25.1Updates
org.mockito:mockito-core
from 5.5.0 to 5.18.0Release notes
Sourced from org.mockito:mockito-core's releases.
... (truncated)
Commits
0673747
Force Jacoco version for Android65388f0
Update Jacoco version to 0.8.1360179ca
Bump bytebuddy from 1.15.11 to 1.16.18f15169
Make vararg checks Scala friendly (#3651)3a631cb
Add hint for multithreading inUnfinishedStubbingException
(#3636)7764992
Remove mention ofmockito-inline
from mockmaker exception (#3628)ee92ad4
Fix broken banner image link (#3632)3edab52
Clarify structure of commit messages (#3626)bfab743
Fall back to Throwable Location strategy on Android (#3619)4f469c8
MockitoExtension fails cleanup when aborted before setup (#3623)Updates
org.mockito:mockito-junit-jupiter
from 5.5.0 to 5.18.0Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
... (truncated)
Commits
0673747
Force Jacoco version for Android65388f0
Update Jacoco version to 0.8.1360179ca
Bump bytebuddy from 1.15.11 to 1.16.18f15169
Make vararg checks Scala friendly (#3651)3a631cb
Add hint for multithreading inUnfinishedStubbingException
(#3636)7764992
Remove mention ofmockito-inline
from mockmaker exception (#3628)ee92ad4
Fix broken banner image link (#3632)3edab52
Clarify structure of commit messages (#3626)bfab743
Fall back to Throwable Location strategy on Android (#3619)4f469c8
MockitoExtension fails cleanup when aborted before setup (#3623)Updates
org.assertj:assertj-core
from 3.24.2 to 3.27.3Release notes
Sourced from org.assertj:assertj-core's releases.
... (truncated)
Commits
c928dd3
[maven-release-plugin] prepare release assertj-build-3.27.3f308d95
FixStandardRepresentation
regression for unquoted strings (#3735)e5959f4
Add Java and Kotlin release references3eb809d
Add Kotlin EAP referenceb39a8cf
Add Kotlin 2.1.10-RCe20e40d
Add Class info to failure exception (#3746)79b87f0
Revert "Propagate common basetype for theextracting
method (#3673)" (#3737)bf439b3
chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...30936ca
Restructure Kotlin tests, addDisplayNameGenerator
b5b86cc
Add Kotlin cross-version job (#3732)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions