Skip to content

Commit 3902e38

Browse files
chore: [DevOps] bump the plugins group with 4 updates (#595)
Bumps the plugins group with 4 updates: org.openapitools:openapi-generator-maven-plugin, [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless), [org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `org.openapitools:openapi-generator-maven-plugin` from 7.15.0 to 7.16.0 Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.1 to 3.0.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.1...lib/3.0.0) Updates `org.codehaus.mojo:license-maven-plugin` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/mojohaus/license-maven-plugin/releases) - [Commits](mojohaus/license-maven-plugin@2.6.0...2.7.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.9.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: plugins - dependency-name: org.codehaus.mojo:license-maven-plugin dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e08a9fc commit 3902e38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<json.version>20250517</json.version>
7777
<snakeyaml.version>2.5</snakeyaml.version>
7878
<!-- Formatting -->
79-
<spotless.version>2.46.1</spotless.version>
79+
<spotless.version>3.0.0</spotless.version>
8080
<spotless.skip>false</spotless.skip>
8181
<!-- Quality assurance -->
8282
<enforcer.skip>false</enforcer.skip>
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>org.openapitools</groupId>
300300
<artifactId>openapi-generator-maven-plugin</artifactId>
301-
<version>7.15.0</version>
301+
<version>7.16.0</version>
302302
</plugin>
303303
</plugins>
304304
</pluginManagement>
@@ -492,7 +492,7 @@
492492
<plugin>
493493
<groupId>org.codehaus.mojo</groupId>
494494
<artifactId>license-maven-plugin</artifactId>
495-
<version>2.6.0</version>
495+
<version>2.7.0</version>
496496
<configuration>
497497
<acceptPomPackaging>true</acceptPomPackaging>
498498
<licenseName>apache_v2</licenseName>
@@ -917,7 +917,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
917917
<plugin>
918918
<groupId>org.sonatype.central</groupId>
919919
<artifactId>central-publishing-maven-plugin</artifactId>
920-
<version>0.8.0</version>
920+
<version>0.9.0</version>
921921
<extensions>true</extensions>
922922
<configuration>
923923
<deploymentName>SAP AI SDK ${project.version}</deploymentName>

0 commit comments

Comments
 (0)