fix(deps): update all non-major dependencies#242
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.
|
fdc8f16 to
20913a0
Compare
08145b3 to
432735c
Compare
980a547 to
176f576
Compare
51411d8 to
a0809c7
Compare
fe90380 to
713a267
Compare
713a267 to
f7a0167
Compare
f7a0167 to
5f126d7
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.1→9.6.16.1.0→6.1.20.26.0→0.28.03.36.0→3.40.02.36.0→2.39.04.9.8→4.10.32.49.0→2.50.04.9.8→4.10.37.34.0→7.37.03.4.0→3.5.16.5.5→6.5.99.4.2→9.6.02.12.2→2.12.38.6.0→8.8.0Release Notes
gradle/gradle (gradle)
v9.6.1Compare Source
v9.6.0Compare Source
openrewrite/rewrite-rewrite (org.openrewrite.recipe:rewrite-rewrite)
v0.28.0: 0.28.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-rewrite@v0.27.0...v0.28.0
v0.27.0: 0.27.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-rewrite@v0.26.1...v0.27.0
v0.26.1: 0.26.1What's Changed
Full Changelog: openrewrite/rewrite-rewrite@v0.26.0...v0.26.1
openrewrite/rewrite-migrate-java (org.openrewrite.recipe:rewrite-migrate-java)
v3.40.0: 3.40.0Compare Source
What's Changed
\tand\fescapes in UseTextBlocks to avoid incidental whitespace stripping by @timtebeek in #1160UseMapOfforLinkedHashMap/TreeMapin the proseput()form (#1163) by @timtebeek in #1165New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v3.39.0...v3.40.0
v3.39.0: 3.39.0Compare Source
What's Changed
<br>tags to Markdown line breaks by @timtebeek in #1142@param <T>to Markdown by @timtebeek in #1141UseMapOfwhen the anonymousHashMapis assigned to a concreteHashMapvariable by @timtebeek in #1149Full Changelog: openrewrite/rewrite-migrate-java@v3.38.0...v3.39.0
v3.38.0Compare Source
What's Changed
@{argLine}in AddSurefireFailsafeArgLine for JaCoCo coverage by @timtebeek in #1138Full Changelog: openrewrite/rewrite-migrate-java@v3.37.0...v3.38.0
v3.37.0: 3.37.0Compare Source
What's Changed
New Contributors
Full Changelog: openrewrite/rewrite-migrate-java@v3.36.0...v3.37.0
openrewrite/rewrite-static-analysis (org.openrewrite.recipe:rewrite-static-analysis)
v2.39.0: 2.39.0Compare Source
What's Changed
Full Changelog: openrewrite/rewrite-static-analysis@v2.38.0...v2.39.0
v2.38.0: 2.38.0Compare Source
What's Changed
UseTryWithResourcesmoving resource out of scope for catch block by @timtebeek in #921MinimumSwitchCasescrash on Java 21 sealed-interface pattern switch by @timtebeek in #922RemoveRedundantTypeCastremoving cast that gives avarlambda its target type by @timtebeek in #925New Contributors
Full Changelog: openrewrite/rewrite-static-analysis@v2.37.0...v2.38.0
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
spotbugs/spotbugs (com.github.spotbugs:spotbugs)
v4.10.3Compare Source
Fixed
LI_LAZY_INIT_STATICfalse negative when the null guard is written in yoda-style (null == field) (#4144)DC_DOUBLECHECK,NP_SYNC_AND_NULL_CHECK_FIELDandSP_SPIN_ON_FIELDfalse negatives when the null guard is written in yoda-style (null == field) (#4144)UNS_UNSAFE_CALLbug patternUWF_NULL_FIELDfalse negative for fields initialized with cast null values (#4034)UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASSfalse positive for methods reached only through method references (#4059)Changed
FindBugsViewerTask: use default look and feel by default. (#4165)Refactor
FindBugsViewerTask: extendAbstractFindBugsTaskto reduce duplicate code. (#4165)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@Overrideon 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.9Compare Source
Bug Fixes
v6.5.8Compare Source
Bug Fixes
v6.5.7Compare Source
Bug Fixes
v6.5.6Compare Source
Bug Fixes
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)
v9.6.0Compare Source
Added
minimize { r8 { ... } }. (#2089)Changed
ShadowDslMarkertoShadowDsl. (#2091)@ShadowDsltoShadowJar,ResourceTransformer,DependencyFilter, andRelocator. (#2090)This restricts nested DSL configuration blocks from implicitly calling outer receiver APIs in Kotlin script files.
Fixed
v9.5.1Compare Source
Fixed
toolchainSpecin Kotlin DSL. (#2087)v9.5.0Compare Source
Added
DuplicatesStrategyfor merging transformers. (#2026)This will log warnings when an incompatible
DuplicatesStrategy(e.g.,EXCLUDE) is applied in Gradle configuration for built-inResourceTransformers.KotlinModuleMetadataTransformer. (#2073)minimize { r8 { ... } }tool for shrinking the final shadowed JAR. (#2077)Changed
afterEvaluatewhen adding variants. (#2056)enableKotlinModuleRemappingforShadowJar. (#2073)Apply
KotlinModuleMetadataTransformerexplicitly to support relocating inside Kotlin module metadata files.ShadowCopyAction. (#2083)Fixed
afterEvaluatewith other plugins. (#2055)v9.4.3Compare Source
Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.