Update all dependencies - #235
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 22, 2025 02:26
f268d6f to
6a602e9
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
September 25, 2025 22:07
10b4975 to
11b5cff
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 26, 2025 17:48
11b5cff to
7d20004
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.24.0->0.25.00.24.0->0.25.02.41.0->2.42.07.28.2->7.29.03.27.5->3.27.60.11.0->0.11.17.2.1->8.0.0Release Notes
PicnicSupermarket/error-prone-support (tech.picnic.error-prone-support:refaster-runner)
v0.25.0What's Changed
🚀 New Error Prone checks and Refaster rules
FilesNewBufferedReader{PathOf,ToPath}{,WithCharset}Refaster rules by @timtebeek in #1795FluxNextRefaster rule by @natanshimeles in #1808AssertJArrayRulesRefaster rule collection by @timtebeek in #1781Fluxcreation expressions by @Stephan202 in #1814{CollectionParallel,Streams}StreamRefaster rules by @khawaja-abdullah in #1836AssertJStreamRulesRefaster rule collection by @thanoskirmizis in #1845AssertJFileRulesRefaster rule collection by @Stephan202 in #1879MonoUsing{,When}*Refaster rules by @mohamedsamehsalah in #1393✨ Improvements
StaticImportcheck recognize JUnit'sArguments#argumentSetby @werli in #1820🐛 Bug fixes
ExplicitArgumentEnumerationhandle raw collection types by @natanshimeles in #1864📚 Documentation, test and build improvements
metricsintegration test setup by @Stephan202 in #1801@AutoValuetypes with Java record definitions by @Stephan202 in #1841metricsintegration test setup by @Stephan202 in #1888📈 Dependency upgrades
New Contributors
Full Changelog: PicnicSupermarket/error-prone-support@v0.24.0...v0.25.0
google/error-prone (com.google.errorprone:error_prone_core)
v2.42.0: Error Prone 2.42.0New checks:
ExplicitArrayForVarargs: discourage unnecessary explicit construction of an array to provide varargs.FloggerPerWithoutRateLimit: discourage Flogger'sperUniquewithout rate limitingStringJoin: BanString.join(CharSequence)andString.join(CharSequence, CharSequence)ThreadBuilderNameWithPlaceholder: Do not allow placeholders inThread.Builder.name(String)orname(String, int).Changes:
ASTHelpers.asFlagSethas changed. The previous type wasEnumSet<Flags.Flag>, whereFlags.Flagis an enum in the javac classFlags. A recent JDK change has replaced that enum with a new top-level enum calledFlagsEnum. It is not possible to changeASTHelpers.asFlagSetin a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returnsImmutableSet<String>, where the strings come from thetoString()of the enum constants. That means they are"native","abstract", etc.IO.print[ln]()inSystemOut.Full changelog: google/error-prone@v2.41.0...v2.42.0
cucumber/cucumber-jvm (io.cucumber:cucumber-bom)
v7.29.0Added
Changed
RerunFormatter(#3075 M.P. Korstanje)TeamCityPlugin(#3050 M.P. Korstanje)DefaultSummaryPrinter(#3028 M.P. Korstanje)ProgressFormatter(#3028 M.P. Korstanje)Fixed
TestSourcesModel(#3076 M.P. Korstanje)StringUtils.isWhitespace(gherkin/#468 Julien Kronegg, M.P. Korstanje)graalvm/native-build-tools (org.graalvm.buildtools.native)
v0.11.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.