Skip to content

Commit 5d28e0e

Browse files
chore: [DevOps] bump the plugins group with 3 updates (#363)
Bumps the plugins group with 3 updates: org.openapitools:openapi-generator-maven-plugin, [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) and [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin). Updates `org.openapitools:openapi-generator-maven-plugin` from 7.11.0 to 7.12.0 Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.3...maven-install-plugin-3.1.4) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85c1e94 commit 5d28e0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.openapitools</groupId>
294294
<artifactId>openapi-generator-maven-plugin</artifactId>
295-
<version>7.11.0</version>
295+
<version>7.12.0</version>
296296
</plugin>
297297
</plugins>
298298
</pluginManagement>
@@ -878,7 +878,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
878878
<plugin>
879879
<groupId>org.apache.maven.plugins</groupId>
880880
<artifactId>maven-install-plugin</artifactId>
881-
<version>3.1.3</version>
881+
<version>3.1.4</version>
882882
<executions>
883883
<execution>
884884
<goals>
@@ -901,7 +901,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
901901
<plugin>
902902
<groupId>org.apache.maven.plugins</groupId>
903903
<artifactId>maven-deploy-plugin</artifactId>
904-
<version>3.1.3</version>
904+
<version>3.1.4</version>
905905
<configuration>
906906
<skip>true</skip>
907907
</configuration>

0 commit comments

Comments
 (0)