Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

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.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.2...r5.13.3

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

... (truncated)

Commits
  • 9e8abdd Release 5.13.3
  • 8a0be13 Improve message of discovery issues for ineffective @Order annotations (#4718)
  • 59d562e Fix Javadoc references
  • f4c202b Strip reasons when concatenating them in ConditionEvaluationResult
  • e5d0e0b Fix multiple issues with ConditionEvaluationResult reason values
  • e5c9a56 Improve display names in tests
  • cf19095 Polish release notes
  • aec59d2 Update dependency com.puppycrawl.tools:checkstyle to v10.26.1
  • 7d8fe2a Update dependency com.puppycrawl.tools:checkstyle to v10.26.0
  • d1ffa36 Update dependency com.puppycrawl.tools:checkstyle to v10.25.1
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.5.0 to 5.18.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.18.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.18.0

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0

... (truncated)

Commits
  • 0673747 Force Jacoco version for Android
  • 65388f0 Update Jacoco version to 0.8.13
  • 60179ca Bump bytebuddy from 1.15.11 to 1.16.1
  • 8f15169 Make vararg checks Scala friendly (#3651)
  • 3a631cb Add hint for multithreading in UnfinishedStubbingException (#3636)
  • 7764992 Remove mention of mockito-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)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.5.0 to 5.18.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.18.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.18.0

v5.17.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.17.0

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

v5.16.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0

... (truncated)

Commits
  • 0673747 Force Jacoco version for Android
  • 65388f0 Update Jacoco version to 0.8.13
  • 60179ca Bump bytebuddy from 1.15.11 to 1.16.1
  • 8f15169 Make vararg checks Scala friendly (#3651)
  • 3a631cb Add hint for multithreading in UnfinishedStubbingException (#3636)
  • 7764992 Remove mention of mockito-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)
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.24.2 to 3.27.3

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.3

💥 Breaking Changes

Core

  • Revert "Propagate common basetype for the extracting method" #3737

    The enhancement introduced with #3673 breaks existing code on Kotlin 1.9; therefore, it has been reverted.

    As Spring Boot 3.4 currently supports Kotlin 1.9, we want to keep the same compatibility on AssertJ 3.x, while AssertJ 4.x will require Kotlin 2.x.

    Existing code relying on the changes introduced with #3673 will no longer compile and should be refactored.

🐛 Bug Fixes

Core

  • Fix StandardRepresentation regression for unquoted strings #3735

⚡ Improvements

Core

  • Add Class info to class loading strategy failures #3746

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​ccrvincent

v3.27.2

🐛 Bug Fixes

Core

  • Restore support for null-valued maps when ignoring fields #3723

v3.27.1

🚫 Deprecated

Core

  • Deprecate usingComparatorForFields and remove deprecated assertions from usingComparatorForType documentation #3711
  • Deprecate hasCauseReference(Throwable) from Throwable assertions #3715

... (truncated)

Commits
  • c928dd3 [maven-release-plugin] prepare release assertj-build-3.27.3
  • f308d95 Fix StandardRepresentation regression for unquoted strings (#3735)
  • e5959f4 Add Java and Kotlin release references
  • 3eb809d Add Kotlin EAP reference
  • b39a8cf Add Kotlin 2.1.10-RC
  • e20e40d Add Class info to failure exception (#3746)
  • 79b87f0 Revert "Propagate common basetype for the extracting method (#3673)" (#3737)
  • bf439b3 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...
  • 30936ca Restructure Kotlin tests, add DisplayNameGenerator
  • b5b86cc Add Kotlin cross-version job (#3732)
  • 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 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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 6, 2025

Reviewers

The following users could not be added as reviewers: maintainers. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Assignees

The following users could not be added as assignees: maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 6, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Copy link
Contributor

github-actions bot commented Jul 6, 2025

🤖 Dependabot Update Analysis

📋 Update Summary:

  • Package: org.junit.jupiter:junit-jupiter, org.mockito:mockito-core, org.mockito:mockito-junit-jupiter, org.assertj:assertj-core
  • Ecosystem: maven
  • Type: version-update:semver-minor
  • Dependency: direct:development
  • Previous: ``
  • New: ``

🎯 Risk Assessment: 🟡 MEDIUM

📝 Review Notes:
Minor updates may include new features. Review changelog for breaking changes. For Java dependencies, run full test suite and check for compilation issues.

🧪 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:

  • Review changelog/release notes for breaking changes
  • Run recommended test commands locally
  • Check CI/CD pipeline results
  • Test affected functionality manually
  • Review security implications (if applicable)
  • Verify no regression in existing features

📚 Useful Links:


💡 Tip: After reviewing, you can merge with gh pr merge 22 --squash or use the GitHub UI.

@dependabot dependabot bot force-pushed the dependabot/maven/testing-framework-4dcb7a3014 branch from 59e97ad to 7ffb64b Compare July 7, 2025 08:51
Copy link
Contributor

github-actions bot commented Jul 7, 2025

🤖 Dependabot Update Analysis

📋 Update Summary:

  • Package: org.junit.jupiter:junit-jupiter, org.mockito:mockito-core, org.mockito:mockito-junit-jupiter, org.assertj:assertj-core
  • Ecosystem: maven
  • Type: version-update:semver-minor
  • Dependency: direct:development
  • Previous: ``
  • New: ``

🎯 Risk Assessment: 🟡 MEDIUM

📝 Review Notes:
Minor updates may include new features. Review changelog for breaking changes. For Java dependencies, run full test suite and check for compilation issues.

🧪 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:

  • Review changelog/release notes for breaking changes
  • Run recommended test commands locally
  • Check CI/CD pipeline results
  • Test affected functionality manually
  • Review security implications (if applicable)
  • Verify no regression in existing features

📚 Useful Links:


💡 Tip: After reviewing, you can merge with gh pr merge 22 --squash or use the GitHub UI.

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>
@dependabot dependabot bot force-pushed the dependabot/maven/testing-framework-4dcb7a3014 branch from 7ffb64b to 8a8a0dc Compare July 14, 2025 09:11
Copy link
Contributor

🤖 Dependabot Update Analysis

📋 Update Summary:

  • Package: org.junit.jupiter:junit-jupiter, org.mockito:mockito-core, org.mockito:mockito-junit-jupiter, org.assertj:assertj-core
  • Ecosystem: maven
  • Type: version-update:semver-minor
  • Dependency: direct:development
  • Previous: ``
  • New: ``

🎯 Risk Assessment: 🟡 MEDIUM

📝 Review Notes:
Minor updates may include new features. Review changelog for breaking changes. For Java dependencies, run full test suite and check for compilation issues.

🧪 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:

  • Review changelog/release notes for breaking changes
  • Run recommended test commands locally
  • Check CI/CD pipeline results
  • Test affected functionality manually
  • Review security implications (if applicable)
  • Verify no regression in existing features

📚 Useful Links:


💡 Tip: After reviewing, you can merge with gh pr merge 22 --squash or use the GitHub UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants