Skip to content

Commit

Permalink
Bump the build-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.0` | `3.5.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.16.0` | `2.16.1` |
| [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) | `3.1.3` | `3.1.5` |
| [io.github.gitflow-incremental-builder:gitflow-incremental-builder](https://github.com/gitflow-incremental-builder/gitflow-incremental-builder) | `4.5.0` | `4.5.1` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.17.3` | `0.18.0` |


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 `io.github.gitflow-incremental-builder:gitflow-incremental-builder` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/gitflow-incremental-builder/gitflow-incremental-builder/releases)
- [Commits](gitflow-incremental-builder/gitflow-incremental-builder@v4.5.0...v4.5.1)

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: io.github.gitflow-incremental-builder:gitflow-incremental-builder
  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>
  • Loading branch information
dependabot[bot] committed Sep 25, 2023
1 parent e9333ec commit 0735a31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<version.install.plugin>3.1.1</version.install.plugin>
<version.enforcer.plugin>3.4.0</version.enforcer.plugin>
<version.project-info.plugin>3.4.5</version.project-info.plugin>
<version.japicmp.plugin>0.17.3</version.japicmp.plugin>
<version.japicmp.plugin>0.18.0</version.japicmp.plugin>
<version.nexus-staging.plugin>1.6.13</version.nexus-staging.plugin>
<version.deploy.plugin>3.1.1</version.deploy.plugin>
<version.gpg.plugin>3.1.0</version.gpg.plugin>
Expand All @@ -274,14 +274,14 @@
<version.dependency-check.plugin>8.4.0</version.dependency-check.plugin>
<version.exec.plugin>3.1.0</version.exec.plugin>
<version.forbiddenapis.plugin>3.5.1</version.forbiddenapis.plugin>
<version.jandex.plugin>3.1.3</version.jandex.plugin>
<version.jandex.plugin>3.1.5</version.jandex.plugin>
<version.maven.injection.plugin>1.0.2</version.maven.injection.plugin>
<version.jar.plugin>3.3.0</version.jar.plugin>
<version.javadoc.plugin>3.6.0</version.javadoc.plugin>
<version.jdeps.plugin>0.5.1</version.jdeps.plugin>
<version.processor.plugin>4.5</version.processor.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.shade.plugin>3.5.0</version.shade.plugin>
<version.shade.plugin>3.5.1</version.shade.plugin>
<version.source.plugin>3.3.0</version.source.plugin>
<!-- Surefire versions are a minefield of bugs: be careful with upgrades -->
<version.surefire.plugin>3.1.2</version.surefire.plugin>
Expand All @@ -294,13 +294,13 @@
<version.scripting.plugin>3.0.0</version.scripting.plugin>
<version.org.apache.groovy.groovy-jsr223>4.0.13</version.org.apache.groovy.groovy-jsr223>
<version.com.puppycrawl.tools.checkstyle>10.9.3</version.com.puppycrawl.tools.checkstyle>
<version.versions.plugin>2.16.0</version.versions.plugin>
<version.versions.plugin>2.16.1</version.versions.plugin>
<version.maven-wrapper-plugin>3.2.0</version.maven-wrapper-plugin>
<version.impsort-maven-plugin>1.9.0</version.impsort-maven-plugin>
<version.formatter-maven-plugin>2.23.0</version.formatter-maven-plugin>
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
<version.sisu-maven-plugin>0.9.0.M2</version.sisu-maven-plugin>
<gitflow-incremental-builder.version>4.5.0</gitflow-incremental-builder.version>
<gitflow-incremental-builder.version>4.5.1</gitflow-incremental-builder.version>

<!-- Repository Deployment URLs -->

Expand Down

0 comments on commit 0735a31

Please sign in to comment.