Skip to content

Commit 816cbf3

Browse files
chore: [DevOps] bump the plugins group with 4 updates (#473)
Bumps the plugins group with 4 updates: com.sap.cloud.sdk:sdk-bom, com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin, [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 `com.sap.cloud.sdk:sdk-bom` from 5.19.0 to 5.20.0 Updates `com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin` from 5.19.0 to 5.20.0 Updates `org.codehaus.mojo:license-maven-plugin` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/mojohaus/license-maven-plugin/releases) - [Commits](mojohaus/license-maven-plugin@2.5.0...2.6.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.8.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.sap.cloud.sdk:sdk-bom dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.codehaus.mojo:license-maven-plugin dependency-version: 2.6.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.8.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 3cbd794 commit 816cbf3

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
@@ -58,7 +58,7 @@
5858
<maven.compiler.proc>full</maven.compiler.proc>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<project.build.outputTimestamp>2025-04-03T13:23:00Z</project.build.outputTimestamp>
61-
<cloud-sdk.version>5.19.0</cloud-sdk.version>
61+
<cloud-sdk.version>5.20.0</cloud-sdk.version>
6262
<junit-jupiter.version>5.13.1</junit-jupiter.version>
6363
<wiremock.version>3.13.1</wiremock.version>
6464
<assertj-core.version>3.27.3</assertj-core.version>
@@ -511,7 +511,7 @@
511511
<plugin>
512512
<groupId>org.codehaus.mojo</groupId>
513513
<artifactId>license-maven-plugin</artifactId>
514-
<version>2.5.0</version>
514+
<version>2.6.0</version>
515515
<configuration>
516516
<acceptPomPackaging>true</acceptPomPackaging>
517517
<licenseName>apache_v2</licenseName>
@@ -934,7 +934,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
934934
<plugin>
935935
<groupId>org.sonatype.central</groupId>
936936
<artifactId>central-publishing-maven-plugin</artifactId>
937-
<version>0.7.0</version>
937+
<version>0.8.0</version>
938938
<extensions>true</extensions>
939939
<configuration>
940940
<deploymentName>SAP AI SDK ${project.version}</deploymentName>

0 commit comments

Comments
 (0)