fix(deps): update java dependencies - #353
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
from
July 27, 2026 05:46
f3f5721 to
633a1ce
Compare
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
4 times, most recently
from
August 4, 2026 05:46
7ebe338 to
9166e5b
Compare
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
3 times, most recently
from
August 10, 2026 15:50
7a75a23 to
4cd7121
Compare
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
2 times, most recently
from
August 23, 2026 03:57
eccd66e to
b23aba9
Compare
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
6 times, most recently
from
September 3, 2026 00:54
5b7f684 to
5dc195d
Compare
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
6 times, most recently
from
September 7, 2026 23:37
10d4c6d to
f363694
Compare
renovate
Bot
force-pushed
the
renovate/java-dependencies
branch
from
September 16, 2026 18:34
f363694 to
62795ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.0→1.2.01.1.5→1.1.123.15.0→3.16.03.8.0→3.10.27.26.0→7.27.07.26.0→7.27.01.25.8→1.30.03.5.6→3.6.03.5.6→3.6.025.1.3→25.3.4.12.0.18→2.0.191.3.1→1.3.21.4.2→1.5.01.4.2→1.5.01.4.2→1.5.02026.7.20081211→2026.9.40901486.1.2→6.1.33.2.1→3.2.21.18.11-jdk5→1.18.13-jdk51.18.11-jdk5→1.18.13-jdk52026.7.17→2026.9.1061515Release Notes
s4u/sign-maven-plugin (org.simplify4u.plugins:sign-maven-plugin)
v1.2.0Compare Source
NOTICE
This plugin is retired.
No further releases are planned - see #195 for the reasoning.
What's Changed
🔥 New features
🔨 Maintenance
🧰 Dependency updates
❤️ Thanks
Many thanks for collaboration on this release for: @slawekjaranowski
graalvm/native-build-tools (org.graalvm.buildtools:native-maven-plugin)
v1.1.12Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.11...1.1.12
v1.1.11Compare Source
What's Changed
New Contributors
Full Changelog: graalvm/native-build-tools@1.1.9...1.1.11
v1.1.10Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.9...1.1.10
v1.1.9Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.8...1.1.9
v1.1.8Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.7...1.1.8
v1.1.7Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.6...1.1.7
v1.1.6Compare Source
What's Changed
New Contributors
Full Changelog: graalvm/native-build-tools@1.1.5...1.1.6
hcoles/pitest (org.pitest:pitest-maven)
v1.30.0Compare Source
Note, version bump from 1.25.x series made due to mislabelling of release as 1.29.10.
v1.29.10Compare Source
v1.25.9Compare Source
google/jimfs (com.google.jimfs:jimfs)
v1.3.2Compare Source
Files.moveso thatATOMIC_MOVEalways enables overwriting of an existing destination file. (3f6e092)SecureDirectoryStream.moveworks likeFiles.movewith theATOMIC_MOVEoption, as specified, and required that allPatharguments toSecureDirectoryStreammethods be from the sameFileSystemas the stream itself. (398b0f9)SystemJimfsFileSystemProvidertoJimfsFileSystemwhen they are loaded by different class loaders. (5b756f1)JimfsInputStream.readto always return 0 whenlenis 0. (0e5725b)TNG/ArchUnit (com.tngtech.archunit:archunit-junit5-api)
v1.5.0: ArchUnit 1.5.0Compare Source
Enhancements
Core
JavaAccess.Predicates.originOwnerandJavaAccess.Predicates.targetOwner(#1603; thanks to @StefanGraeber 👋)JavaClass:isSealed()andgetPermittedSubclasses()(#1677)ImportOption.DoNotIncludeTestsandOnlyIncludeTestsconsider tests in custom Gradle source sets (#1660; thanks to @Develop-KIM 👋)Lang
ArchConditionsoffers newArchCondition<JavaClass> haveAnyDependenciesThat(DescribedPredicate<Dependency>)(#1580; thanks to @wakingrufus 👋)Library
ArchitectureMetrics.lakosMetricsis computed much more performantly (#1629; thanks to @ThanosTsiamis 👋)TextFileBasedViolationStoreis now thread-safe under parallel test execution (#1656; thanks to @kelunik 👋)ModuleDependencynow provides stable descriptions (#1648; thanks to @DragonFSKY 👋)JUnit
archunit-junit6supports ArchUnit with JUnit 6 (#1556,#1658, #1659; many thanks to @arukiidou & @schulzjo-tng 👋)AnalyzeClassessupports individual classes (#1569; thanks to @TheManWhoStaresAtCode 👋)archunit-junit:0.9.0(which was renamed with ArchUnit 0.9.0) now relocates toarchunit-junit4:0.9.0(#1673; thanks to @schulzjo-tng 👋) – will be published after #1684 🙈Documentation
Priority(#1671; thanks to @TheManWhoStaresAtCode 👋)Internal Improvements
junit-dataproviderwithjunit-jupiter-params(#1655)metio/devcontainer.java (wtf.metio.devcontainer:devcontainer.java)
v2026.9.4090148Compare Source
2026.9.4090148
Dependencies
efb3536(#90)8f6ac12(#89)6131248(#87)dbe5299(#85)c07f7cc(#84)b6effb0(#81)5084226(#70)01d2dd6(#69)3d3c42e(#67)Fixed
Usage
Pull the library from Maven Central.
junit-team/junit-framework (org.junit:junit-bom)
v6.1.3raphw/byte-buddy (net.bytebuddy:byte-buddy-agent)
v1.18.13v1.18.12attach_hotspot_windowslibrary forwin32-aarch64.metio/maven-parent (wtf.metio.maven:maven-parent)
v2026.9.1061515Compare Source
2026.9.1061515
Dependencies
v2026.8.1043609Compare Source
2026.8.1043609
Added
Changed
Dependencies
3d3c42e(#236)v2026.7.24Compare Source
What's Changed
Full Changelog: metio/maven-parent@2026.7.17...2026.7.24
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.