Skip to content

Bump org.gradlex:jvm-dependency-conflict-resolution from 2.2 to 2.4 in /gradle/plugins #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps org.gradlex:jvm-dependency-conflict-resolution from 2.2 to 2.4.

Release notes

Sourced from org.gradlex:jvm-dependency-conflict-resolution's releases.

2.4

  • [Fix] #238 Patch DSL now works for dependencies with non-standard variant names (e.g. com.google.guava).
  • [Fix] #243 jakarta.xml.ws:jakarta.xml.ws-api no longer clashes with jakarta.jws:jakarta.jws-api for versions <= 4.0
  • [Deprecation] #251 Deprecate GuavaComponentRule in favor of more general patch DSL.

2.3

  • [New Rule] #66 itext:itext / com.lowagie:itext (Thanks Björn Kautler for reporting)
  • [New Rule] #222 dk.brics.automaton:automaton / dk.brics:automaton (Thanks Ketan Padegaonkar for reporting)
  • [New Rule] #203 org.apache.geronimo.javamail:geronimo-javamail_*_provider
  • [Adjusted Rule] #188 Bouncy Castle rule supports LTS versions (Thanks Björn Kautler for reporting)
  • [Adjusted Rule] #174 jakarta.xml.ws-api and jakarta.xml.ws-api merger is now considered (Thanks KO for reporting)
  • [Adjusted Rule] #201 Add woodstox:wstx-lgpl to WOODSTOX
  • [Adjusted Rule] #202 Remove org.apache.tomcat:tomcat-websocket from JAVAX_WEBSOCKET_API
  • [New] #229 Patching: addTargetPlatformVariant optionally accepts a feature name
  • [Fix] #196 No longer call eager methods on configurations container (Thanks Ian Brandt for reporting)
Changelog

Sourced from org.gradlex:jvm-dependency-conflict-resolution's changelog.

Version 2.4

  • [Fix] #238 Patch DSL now works for dependencies with non-standard variant names (e.g. com.google.guava).
  • [Fix] #243 jakarta.xml.ws:jakarta.xml.ws-api no longer clashes with jakarta.jws:jakarta.jws-api for versions <= 4.0
  • [Deprecation] #251 Deprecate GuavaComponentRule in favor of more general patch DSL.

Version 2.3

  • [New Rule] #66 itext:itext / com.lowagie:itext (Thanks Björn Kautler for reporting)
  • [New Rule] #222 dk.brics.automaton:automaton / dk.brics:automaton (Thanks Ketan Padegaonkar for reporting)
  • [New Rule] #203 org.apache.geronimo.javamail:geronimo-javamail_*_provider
  • [Adjusted Rule] #188 Bouncy Castle rule supports LTS versions (Thanks Björn Kautler for reporting)
  • [Adjusted Rule] #174 jakarta.xml.ws-api and jakarta.xml.ws-api merger is now considered (Thanks KO for reporting)
  • [Adjusted Rule] #201 Add woodstox:wstx-lgpl to WOODSTOX
  • [Adjusted Rule] #202 Remove org.apache.tomcat:tomcat-websocket from JAVAX_WEBSOCKET_API
  • [New] #229 Patching: addTargetPlatformVariant optionally accepts a feature name
  • [Fix] #196 No longer call eager methods on configurations container (Thanks Ian Brandt for reporting)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 9, 2025
@jjohannes
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/gradle/plugins/org.gradlex-jvm-dependency-conflict-resolution-2.4 branch from 5110b36 to c309775 Compare July 23, 2025 05:55
@jjohannes
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/gradle/plugins/org.gradlex-jvm-dependency-conflict-resolution-2.4 branch from c309775 to dffff45 Compare July 23, 2025 18:35
@jjohannes
Copy link
Owner

@dependabot rebase

Bumps [org.gradlex:jvm-dependency-conflict-resolution](https://github.com/gradlex-org/jvm-dependency-conflict-resolution) from 2.2 to 2.4.
- [Release notes](https://github.com/gradlex-org/jvm-dependency-conflict-resolution/releases)
- [Changelog](https://github.com/gradlex-org/jvm-dependency-conflict-resolution/blob/main/CHANGELOG.md)
- [Commits](gradlex-org/jvm-dependency-conflict-resolution@v2.2...v2.4)

---
updated-dependencies:
- dependency-name: org.gradlex:jvm-dependency-conflict-resolution
  dependency-version: '2.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/gradle/plugins/org.gradlex-jvm-dependency-conflict-resolution-2.4 branch from dffff45 to 7b8e71d Compare July 23, 2025 21:35
@jjohannes jjohannes merged commit 2fd02f4 into main Jul 23, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/gradle/plugins/org.gradlex-jvm-dependency-conflict-resolution-2.4 branch July 23, 2025 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant