Skip to content

Commit dc534c0

Browse files
chore: [DevOps] bump the plugins group across 1 directory with 3 updates
Bumps the plugins group with 3 updates in the / directory: [com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin](https://github.com/SAP/cloud-sdk-java), org.openapitools:openapi-generator-maven-plugin and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). Updates `com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin` from 5.24.0 to 5.25.0 - [Release notes](https://github.com/SAP/cloud-sdk-java/releases) - [Changelog](https://github.com/SAP/cloud-sdk-java/blob/main/release_notes.md) - [Commits](SAP/cloud-sdk-java@rel/5.24.0...rel/5.25.0) Updates `org.openapitools:openapi-generator-maven-plugin` from 7.17.0 to 7.18.0 Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.1) --- updated-dependencies: - dependency-name: com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin dependency-version: 5.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-version: 7.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bfabe9 commit dc534c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<maven.compiler.proc>full</maven.compiler.proc>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<project.build.outputTimestamp>2025-04-03T13:23:00Z</project.build.outputTimestamp>
58-
<cloud-sdk.version>5.24.0</cloud-sdk.version>
58+
<cloud-sdk.version>5.25.0</cloud-sdk.version>
5959
<junit-jupiter.version>6.0.1</junit-jupiter.version>
6060
<wiremock.version>3.13.2</wiremock.version>
6161
<assertj-core.version>3.27.6</assertj-core.version>
@@ -299,7 +299,7 @@
299299
<plugin>
300300
<groupId>org.openapitools</groupId>
301301
<artifactId>openapi-generator-maven-plugin</artifactId>
302-
<version>7.17.0</version>
302+
<version>7.18.0</version>
303303
</plugin>
304304
</plugins>
305305
</pluginManagement>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<spring-boot.version>3.5.7</spring-boot.version>
36+
<spring-boot.version>4.0.1</spring-boot.version>
3737
<logback.version>1.5.22</logback.version>
3838
<cf-logging.version>4.0.1</cf-logging.version>
3939
<apache-tomcat-embed.version>11.0.15</apache-tomcat-embed.version>

0 commit comments

Comments
 (0)