Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 5 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.2` | `3.1.3` |
| [org.codehaus.groovy:groovy](https://github.com/apache/groovy) | `3.0.21` | `3.0.22` |
| [org.codehaus.groovy:groovy-ant](https://github.com/apache/groovy) | `3.0.21` | `3.0.22` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.6.1` | `3.7.1` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.4` | `3.2.5` |



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

Updates `org.codehaus.groovy:groovy` from 3.0.21 to 3.0.22
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.codehaus.groovy:groovy-ant` from 3.0.21 to 3.0.22
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.codehaus.groovy:groovy-ant` from 3.0.21 to 3.0.22
- [Commits](https://github.com/apache/groovy/commits)

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

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.codehaus.groovy:groovy-ant
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.codehaus.groovy:groovy-ant
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024

Verified

This commit was signed with the committer’s verified signature.
AKarmanov Alex Karmanov
1 parent ac589ab commit bf325b7
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions community/pom.xml
Original file line number Diff line number Diff line change
@@ -44,13 +44,13 @@

<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<maven-dependency-plugin.version>3.7.1</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<maven-gpg-plugin.version>3.2.5</maven-gpg-plugin.version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<groovy.version>3.0.21</groovy.version>
<groovy.version>3.0.22</groovy.version>
</properties>

<dependencies>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
</plugins>
</pluginManagement>

0 comments on commit bf325b7

Please sign in to comment.