Skip to content

fix(deps): update all non-major dependencies#242

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#242
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.5.19.6.1 age confidence
org.junit.jupiter:junit-jupiter (source) devDependencies patch 6.1.06.1.2 age confidence
org.openrewrite.recipe:rewrite-rewrite devDependencies minor 0.26.00.28.0 age confidence
org.openrewrite.recipe:rewrite-migrate-java devDependencies minor 3.36.03.40.0 age confidence
org.openrewrite.recipe:rewrite-static-analysis devDependencies minor 2.36.02.39.0 age confidence
com.github.spotbugs:spotbugs (source) devDependencies minor 4.9.84.10.3 age confidence
com.google.errorprone:error_prone_core (source) devDependencies minor 2.49.02.50.0 age confidence
com.github.spotbugs:spotbugs-annotations (source) dependencies minor 4.9.84.10.3 age confidence
org.openrewrite:plugin devDependencies minor 7.34.07.37.0 age confidence
com.velocitypowered:velocity-api (source) dependencies minor 3.4.03.5.1 age confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin devDependencies patch 6.5.56.5.9 age confidence
com.gradleup.shadow:shadow-gradle-plugin devDependencies minor 9.4.29.6.0 age confidence
me.clip:placeholderapi dependencies patch 2.12.22.12.3 age confidence
com.diffplug.spotless:spotless-plugin-gradle devDependencies minor 8.6.08.8.0 age confidence

Release Notes

gradle/gradle (gradle)

v9.6.1

Compare Source

v9.6.0

Compare Source

openrewrite/rewrite-rewrite (org.openrewrite.recipe:rewrite-rewrite)

v0.28.0: 0.28.0

Compare Source

What's Changed

  • Fix UseRewriteTestDefaults corrupting output for classes with field initializers by @​timtebeek in #​80
  • Avoid no-op change in SourceSpecTextBlockIndentation when margin is already minimal by @​timtebeek in #​81

Full Changelog: openrewrite/rewrite-rewrite@v0.27.0...v0.28.0

v0.27.0: 0.27.0

Compare Source

What's Changed

  • Avoid renaming ExecutionContext parameter when it would shadow an outer scope by @​timtebeek in #​78

Full Changelog: openrewrite/rewrite-rewrite@v0.26.1...v0.27.0

v0.26.1: 0.26.1

What'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.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-migrate-java@v3.39.0...v3.40.0

v3.39.0: 3.39.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.38.0...v3.39.0

v3.38.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-migrate-java@v3.37.0...v3.38.0

v3.37.0: 3.37.0

Compare 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.0

Compare Source

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.38.0...v2.39.0

v2.38.0: 2.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: openrewrite/rewrite-static-analysis@v2.37.0...v2.38.0

v2.37.0: 2.37.0

What's Changed

Full Changelog: openrewrite/rewrite-static-analysis@v2.36.0...v2.37.0

spotbugs/spotbugs (com.github.spotbugs:spotbugs)

v4.10.3

Compare Source

Fixed
  • Fix LI_LAZY_INIT_STATIC false negative when the null guard is written in yoda-style (null == field) (#​4144)
  • Fix DC_DOUBLECHECK, NP_SYNC_AND_NULL_CHECK_FIELD and SP_SPIN_ON_FIELD false negatives when the null guard is written in yoda-style (null == field) (#​4144)
  • Fix message for UNS_UNSAFE_CALL bug pattern
  • Restore CLI plugin loading by fixing DetectorFactoryCollection bootstrap ordering (#​4191)
  • Fix UWF_NULL_FIELD false negative for fields initialized with cast null values (#​4034)
  • Fix UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS false positive for methods reached only through method references (#​4059)
Changed
  • Ant FindBugsViewerTask: use default look and feel by default. (#​4165)
Refactor
  • Ant FindBugsViewerTask: extend AbstractFindBugsTask to reduce duplicate code. (#​4165)

v4.10.2

Compare Source

Build
  • Add release protection to ensure version released matches the tag and that snapshot has been removed. (#​4156)
  • Drop binary incompatible Saxon-HE back to 12.9 to keep java 11 compatibility. (#​4159)
  • Add binary check to the gradle build to ensure compatibility remains. (#​4159)

v4.10.1

Compare Source

Build
  • 4.10.0 was not released due to a release process error (artifacts were built from a -SNAPSHOT version). 4.10.1 is the corrected release and contains the intended 4.10.0 contents.
google/error-prone (com.google.errorprone:error_prone_core)

v2.50.0: Error Prone 2.50.0

Compare Source

New checks:

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.9

Compare Source

Bug Fixes
  • deps: update dependency com.github.spotbugs:spotbugs to v4.10.3 (#​1754) (b19e3cb)

v6.5.8

Compare Source

Bug Fixes
  • deps: update dependency androidx.lint:lint-gradle to v1.0.0 (#​1723) (18ee52e)

v6.5.7

Compare Source

Bug Fixes

v6.5.6

Compare Source

Bug Fixes
GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)

v9.6.0

Compare Source

Added
  • Extract R8 rules from dependency JARs when using minimize { r8 { ... } }. (#​2089)
Changed
  • Rename ShadowDslMarker to ShadowDsl. (#​2091)
  • POTENTIALLY BREAKING: Apply @ShadowDsl to ShadowJar, ResourceTransformer, DependencyFilter, and Relocator. (#​2090)
    This restricts nested DSL configuration blocks from implicitly calling outer receiver APIs in Kotlin script files.
Fixed
  • Validate ZIP entry names to prevent Zip Slip path traversal.
  • Avoid resolving unused R8 dependency. (#​2101)

v9.5.1

Compare Source

Fixed
  • Fix eager calls for toolchainSpec in Kotlin DSL. (#​2087)

v9.5.0

Compare Source

Added
  • Check DuplicatesStrategy for merging transformers. (#​2026)
    This will log warnings when an incompatible DuplicatesStrategy (e.g., EXCLUDE) is applied in Gradle configuration for built-in ResourceTransformers.
  • Add KotlinModuleMetadataTransformer. (#​2073)
  • Add R8 as an opt-in minimize { r8 { ... } } tool for shrinking the final shadowed JAR. (#​2077)
Changed
  • Bump min Gradle requirement to 9.2.0. (#​2057)
  • Remove afterEvaluate when adding variants. (#​2056)
  • Deprecate enableKotlinModuleRemapping for ShadowJar. (#​2073)
    Apply KotlinModuleMetadataTransformer explicitly to support relocating inside Kotlin module metadata files.
  • Deprecate everything under ShadowCopyAction. (#​2083)
Fixed
  • Fix the conflicts when using afterEvaluate with other plugins. (#​2055)

v9.4.3

Compare Source

Changed
  • Update dependencies for resolving CVEs. (#​2069)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate Bot requested a review from AlexProgrammerDE as a code owner June 8, 2026 17:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fdc8f16 to 20913a0 Compare June 9, 2026 20:32
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies to v4.10.1 fix(deps): update all non-major dependencies Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 08145b3 to 432735c Compare June 16, 2026 11:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 980a547 to 176f576 Compare June 22, 2026 17:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 51411d8 to a0809c7 Compare July 1, 2026 23:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fe90380 to 713a267 Compare July 6, 2026 13:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 713a267 to f7a0167 Compare July 16, 2026 04:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f7a0167 to 5f126d7 Compare July 16, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants