Skip to content

Update all non-major dependencies#97

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

Update all non-major dependencies#97
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence
com.sonarsource.rule-api:rule-api (source) 2.19.0.57632.20.0.5857 age confidence
org.sonarqube 7.1.0.63877.2.3.7755 age confidence
com.gradleup.shadow:com.gradleup.shadow.gradle.plugin 9.3.19.4.1 age confidence
com.fasterxml.jackson:jackson-bom 2.20.12.21.3 age confidence
com.diffplug.spotless 8.1.08.4.0 age confidence
com.diffplug.spotless:spotless-plugin-gradle 8.1.08.4.0 age confidence

Release Notes

GradleUp/shadow (com.gradleup.shadow:com.gradleup.shadow.gradle.plugin)

v9.4.1

Compare Source

Changed

v9.4.0

Compare Source

Added
Changed
  • Allow opting out of adding shadowJar into assemble lifecycle. (#​1939)
    shadow {
      // Disable making `assemble` task depend on `shadowJar`. This is enabled by default.
      addShadowJarToAssembleLifecycle = false
    }
  • Stop catching ZipException when writing entries. (#​1970)
Fixed
  • Fix interaction with Gradle artifact transforms. (#​1345)
  • Fix skipStringConstants per-relocator behavior in mapName. (#​1968)
  • Fix failing for non-existent class directories. (#​1976)

v9.3.2

Compare Source

Changed
  • Stop moving gradleApi dependency from api to compileOnly for Gradle 9.4+. (#​1919)
  • Log warnings for duplicates in the final JAR. (#​1931)
Fixed
  • Fix relocation patterns not included in task fingerprint. (#​1933)

Configuration

📅 Schedule: (in timezone CET)

  • Branch creation
    • "before 4am on Monday"
  • 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.


  • 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 added the dependencies label Feb 2, 2026
@renovate renovate Bot requested a review from a team February 2, 2026 02:25
@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented Feb 2, 2026

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c5259c to 1bc4078 Compare February 16, 2026 23:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a2dd906 to d632b2b Compare February 23, 2026 03:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 636987b to 20ea299 Compare March 4, 2026 15:49
@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented Mar 4, 2026

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2b080c2 to a0b156d Compare March 18, 2026 18:52
sonar-review-alpha[bot]

This comment was marked as resolved.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a0b156d to 749c8b3 Compare March 20, 2026 18:43
sonar-review-alpha[bot]

This comment was marked as resolved.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 749c8b3 to d969117 Compare March 27, 2026 11:03
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d969117 to 93072f8 Compare March 31, 2026 16:04
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 93072f8 to c0815d4 Compare April 1, 2026 11:04
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c0815d4 to a7c4679 Compare April 8, 2026 10:56
@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented Apr 8, 2026

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a7c4679 to f35ef60 Compare April 15, 2026 13:23
@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha Bot commented Apr 15, 2026

Summary

⚠️ The PR description exceeded the analysis limit and was truncated. The review may not reflect all context.

This is a Renovate-automated dependency update for non-major versions. Five dependencies are bumped in gradle/libs.versions.toml:

  • spotless-gradle: 8.1.0 → 8.4.0
  • jackson: 2.20.1 → 2.21.3
  • gradle-plugin-shadow: 9.3.1 → 9.4.1
  • sonar-scanner-gradle: 7.1.0.6387 → 7.2.3.7755

Plus one direct dependency update in the rule-api gradle plugin: com.sonarsource.rule-api:rule-api 2.19.0.5763 → 2.20.0.5857.

All are minor or patch version updates with no breaking changes expected.

What reviewers should know

Review scope: Changes are confined to dependency declarations in two files:

  • gradle/libs.versions.toml (version catalog, 4 updates)
  • gradle-modules/src/main/kotlin/org.sonarsource.cloud-native.rule-api.gradle.kts (1 update)

Key notes:

  • Shadow plugin 9.4.0 added support for Isolated Projects and changed the default shadowJar lifecycle behavior (configurable via addShadowJarToAssembleLifecycle). Verify the build behaves as expected if this project uses shadow.
  • Jackson jumped from 2.20.1 to 2.21.3 (minor bump, safe).
  • All other updates are patch versions.

Testing: Run the Gradle build to verify no compatibility issues with the new versions.


  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback

sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f35ef60 to dfdfeeb Compare April 21, 2026 17:48
sonar-review-alpha[bot]

This comment was marked as outdated.

@sonarqube-next
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dfdfeeb to 040c731 Compare April 29, 2026 16:59
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 040c731 to 0b3aa84 Compare May 3, 2026 22:43
@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented May 3, 2026

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube

Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Clean dependency update with no functional issues. All bumps are non-breaking minor/patch releases in well-established libraries.

One minor discrepancy worth noting: the PR description says jackson-bom goes to 2.21.2, but the actual diff shows 2.21.3. This is a stale auto-generated Renovate description with no code impact.

Shadow plugin 9.3.1 → 9.4.1: The most significant upstream change is the new addShadowJarToAssembleLifecycle opt-out flag (default: true). Since it defaults to enabled, the existing sonar-plugin.gradle.kts behavior is unchanged — archives(tasks.shadowJar) still works as before. The other 9.4.x changes (Isolated Projects support, artifact-transform interaction fix, relocation fingerprinting fix) are all beneficial or additive.

🗣️ Give feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants