fix(deps): update all non-major dependencies#358
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
2430a3f to
020796e
Compare
a1914cd to
0a990a7
Compare
5f7eb4b to
9cafa5e
Compare
8190e0d to
cfe433d
Compare
6ffab2a to
c720d10
Compare
c720d10 to
428d6d2
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.5.0→9.6.06.0.3→6.1.00.24.2→0.26.13.34.0→3.37.02.34.0→2.37.04.9.8→4.10.22.49.0→2.50.07.32.1→7.35.00.5.1→0.5.26.5.4→6.5.89.4.1→9.4.29.4.1→9.4.28.4.0→8.7.03.3.0→3.3.1Release Notes
gradle/gradle (gradle)
v9.6.0Compare Source
v9.5.1: 9.5.1Compare Source
The Gradle team is excited to announce Gradle 9.5.1.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov
Upgrade instructions
Switch your build to use Gradle 9.5.1 by updating your wrapper:
See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
openrewrite/rewrite-rewrite (org.openrewrite.recipe:rewrite-rewrite)
v0.26.1: 0.26.1What's Changed
Full Changelog: openrewrite/rewrite-rewrite@v0.26.0...v0.26.1
v0.26.0: 0.26.0What's Changed
Full Changelog: openrewrite/rewrite-rewrite@v0.25.0...v0.26.0
v0.25.0: 0.25.0What's Changed
Full Changelog: openrewrite/rewrite-rewrite@v0.24.3...v0.25.0
v0.24.3What's Changed
OpenRewriteRecipeBestPracticeswith targeted static analysis and migration recipes by @timtebeek in #75Full Changelog: openrewrite/rewrite-rewrite@v0.24.0...v0.24.3
openrewrite/rewrite-migrate-java (org.openrewrite.recipe:rewrite-migrate-java)
v3.37.0: 3.37.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v3.36.0...v3.37.0
v3.36.0: 3.36.0What's Changed
IfElseIfConstructToSwitchwhen a trailing non-== nullbinary check is present by @timtebeek in #1109UseTextBlockswhen literal value matches its source by @timtebeek in #1111UseMapOfforHashMapsubclasses likeLinkedHashMapandTreeMapby @timtebeek in #1113RenameUnderscoreIdentifieron Kotlin and Groovy sources by @MBoegers in #1114java.io.IOimport inReplaceSystemOutWithIOPrintby @timtebeek in #1118com.sun.xml.bind.marshaller.NamespacePrefixMappertoorg.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapperby @Jenson3210 in #1121RefineSwitchCasesgenerating invalid guard on enum constant labels by @timtebeek in #1124New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v3.35.0...v3.36.0
v3.35.0: 3.35.0What's Changed
java.io.IOimport inReplaceSystemOutWithIOPrintby @timtebeek in #1093UseMapOfwhenput()argument is a null literal by @timtebeek in #1094UseVarForGenericMethodInvocationsby @timtebeek in #1102varwhen target type inference widens a generic argument by @timtebeek in #1103IfElseIfConstructToSwitchwheninstanceoftypes are missing by @timtebeek in #1095Full Changelog: openrewrite/rewrite-migrate-java@v3.34.1...v3.35.0
v3.34.1What's Changed
varwhen reassignment relies on declared supertype by @timtebeek in #1078Immutable*.copyOfrewrite when argument is not aCollectionby @timtebeek in #1089Map.ofEntrieswhen migrating more than 10 entries by @timtebeek in #1090Full Changelog: openrewrite/rewrite-migrate-java@v3.34.0...v3.34.1
openrewrite/rewrite-static-analysis (org.openrewrite.recipe:rewrite-static-analysis)
v2.37.0: 2.37.0What's Changed
RemoveRedundantTypeCastby @timtebeek in #915InstanceOfPatternMatchnot to remove double primitive cast by @greg-at-moderne in #918AnnotateNullableParameterswhen parameter der… by @stefanodallapalma in #868Full Changelog: openrewrite/rewrite-static-analysis@v2.36.0...v2.37.0
v2.36.0: 2.36.0What's Changed
instanceoftoClass::isInstanceconversion on lambda arity by @timtebeek in #903RemoveRedundantTypeCastby @timtebeek in #904RemoveRedundantTypeCastby @timtebeek in #905CombineSemanticallyEqualCatchBlocksby @timtebeek in #908ReplaceLambdaWithMethodReferenceby @timtebeek in #909UnnecessaryExplicitTypeArgumentsby @knutwannheden in #911Full Changelog: openrewrite/rewrite-static-analysis@v2.35.0...v2.36.0
v2.35.0: 2.35.0What's Changed
FinalClasswhen class has anonymous inner subclasses by @timtebeek in #886ReplaceLambdaWithMethodReferencefor parameterized types with multiple constructors by @timtebeek in #887nullcast at varargs position inRemoveRedundantTypeCastby @timtebeek in #888UnnecessaryExplicitTypeArgumentsby @timtebeek in #889hasMethodOverloadingby @timtebeek in #890JavaType.AnnotationinReorderAnnotationsby @timtebeek in #894UseLambdaForFunctionalInterfaceby @timtebeek in #893varwith interface type inUseLambdaForFunctionalInterfaceby @timtebeek in #896Full Changelog: openrewrite/rewrite-static-analysis@v2.34.1...v2.35.0
v2.34.1What's Changed
UseTryWithResourcesby @timtebeek in #866@ConfigurationinFinalClassandHideUtilityClassConstructorby @timtebeek in #867(Object)bridge cast for unchecked generic casts by @timtebeek in #876Objects::nonNull/isNullwhen lambda parameter does not match by @timtebeek in #875SimplifyConsecutiveAssignmentswhen initializer would self-reference by @timtebeek in #882Full Changelog: openrewrite/rewrite-static-analysis@v2.34.0...v2.34.1
spotbugs/spotbugs (com.github.spotbugs:spotbugs)
v4.10.2Compare Source
Build
v4.10.1Compare Source
Build
google/error-prone (com.google.errorprone:error_prone_core)
v2.50.0: Error Prone 2.50.0Compare Source
New checks:
BoxingComparator: Detect implicitly-boxing Comparator.comparing key extractorsExposedPrivateType: Discourage references to private member classes from non-private APIsJUnitMethodInvoked: Discourage directly invoking JUnit test methodsListRemoveAmbiguous: Detect ambiguous calls toList.remove(int|Integer)PreferTestParameter: suggests using@TestParameterinstead of@TestParametersfor exhaustive boolean and enum parameters on single-element parameterized testsRecordComponentAccessorAnnotationConflict: Detect conflicts between record components and explicit accessor methodsRecordComponentOverride: Discourage @Override on record component declarations that don't overrideanything
ThrowableEqualsHashCode: Discourage overridingThrowable.equals()andhashCode()Closed issues: #5553, #5649, #5778
Full changelog: google/error-prone@v2.49.0...v2.50.0
spotbugs/spotbugs-gradle-plugin (com.github.spotbugs.snom:spotbugs-gradle-plugin)
v6.5.8Compare Source
Bug Fixes
v6.5.7Compare Source
Bug Fixes
v6.5.6Compare Source
Bug Fixes
v6.5.5Compare Source
Bug Fixes
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)
v9.4.2Compare Source
Changed
Configuration
📅 Schedule: (UTC)
🚦 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.