chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| actions/checkout | action | patch | v4.2.0 -> v4.2.2 |
||||
| actions/setup-go | action | minor | v5.0.2 -> v5.1.0 |
||||
| actions/setup-java | action | minor | v4.4.0 -> v4.5.0 |
||||
| github/codeql-action | action | minor | v3.26.9 -> v3.27.0 |
||||
| org.apache.maven.plugins:maven-source-plugin | build | minor | 3.2.1 -> 3.3.1 |
||||
| org.mockito:mockito-core | test | patch | 5.14.0 -> 5.14.2 |
||||
| org.apache.maven.plugins:maven-javadoc-plugin | build | patch | 3.10.0 -> 3.10.1 |
||||
| org.apache.maven.plugins:maven-plugin-plugin | build | patch | 3.15.0 -> 3.15.1 |
||||
| org.apache.maven.plugin-tools:maven-plugin-annotations | provided | patch | 3.15.0 -> 3.15.1 |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
actions/checkout (actions/checkout)
v4.2.2
-
url-helper.tsnow leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941 - Expand unit test coverage for
isGhesby @jww3 in https://github.com/actions/checkout/pull/1946
v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
actions/setup-go (actions/setup-go)
v5.1.0
What's Changed
- Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/setup-go/pull/500
- Upgrade IA Publish by @Jcambass in https://github.com/actions/setup-go/pull/502
- Add architecture to cache key by @Zxilly in https://github.com/actions/setup-go/pull/493 This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.
- Enhance workflows and Upgrade micromatch Dependency by @priyagupta108 in https://github.com/actions/setup-go/pull/510
Bug Fixes
- Revise
isGheslogic by @jww3 in https://github.com/actions/setup-go/pull/511
New Contributors
- @Zxilly made their first contribution in https://github.com/actions/setup-go/pull/493
- @Jcambass made their first contribution in https://github.com/actions/setup-go/pull/500
- @jww3 made their first contribution in https://github.com/actions/setup-go/pull/511
- @priyagupta108 made their first contribution in https://github.com/actions/setup-go/pull/510
Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.1.0
actions/setup-java (actions/setup-java)
v4.5.0
What's Changed
- Upgrade IA Publish by @Jcambass in #686
Bug fixes:
- Improve archive extraction on windows runners without powershell core and Update micromatch dependency by @priyagupta108 in #689
- Update workflows for GraalVM and Version Enhancements by @mahabaleshwars in #699
- Refine
isGheslogic by @jww3 in #697
New Contributors:
- @priyagupta108 made their first contribution in https://github.com/actions/setup-java/pull/689
- @jww3 made their first contribution in https://github.com/actions/setup-java/pull/697
Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.5.0
github/codeql-action (github/codeql-action)
v3.27.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.
3.27.0 - 22 Oct 2024
- Bump the minimum CodeQL bundle version to 2.14.6. #2549
- Fix an issue where the
upload-sarifAction would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarifAction. #2557 - Update default CodeQL bundle version to 2.19.2. #2552
See the full CHANGELOG.md for more information.
v3.26.13
v3.26.12
v3.26.11
v3.26.10
mockito/mockito (org.mockito:mockito-core)
v5.14.2
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.2
- 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
- Fix #3466 nexus publishing configuration (#3470)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)
- Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)
- Missing 5.14.2 release (#3466)
- chore: Tests whether JVM warnings / messages on dynamic attach (#3462)
- Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)
- Renames extension modules with
mockito-prefix (#3460) - Avoid attach warning if Byte Buddy is configured for command-line attach. (#3459)
- Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#3458)
- Bump junit-jupiter from 5.11.0 to 5.11.1 (#3455)
- Move root project to dedicated core folder (#3444)
- Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)
v5.14.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.1
- 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
- fix: gradle mockitoAgent configuration should not be transitive (#3454)
- Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)
- Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#3437)
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.