junit-json-params
junit-json-params copied to clipboard
build(deps): bump the all-dependencies group across 1 directory with 4 updates
Bumps the all-dependencies group with 4 updates in the / directory: org.junit:junit-bom, org.assertj:assertj-core, org.mockito:mockito-core and org.jetbrains.gradle.plugin.idea-ext.
Updates org.junit:junit-bom from 5.11.4 to 5.12.0
Release notes
Sourced from org.junit:junit-bom's releases.
JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0
See Release Notes.
New Contributors
@chris-carneiromade their first contribution in junit-team/junit5#3938@amaembomade their first contribution in junit-team/junit5#4024@vdmitrienkomade their first contribution in junit-team/junit5#3889@JojOatXGMEmade their first contribution in junit-team/junit5#4032@yhkuo41made their first contribution in junit-team/junit5#3169@AndreasTumade their first contribution in junit-team/junit5#3431@YongGoosemade their first contribution in junit-team/junit5#4115@JonasJebingmade their first contribution in junit-team/junit5#4045@ky0nmade their first contribution in junit-team/junit5#4152@filiphrmade their first contribution in junit-team/junit5#4148@Anmavelmade their first contribution in junit-team/junit5#4149@awellessmade their first contribution in junit-team/junit5#3259Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0
JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2
JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1
JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1
See Release Notes.
New Contributors
@chris-carneiromade their first contribution in junit-team/junit5#3938@amaembomade their first contribution in junit-team/junit5#4024@vdmitrienkomade their first contribution in junit-team/junit5#3889@JojOatXGMEmade their first contribution in junit-team/junit5#4032@yhkuo41made their first contribution in junit-team/junit5#3169@AndreasTumade their first contribution in junit-team/junit5#3431@YongGoosemade their first contribution in junit-team/junit5#4115@JonasJebingmade their first contribution in junit-team/junit5#4045@ky0nmade their first contribution in junit-team/junit5#4152@filiphrmade their first contribution in junit-team/junit5#4148@Anmavelmade their first contribution in junit-team/junit5#4149@awellessmade their first contribution in junit-team/junit5#3259
... (truncated)
Commits
2750b04Release 5.12.09615490Update log suppressions for tests0a8d65bRemove duplicated reference toSimpleArgumentConvertercafbcdbUpdate open-test-reporting to 0.2.0ed1773cFix version references to be 1.x in Platform and 5.x in Jupiter1d2f982Update open-test-reporting to 0.2.0-M32b6bab5Fix indentationd1929bbMerge 5.12.0 release notes9b7a3c4Back to snapshots for further developmenta410c92Release 5.12.0-RC2- Additional commits viewable in compare view
Updates org.assertj:assertj-core from 3.27.0 to 3.27.3
Release notes
Sourced from org.assertj:assertj-core's releases.
v3.27.3
:boom: 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: Bug Fixes
Core
- Fix
StandardRepresentationregression for unquoted strings #3735:zap: Improvements
Core
- Add
Classinfo to class loading strategy failures #3746:heart: Contributors
Thanks to all the contributors who worked on this release:
v3.27.2
:bug: Bug Fixes
Core
- Restore support for null-valued maps when ignoring fields #3723
v3.27.1
:no_entry_sign: Deprecated
Core
... (truncated)
Commits
c928dd3[maven-release-plugin] prepare release assertj-build-3.27.3f308d95FixStandardRepresentationregression for unquoted strings (#3735)e5959f4Add Java and Kotlin release references3eb809dAdd Kotlin EAP referenceb39a8cfAdd Kotlin 2.1.10-RCe20e40dAdd Class info to failure exception (#3746)79b87f0Revert "Propagate common basetype for theextractingmethod (#3673)" (#3737)bf439b3chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...30936caRestructure Kotlin tests, addDisplayNameGeneratorb5b86ccAdd Kotlin cross-version job (#3732)- Additional commits viewable in compare view
Updates org.mockito:mockito-core from 5.14.2 to 5.16.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.16.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
- 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
- Add support for including module-info in Mockito. [(#3597)](mockito/mockito#3597)
- Bump com.gradle.develocity from 3.19 to 3.19.1 [(#3579)](mockito/mockito#3579)
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [(#3577)](mockito/mockito#3577)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 [(#3574)](mockito/mockito#3574)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 [(#3571)](mockito/mockito#3571)
- Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [(#3569)](mockito/mockito#3569)
- Tweaks documentation on mockito agent config for maven [(#3568)](mockito/mockito#3568)
- Adds
--infoto diagnose closeAndReleaseStagingRepositories issues [(#3567)](mockito/mockito#3567)- Refine reflection when calling management factory [(#3566)](mockito/mockito#3566)
- Avoid warning when dynamic attach is enabled [(#3551)](mockito/mockito#3551)
v5.15.2
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
- 2025-01-02 - 2 commit(s) by Brice Dutheil, dependabot[bot]
- Fix javadoc publication [(#3561)](mockito/mockito#3561)
- Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 [(#3560)](mockito/mockito#3560)
- The release job is failed again [(#3542)](mockito/mockito#3542)
v5.15.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.1
- 2024-12-22 - 8 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 [(#3557)](mockito/mockito#3557)
- Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 [(#3555)](mockito/mockito#3555)
- Bump junit-jupiter from 5.11.3 to 5.11.4 [(#3554)](mockito/mockito#3554)
- Bump bytebuddy from 1.15.10 to 1.15.11 [(#3553)](mockito/mockito#3553)
- Avoid warning when dynamic attach is enabled [(#3551)](mockito/mockito#3551)
- Bump com.google.googlejavaformat:google-java-format from 1.25.1 to 1.25.2 [(#3545)](mockito/mockito#3545)
- Bump com.gradle.develocity from 3.18.2 to 3.19 [(#3544)](mockito/mockito#3544)
- Makes shipkit / nexusPublish a convention plugin for root [(#3533)](mockito/mockito#3533)
- Mockito:5.14.2 Warning: Mockito is currently self-attaching... [(#3512)](mockito/mockito#3512)
v5.15.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.0
- 2024-12-19 - 69 commit(s) by Andreas Turban, Ashley, Brice Dutheil, Michael Kramer, Miguel Graham, Rafael Winterhalter, dependabot[bot]
- Bump com.google.googlejavaformat:google-java-format from 1.25.0 to 1.25.1 [(#3541)](mockito/mockito#3541)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.21.0 to 3.22.0 [(#3539)](mockito/mockito#3539)
- Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 7.0.0 to 7.1.0 [(#3538)](mockito/mockito#3538)
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0 [(#3537)](mockito/mockito#3537)
- Makes license a convention plugin [(#3532)](mockito/mockito#3532)
... (truncated)
Commits
c81be5dAdd support for including module-info in Mockito. (#3597)d01ac9dIssue #3584 Improve Gradle Kotlin documentation to add agent83ee69bBump com.gradle.develocity from 3.19 to 3.19.1 (#3579)289e971Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#3577)1ab8483Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#3574)fdb5df1Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#3571)e280630Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#3569)96c2095Tweak documentation on mockito agent config for maven (#3568)1c3800dAdd--infoto diagnose release issues (#3567)e9a4c77Refine reflection when calling management factory (#3566)- Additional commits viewable in compare view
Updates org.jetbrains.gradle.plugin.idea-ext from 1.1.9 to 1.1.10
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 <dependency name> major versionwill 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 versionwill 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