Skip to content
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

Bump the build-dependencies group with 4 updates #3742

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps the build-dependencies group with 4 updates: org.apache.maven.plugins:maven-shade-plugin, org.codehaus.mojo:versions-maven-plugin, io.smallrye:jandex-maven-plugin and com.github.siom79.japicmp:japicmp-maven-plugin.

Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-shade-plugin's releases.

3.5.1

Release Notes - Maven Shade Plugin - Version 3.5.1

Bug

  • [MSHADE-454] - Shade Plugin does not work with JDK 20

Improvement

  • [MSHADE-459] - Prepare to build and pass tests with Java 21

Task

Dependency upgrade

Commits
  • bd4759b [maven-release-plugin] prepare release maven-shade-plugin-3.5.1
  • d2a1552 [MSHADE-457] Upgrade Parent to 40
  • c2a2e2b [MSHADE-458] Refresh download page
  • 64f577b [MSHADE-459] Adjust to test also with Java 21 (#196)
  • e56294a [MSHADE-454] Shade Plugin does not work with JDK 20
  • 6a400db [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.16.1

Changes

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • a7e6cdb [maven-release-plugin] prepare release 2.16.1
  • d24a89c Cleanup pluginManagement from mock artifacts
  • 1d03956 Resolves #978
  • 15d7a17 #1001: added a test case
  • 0b0fdf8 Correct message if the latest version of parent is used for update-parent
  • 220c4ef Resolves #995: Minimum version required for Versions Maven Plugin should is n...
  • 1cfdb54 Resolves #990: Check prerequisites if required enforcer Maven version is empty
  • 938ebdf Bump org.springframework:spring-framework-bom
  • 6cd759c Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 018856c Fix links for XSD in report models
  • Additional commits viewable in compare view

Updates io.smallrye:jandex-maven-plugin from 3.1.3 to 3.1.5

Release notes

Sourced from io.smallrye:jandex-maven-plugin's releases.

3.1.5

  • #331 release 3.1.5
  • #330 release 3.1.4
  • #329 improve AnnotationInstance.hashCode()
  • #328 Maven plugin: support containing a path
  • #327 Migrating from Jandex maven plugin 1.1.1 to 3.1.3 fails to create intermediate directories when generating an index
Commits
  • db358b4 [maven-release-plugin] prepare release 3.1.5
  • 3707fd8 Amendments before release
  • d71239c Merge pull request #331 from smallrye/release-3.1.5
  • 5414d4c release 3.1.5
  • baaf60b Merge pull request #330 from smallrye/release-3.1.4
  • 8e00f43 release 3.1.4
  • c9d5476 Merge pull request #329 from Ladicek/annotation-hash-code
  • 30be95d improve AnnotationInstance.hashCode()
  • 171f61d Merge pull request #328 from Ladicek/maven-plugin-index-name-dir
  • d0a430d Maven plugin: support <indexName> containing a path
  • Additional commits viewable in compare view

Updates com.github.siom79.japicmp:japicmp-maven-plugin from 0.17.3 to 0.18.0

Commits
  • 2de9f47 [maven-release-plugin] prepare release japicmp-base-0.18.0
  • 6c27f7c upgraded version in *.md files to 0.18.0
  • f222cbe 0.18.0-SNAPSHOT
  • c5e9f50 Merge remote-tracking branch 'origin/master'
  • f0c35af 0.18.0-SNAPSHOT
  • 6e7e7fc ReleaseNotes.md
  • a459900 [maven-release-plugin] prepare for next development iteration
  • 700bfd3 [maven-release-plugin] prepare release japicmp-base-0.17.4
  • 64cf1e3 upgraded version in *.md files to 0.17.4
  • f1f290f ReleaseNotes.md
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the build-dependencies group with 4 updates: [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin), [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions), [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) and [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp).


Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.0...maven-shade-plugin-3.5.1)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.16.0...2.16.1)

Updates `io.smallrye:jandex-maven-plugin` from 3.1.3 to 3.1.5
- [Release notes](https://github.com/smallrye/jandex/releases)
- [Commits](smallrye/jandex@3.1.3...3.1.5)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.17.3 to 0.18.0
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.17.3...japicmp-base-0.18.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: io.smallrye:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-744f9ba94d branch September 25, 2023 06:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant