Skip to content

Commit 851c886

Browse files
Bump the all-maven-dependencies group across 2 directories with 4 updates
Bumps the all-maven-dependencies group with 4 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [com.sap.cloud.sdk:sdk-modules-bom](https://github.com/SAP/cloud-sdk-java), [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) and [com.sap.cds:cds-feature-attachments](https://github.com/cap-java/cds-feature-attachments). Bumps the all-maven-dependencies group with 4 updates in the /srv directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [com.sap.cloud.sdk:sdk-modules-bom](https://github.com/SAP/cloud-sdk-java), [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) and [com.sap.cds:cds-feature-attachments](https://github.com/cap-java/cds-feature-attachments). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `com.sap.cloud.sdk:sdk-modules-bom` from 5.25.0 to 5.26.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.25.0...rel/5.26.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.1.0...lib/3.2.0) Updates `com.sap.cds:cds-feature-attachments` from 1.2.4 to 1.3.0 - [Release notes](https://github.com/cap-java/cds-feature-attachments/releases) - [Changelog](https://github.com/cap-java/cds-feature-attachments/blob/main/doc/CHANGELOG.md) - [Commits](cap-java/cds-feature-attachments@1.2.4...1.3.0) Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `com.sap.cloud.sdk:sdk-modules-bom` from 5.25.0 to 5.26.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.25.0...rel/5.26.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.1.0...lib/3.2.0) Updates `com.sap.cds:cds-feature-attachments` from 1.2.4 to 1.3.0 - [Release notes](https://github.com/cap-java/cds-feature-attachments/releases) - [Changelog](https://github.com/cap-java/cds-feature-attachments/blob/main/doc/CHANGELOG.md) - [Commits](cap-java/cds-feature-attachments@1.2.4...1.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-maven-dependencies - dependency-name: com.sap.cloud.sdk:sdk-modules-bom dependency-version: 5.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-maven-dependencies - dependency-name: com.sap.cds:cds-feature-attachments dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-maven-dependencies - dependency-name: com.sap.cloud.sdk:sdk-modules-bom dependency-version: 5.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-maven-dependencies - dependency-name: com.sap.cds:cds-feature-attachments dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e74b3e5 commit 851c886

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.9</version>
8+
<version>3.5.10</version>
99
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>
@@ -29,10 +29,10 @@
2929
<!-- DEPENDENCIES VERSION -->
3030
<jdk.version>21</jdk.version>
3131
<cds.services.version>4.6.1</cds.services.version>
32-
<cloud.sdk.version>5.25.0</cloud.sdk.version>
32+
<cloud.sdk.version>5.26.0</cloud.sdk.version>
3333
<xsuaa.version>3.6.5</xsuaa.version>
3434
<cf-java-logging-support.version>3.8.6</cf-java-logging-support.version>
35-
<cds-feature-attachments.version>1.2.4</cds-feature-attachments.version>
35+
<cds-feature-attachments.version>1.3.0</cds-feature-attachments.version>
3636
</properties>
3737

3838
<dependencyManagement>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>com.diffplug.spotless</groupId>
174174
<artifactId>spotless-maven-plugin</artifactId>
175-
<version>3.1.0</version>
175+
<version>3.2.0</version>
176176
<configuration>
177177
<java>
178178
<googleJavaFormat>

0 commit comments

Comments
 (0)