Update all dependencies#268
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
60b31ba to
aa15fad
Compare
ghokun
approved these changes
Apr 13, 2026
aa15fad to
8fa29d7
Compare
d969775 to
3a50ca7
Compare
3a50ca7 to
f86b65a
Compare
4bcfa56 to
b16fe05
Compare
b16fe05 to
16d2fb2
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:
9.4.1→9.5.10.28.0→0.29.00.28.0→0.29.02.48.0→2.49.06.0.3→6.1.02.21.2→2.21.333.5.0-jre→33.6.0-jre0.11.5→1.1.08.4.0→8.5.1Release Notes
gradle/gradle (gradle)
v9.5.1Compare Source
v9.5.0Compare Source
PicnicSupermarket/error-prone-support (tech.picnic.error-prone-support:refaster-runner)
v0.29.0What's Changed
🚀 New Error Prone checks and Refaster rules
LexicographicalPermitsListingcheck by @mohamedsamehsalah in #2017SetOfVarargsandStringJoinDelimiterVarargsRefaster rules by @timtebeek in #2119Stream#{limit,sorted}Refaster rules by @Stephan202 in #2134RandomGeneratorNext{Double,Int,Long}WithOriginRefaster rules by @szumal in #2087PathResolveSibling{Path,String}Refaster rules by @timtebeek in #2103MathClamp{Double,Float,Int,Long}Refaster rules by @Stephan202 in #2115{Least,Greatest}{,NaturalOrder}Refaster rules by @Stephan202 in #2133FilesNew{In,Out}putStream{PathOf,ToPath}Refaster rules by @timtebeek in #2170StringBuilderRulesRefaster rule collection by @Stephan202 in #2184ImmutableListSortedCopyOfIterator{,WithComparator}Refaster rules by @Stephan202 in #2188AssertJ{Iterable,String}RulesRefaster rule collections by @timtebeek in #2198✨ Improvements
ExplicitArgumentEnumerationbeyond unary method invocations by @Stephan202 in #2049StreamOfNullableRefaster rule by @timtebeek in #2109CollectionIsEmptyRefaster rule by @Stephan202 in #2135Disjoint{Collections,Sets}Refaster rules by @Stephan202 in #2172{BigDecimal,Integer,Long}SignumIs{Positive,Negative}Refaster rules by @henri-tremblay in #1887🐛 Bug fixes
MonoSingleOptionalRefaster rule by @Stephan202 in #2139📚 Documentation, test and build improvements
ab.chatgpt.comby @Stephan202 in #2064footer_custom.htmlandLICENSE.mdby @Stephan202 in #2065chatgpt.comby @Stephan202 in #2082ThirdPartyLibrary#isKnownClassimplementation by @Stephan202 in #2089NumericalPrefixesInfixesSuffixesCharacterCasemodule by @rickie in #2114checkstyleintegration test setup by @Stephan202 in #2132AbstractMatcherTestCheckersubtype definitions by @Stephan202 in #2140MoreTypePredicatesTestby @Stephan202 in #2192AssertJRulesTestby @Stephan202 in #2191error-prone-contribduring self-check by @Stephan202 in #2204📈 Dependency upgrades
New Contributors
Full Changelog: PicnicSupermarket/error-prone-support@v0.28.0...v0.29.0
google/error-prone (com.google.errorprone:error_prone_core)
v2.49.0: Error Prone 2.49.0Compare Source
This release includes several changes to
MatcherAPIs, and removed some deprecated or problematic APIs:MethodMatchers.withSignatureAPI, which relies on fragiletoStringbehaviour. Alternatives for matching on method signatures with varargs and type parameters were added ina98a1c5.variableType(Matcher)API.Matchers.variableType(Matcher)usesVariableTree#getTypeto match variable types, which own't work for lambda parameters with inferred types after JDK-8268850. The recommended replacement isvariableType(TypePredicate).enclosingPackagereturn an optional. Module elements are not enclosed by a package, checks usingenclosingPackageshouldn't assume an enclosing package exists when processing arbitrary elements.FieldMatchersAPI, similar toMethodMatchers(1dd9c3a).New checks:
AssertThrowsBlockToExpression: Discourage unnecessary block lambdas inassertThrows.AssertThrowsMinimizer: Suggest minimizing the amount of logic inassertThrows.MemorySegmentReferenceEquality: Discourage using reference equality forMemorySegments.PreferThrowsTag: Recommends using@throwsinstead of the legacy@exceptionjavadoc tag.RecordAccessorInCompactConstructor: detect record accessors inside the compact canonical ctors, which read uninitialized fields.Closed issues: #2283, #3503, #5210, #5289, #5548, #5548, #5554, #5609, #5614, #5656
Full changelog: google/error-prone@v2.48.0...v2.49.0
graalvm/native-build-tools (org.graalvm.buildtools.native)
v1.1.0Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.0.0...1.1.0
v1.0.0Compare Source
Breaking Changes
1.0-M1release of the reachability metadata repository, which uses the newreachability-metadata.jsonmetadata format and no longer uses the globalmetadata/index.json.What's Changed
Full Changelog: graalvm/native-build-tools@0.11.5...1.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.