-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk-java
base: v0.0.44
head repository: cloudquery/plugin-sdk-java
compare: v0.0.45
- 10 commits
- 12 files changed
- 2 contributors
Commits on Oct 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34272b8 - Browse repository at this point
Copy the full SHA 34272b8View commit details -
chore(deps): Update actions/checkout action to v5 (#371)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5`](https://github.com/actions/checkout/compare/v4...v5) [Compare Source](https://github.com/actions/checkout/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 112519a - Browse repository at this point
Copy the full SHA 112519aView commit details -
chore(deps): Update amannn/action-semantic-pull-request action to v6 (#…
…373) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)</summary> ### [`v6`](https://github.com/amannn/action-semantic-pull-request/compare/v5...v6) [Compare Source](https://github.com/amannn/action-semantic-pull-request/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for a7b8304 - Browse repository at this point
Copy the full SHA a7b8304View commit details -
fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to…
… v4 (#375) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nl.jqno.equalsverifier:equalsverifier](https://www.jqno.nl/equalsverifier) ([source](https://github.com/jqno/equalsverifier)) | dependencies | major | `3.19.4` -> `4.1.1` | --- ### Release Notes <details> <summary>jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)</summary> ### [`v4.1.1`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#411---2025-09-22) ##### Fixed - Classes that extend `Enum` throws `ModuleException`. ([Issue 1122](https://github.com/jqno/equalsverifier/issues/1122)) ### [`v4.1`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#411---2025-09-22) ##### Fixed - Classes that extend `Enum` throws `ModuleException`. ([Issue 1122](https://github.com/jqno/equalsverifier/issues/1122)) ### [`v4.0.9`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#409---2025-08-22) ##### Fixed - Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. ([Issue 1111](https://github.com/jqno/equalsverifier/issues/1111#issuecomment-3213790771)) ### [`v4.0.8`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#408---2025-08-22) ##### Fixed - `NullPointerException` with abstract sealed types whose subtypes add state and need `Warning.NULL_FIELDS` suppressed. ([Issue 1111](https://github.com/jqno/equalsverifier/issues/1111)) ### [`v4.0.7`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#407---2025-07-30) ##### Fixed - `StringIndexOutOfBoundsException` when using `forPackage` on Windows. ([Issue 1106](https://github.com/jqno/equalsverifier/issues/1106)) ### [`v4.0.6`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#406---2025-07-18) ##### Changed - EqualsVerifier will issue an error when an entity has lazy fields that should be accessed by their getter, and the getter is final, because in that case it can't perform the check. ([Issue 1102](https://github.com/jqno/equalsverifier/issues/1102)) ### [`v4.0.5`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#405---2025-07-07) ##### Fixed - When verifying a relaxed equals relation, `andUnequalExamples` thinks two unequal examples are equal. ([Issue 1098](https://github.com/jqno/equalsverifier/issues/1098)) ### [`v4.0.4`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#404---2025-07-03) ##### Fixed - Can now test a class with a field whose type is an array of a single value enum. ([Issue 1093](https://github.com/jqno/equalsverifier/issues/1093)) ### [`v4.0.3`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#403---2025-06-23) ##### Changed - `forPackage` can now also scan jar files, which is handy for certain kinds of integration tests that run against jar files instead of directories with `.class` files. ([Issue 1078](https://github.com/jqno/equalsverifier/issues/1078)) ### [`v4.0.2`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#402---2025-06-12) ##### Added - Support for Kotlin delegates. ([Issue 1083](https://github.com/jqno/equalsverifier/issues/1083)) ##### Changed - When a Mockito error occurs, the error message now says which mocked method was attempted to call. ([Issue 1082](https://github.com/jqno/equalsverifier/issues/1082)) ### [`v4.0.1`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#401---2025-06-10) ##### Fixed - A class with field of type `EnumMap` or `EnumSet` produces `MockitoException` when Mockito is present. ([Issue 1080](https://github.com/jqno/equalsverifier/issues/1080)) ### [`v4.0`](https://github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#409---2025-08-22) ##### Fixed - Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. ([Issue 1111](https://github.com/jqno/equalsverifier/issues/1111#issuecomment-3213790771)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for ff6972d - Browse repository at this point
Copy the full SHA ff6972dView commit details -
fix(deps): Update plugin com.diffplug.spotless to v7 (#376)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | com.diffplug.spotless | plugin | major | `6.25.0` -> `7.2.1` | `8.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for d38c03e - Browse repository at this point
Copy the full SHA d38c03eView commit details -
fix(deps): Update plugin org.gradle.toolchains.foojay-resolver-conven…
…tion to v1 (#377) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | org.gradle.toolchains.foojay-resolver-convention | plugin | major | `0.10.0` -> `1.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 0c0c48c - Browse repository at this point
Copy the full SHA 0c0c48cView commit details -
chore(deps): Update actions/setup-java action to v5 (#372)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://github.com/actions/setup-java) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v5`](https://github.com/actions/setup-java/compare/v4...v5) [Compare Source](https://github.com/actions/setup-java/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for 443f0b4 - Browse repository at this point
Copy the full SHA 443f0b4View commit details -
fix(deps): Update dependency org.mockito:mockito-core to v5.20.0 (#368)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | minor | `5.15.2` -> `5.20.0` | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-core)</summary> ### [`v5.20.0`](https://github.com/mockito/mockito/releases/tag/v5.20.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.20.0 - 2025-09-20 - [11 commit(s)](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0) by Adrian-Kim, Giulio Longfils, Rafael Winterhalter, dependabot\[bot] - Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 [(#​3730)](https://github.com/mockito/mockito/pull/3730) - Introducing the Ability to Mock Construction of Generic Types ([#​2401](https://github.com/mockito/mockito/issues/2401)) [(#​3729)](https://github.com/mockito/mockito/pull/3729) - Bump com.gradle.develocity from 4.1.1 to 4.2 [(#​3726)](https://github.com/mockito/mockito/pull/3726) - Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 [(#​3725)](https://github.com/mockito/mockito/pull/3725) - Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 [(#​3720)](https://github.com/mockito/mockito/pull/3720) - Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 [(#​3719)](https://github.com/mockito/mockito/pull/3719) - Bump actions/setup-java from 4 to 5 [(#​3715)](https://github.com/mockito/mockito/pull/3715) - Bump com.gradle.develocity from 4.1 to 4.1.1 [(#​3713)](https://github.com/mockito/mockito/pull/3713) - Bump bytebuddy from 1.17.6 to 1.17.7 [(#​3712)](https://github.com/mockito/mockito/pull/3712) - test: Use Assume.assumeThat for SequencedCollection tests [(#​3711)](https://github.com/mockito/mockito/pull/3711) - Fix [#​3709](https://github.com/mockito/mockito/issues/3709) [(#​3710)](https://github.com/mockito/mockito/pull/3710) - feat: Add support for JDK21 Sequenced Collections. [(#​3708)](https://github.com/mockito/mockito/pull/3708) - Introducing the Ability to Mock Construction of Generic Types [(#​2401)](https://github.com/mockito/mockito/issues/2401) ### [`v5.19.0`](https://github.com/mockito/mockito/releases/tag/v5.19.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.19.0 - 2025-08-15 - [37 commit(s)](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot\[bot], juyeop - feat: Add support for JDK21 Sequenced Collections. [(#​3708)](https://github.com/mockito/mockito/pull/3708) - Bump actions/checkout from 4 to 5 [(#​3707)](https://github.com/mockito/mockito/pull/3707) - build: Allow overriding 'Created-By' for reproducible builds [(#​3704)](https://github.com/mockito/mockito/pull/3704) - Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 [(#​3703)](https://github.com/mockito/mockito/pull/3703) - Bump androidx.test:runner from 1.6.2 to 1.7.0 [(#​3697)](https://github.com/mockito/mockito/pull/3697) - Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 [(#​3694)](https://github.com/mockito/mockito/pull/3694) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 [(#​3693)](https://github.com/mockito/mockito/pull/3693) - Bump junit-jupiter from 5.13.3 to 5.13.4 [(#​3691)](https://github.com/mockito/mockito/pull/3691) - Bump com.gradle.develocity from 4.0.2 to 4.1 [(#​3689)](https://github.com/mockito/mockito/pull/3689) - Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 [(#​3688)](https://github.com/mockito/mockito/pull/3688) - Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 [(#​3686)](https://github.com/mockito/mockito/pull/3686) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 [(#​3685)](https://github.com/mockito/mockito/pull/3685) - Bump junit-jupiter from 5.13.2 to 5.13.3 [(#​3684)](https://github.com/mockito/mockito/pull/3684) - Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 [(#​3683)](https://github.com/mockito/mockito/pull/3683) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 [(#​3682)](https://github.com/mockito/mockito/pull/3682) - Only run release after both Java and Android tests have finished [(#​3681)](https://github.com/mockito/mockito/pull/3681) - Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 [(#​3680)](https://github.com/mockito/mockito/pull/3680) - Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 [(#​3679)](https://github.com/mockito/mockito/pull/3679) - Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 [(#​3678)](https://github.com/mockito/mockito/pull/3678) - Can no longer publish snapshot releases [(#​3677)](https://github.com/mockito/mockito/issues/3677) - Update Gradle to 8.14.2 [(#​3676)](https://github.com/mockito/mockito/pull/3676) - Bump errorprone from 2.23.0 to 2.39.0 [(#​3674)](https://github.com/mockito/mockito/pull/3674) - Correct Junit docs link [(#​3672)](https://github.com/mockito/mockito/pull/3672) - Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 [(#​3670)](https://github.com/mockito/mockito/pull/3670) - Bump junit-jupiter from 5.13.1 to 5.13.2 [(#​3669)](https://github.com/mockito/mockito/pull/3669) - Bump bytebuddy from 1.17.5 to 1.17.6 [(#​3668)](https://github.com/mockito/mockito/pull/3668) - Bump junit-jupiter from 5.12.2 to 5.13.1 [(#​3666)](https://github.com/mockito/mockito/pull/3666) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 [(#​3665)](https://github.com/mockito/mockito/pull/3665) - Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 [(#​3661)](https://github.com/mockito/mockito/pull/3661) - Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 [(#​3660)](https://github.com/mockito/mockito/pull/3660) - Add JDK21 sequenced collections for ReturnsEmptyValues [(#​3659)](https://github.com/mockito/mockito/issues/3659) - Bump com.gradle.develocity from 3.19.1 to 4.0.2 [(#​3658)](https://github.com/mockito/mockito/pull/3658) - Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 [(#​3657)](https://github.com/mockito/mockito/pull/3657) - Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 [(#​3656)](https://github.com/mockito/mockito/pull/3656) - Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 [(#​3655)](https://github.com/mockito/mockito/pull/3655) - Bump junit-jupiter from 5.11.4 to 5.12.2 [(#​3653)](https://github.com/mockito/mockito/pull/3653) - Reproducible Build: need to inject JDK distribution details to rebuild [(#​3563)](https://github.com/mockito/mockito/issues/3563) ### [`v5.18.0`](https://github.com/mockito/mockito/releases/tag/v5.18.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.18.0 - 2025-05-20 - [5 commit(s)](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot\[bot] - Make vararg checks Scala friendly (for mockito-scala) [(#​3651)](https://github.com/mockito/mockito/pull/3651) - For UnfinishedStubbingException, suggest the possibility of another thread [(#​3636)](https://github.com/mockito/mockito/pull/3636) - UnfinishedStubbingException ought to suggest the possibility of another thread [(#​3635)](https://github.com/mockito/mockito/issues/3635) ### [`v5.17.0`](https://github.com/mockito/mockito/releases/tag/v5.17.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.17.0 - 2025-04-04 - [7 commit(s)](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe - Fixes [#​3631](https://github.com/mockito/mockito/issues/3631): Fix broken banner image link [(#​3632)](https://github.com/mockito/mockito/pull/3632) - Banner image is broken [(#​3631)](https://github.com/mockito/mockito/issues/3631) - Update exception message with mockito-inline [(#​3628)](https://github.com/mockito/mockito/pull/3628) - Clarify structure of commit messages [(#​3626)](https://github.com/mockito/mockito/pull/3626) - Fixes [#​3622](https://github.com/mockito/mockito/issues/3622): MockitoExtension fails cleanup when aborted before setup [(#​3623)](https://github.com/mockito/mockito/pull/3623) - MockitoExtension fails cleanup when aborted before setup [(#​3622)](https://github.com/mockito/mockito/issues/3622) - Since mockito-inline has been removed, the exception messages with `mockito-inline` should be modified. [(#​3621)](https://github.com/mockito/mockito/issues/3621) - Fixes [#​3171](https://github.com/mockito/mockito/issues/3171): Fall back to Throwable Location strategy on Android [(#​3619)](https://github.com/mockito/mockito/pull/3619) - Fixes [#​3615](https://github.com/mockito/mockito/issues/3615) : broken links to javadoc.io [(#​3616)](https://github.com/mockito/mockito/pull/3616) - Broken links to javadoc.io [(#​3615)](https://github.com/mockito/mockito/issues/3615) - Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#​3171)](https://github.com/mockito/mockito/issues/3171) ### [`v5.16.1`](https://github.com/mockito/mockito/releases/tag/v5.16.1) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.16.1 - 2025-03-15 - [3 commit(s)](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1) by Adrian Roos, Jérôme Prinet, Rafael Winterhalter - Remove Arrays.asList from critical stubbing path in GenericMetadataSu… [(#​3610)](https://github.com/mockito/mockito/pull/3610) - Rework of injection strategy in the context of modules [(#​3608)](https://github.com/mockito/mockito/pull/3608) - Adjust inline mocking snippet to allow task relocatability [(#​3606)](https://github.com/mockito/mockito/pull/3606) - Inline mocking configuration snippet for Gradle should allow task relocatability [(#​3605)](https://github.com/mockito/mockito/issues/3605) ### [`v5.16.0`](https://github.com/mockito/mockito/releases/tag/v5.16.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.16.0 - 2025-03-03 - [10 commit(s)](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot\[bot] - Add support for including module-info in Mockito. [(#​3597)](https://github.com/mockito/mockito/pull/3597) - Bump com.gradle.develocity from 3.19 to 3.19.1 [(#​3579)](https://github.com/mockito/mockito/pull/3579) - Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [(#​3577)](https://github.com/mockito/mockito/pull/3577) - Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 [(#​3574)](https://github.com/mockito/mockito/pull/3574) - Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 [(#​3571)](https://github.com/mockito/mockito/pull/3571) - Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 [(#​3569)](https://github.com/mockito/mockito/pull/3569) - Tweaks documentation on mockito agent config for maven [(#​3568)](https://github.com/mockito/mockito/pull/3568) - Adds `--info` to diagnose closeAndReleaseStagingRepositories issues [(#​3567)](https://github.com/mockito/mockito/pull/3567) - Refine reflection when calling management factory [(#​3566)](https://github.com/mockito/mockito/pull/3566) - Avoid warning when dynamic attach is enabled [(#​3551)](https://github.com/mockito/mockito/pull/3551) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Configuration menu - View commit details
-
Copy full SHA for 14791e2 - Browse repository at this point
Copy the full SHA 14791e2View commit details -
fix(deps): Update dependency gradle to v9 (#374)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://github.com/gradle/gradle)) | major | `8.14.3` -> `9.1.0` | --- ### Release Notes <details> <summary>gradle/gradle (gradle)</summary> ### [`v9.1.0`](https://github.com/gradle/gradle/releases/tag/v9.1.0): 9.1.0 [Compare Source](https://github.com/gradle/gradle/compare/v9.0.0...v9.1.0) The Gradle team is excited to announce Gradle 9.1.0. Here are the highlights of this release: - Full Java 25 support - Native task graph visualization - Enhanced console output [Read the Release Notes](https://docs.gradle.org/9.1.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Eng Zer Jun](https://github.com/Juneezee), [EunHyunsu](https://github.com/ehs208), [Gaëtan Muller](https://github.com/MGaetan89), [HeeChul Yang](https://github.com/yangchef1), [Jendrik Johannes](https://github.com/jjohannes), [Johnny Lim](https://github.com/izeye), [Junho Lee](https://github.com/junstory), [Kirill Gavrilov](https://github.com/gavvvr), [Matthew Haughton](https://github.com/3flex), [Na Minhyeok](https://github.com/NaMinhyeok), [Philip Wedemann](https://github.com/hfhbd), [Philipp Schneider](https://github.com/p-schneider), [Pradyumna C](https://github.com/pradyumnac26), [r-a-sattarov](https://github.com/r-a-sattarov), [Ryszard Perkowski](https://github.com/usultis), [Sebastian Schuberth](https://github.com/sschuberth), [SebastianHeil](https://github.com/SebastianHeil), [Staffan Al-Kadhimi](https://github.com/stafak), [winfriedgerlach](https://github.com/winfriedgerlach), [Xin Wang](https://github.com/scaventz). #### Upgrade instructions Switch your build to use Gradle 9.1.0 by updating your wrapper: ./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.1.0/userguide/upgrading_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.1.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle). ### [`v9.0.0`](https://github.com/gradle/gradle/releases/tag/v9.0.0): 9.0.0 [Compare Source](https://github.com/gradle/gradle/compare/v8.14.3...v9.0.0) The Gradle team is excited to announce Gradle 9.0.0. Here are the highlights of this release: - Configuration Cache is the recommended execution mode - Gradle requires JVM 17 or higher to run - Build scripts use Kotlin 2.2 and Groovy 4.0 - Improved Kotlin DSL script compilation avoidance [Read the Release Notes](https://docs.gradle.org/9.0.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Aaron Matthis](https://github.com/rapus95), [Adam E](https://github.com/adam-enko), [Adam S](https://github.com/aSemy), [Björn Kautler](https://github.com/Vampire), [Daniel Lacasse](https://github.com/lacasseio), [Eng Zer Jun](https://github.com/Juneezee), [EunHyunsu](https://github.com/ehs208), [FlorianMichael](https://github.com/FlorianMichael), [Francisco Prieto](https://github.com/priettt), [Gaëtan Muller](https://github.com/MGaetan89), [Jake Wharton](https://github.com/JakeWharton), [Kengo TODA](https://github.com/KengoTODA), [Kent Kaseda](https://github.com/kaseken), [Madalin Valceleanu](https://github.com/vmadalin), [Marc Philipp](https://github.com/marcphilipp), [Mark S. Lewis](https://github.com/bestbeforetoday), [Matthew Haughton](https://github.com/3flex), [Mycroft Wong](https://github.com/MycroftWong), [Na Minhyeok](https://github.com/NaMinhyeok), [Nelson Osacky](https://github.com/runningcode), [Olivier "Oli" Dagenais](https://github.com/olivierdagenais), [ploober](https://github.com/ploober), [Radai Rosenblatt](https://github.com/radai-rosenblatt), [Róbert Papp](https://github.com/TWiStErRob), [Sebastian Schuberth](https://github.com/sschuberth), [Victor Merkulov](https://github.com/urdak). #### Upgrade instructions Switch your build to use Gradle 9.0.0 by updating your wrapper: ./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper See the Gradle [9.0.0 upgrade guide](https://docs.gradle.org/9.0.0/userguide/upgrading_major_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.0.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://github.com/gradle). </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Configuration menu - View commit details
-
Copy full SHA for ec34114 - Browse repository at this point
Copy the full SHA ec34114View commit details -
chore(main): Release v0.0.45 (#378)
🤖 I have created a release *beep* *boop* --- ## [0.0.45](v0.0.44...v0.0.45) (2025-10-01) ### Bug Fixes * **deps:** Update dependency gradle to v9 ([#374](#374)) ([ec34114](ec34114)) * **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v4 ([#375](#375)) ([ff6972d](ff6972d)) * **deps:** Update dependency org.mockito:mockito-core to v5.20.0 ([#368](#368)) ([14791e2](14791e2)) * **deps:** Update plugin com.diffplug.spotless to v7 ([#376](#376)) ([d38c03e](d38c03e)) * **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#377](#377)) ([0c0c48c](0c0c48c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for b099d9a - Browse repository at this point
Copy the full SHA b099d9aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.44...v0.0.45