Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the all-maven-dependencies group with 4 updates in the / directory: org.springframework.boot:spring-boot-starter-parent, com.sap.cloud.sdk:sdk-modules-bom, com.diffplug.spotless:spotless-maven-plugin and com.sap.cds:cds-feature-attachments.
Bumps the all-maven-dependencies group with 4 updates in the /srv directory: org.springframework.boot:spring-boot-starter-parent, com.sap.cloud.sdk:sdk-modules-bom, com.diffplug.spotless:spotless-maven-plugin and com.sap.cds:cds-feature-attachments.

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.9 to 3.5.10

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.10

🐞 Bug Fixes

  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #48702
  • Application JAR created by extract command is not reproductible #48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #48661
  • Fix zero-length byte buffer in InspectedContent #48649

📔 Documentation

  • Update documentation for Buildpack's AOT Cache support #48768
  • Document support for configuring arguments passed to Docker Compose #48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #48634
  • Fix grammar and typos in the reference guide #48596

🔨 Dependency Upgrades

  • Upgrade to Classmate 1.7.3 #48775
  • Upgrade to Hibernate 6.6.41.Final #48881
  • Upgrade to HttpClient5 5.5.2 #48777
  • Upgrade to Logback 1.5.25 #48882
  • Upgrade to Micrometer 1.15.8 #48705
  • Upgrade to Micrometer Tracing 1.5.8 #48706
  • Upgrade to Pooled JMS 3.1.9 #48779
  • Upgrade to Postgresql 42.7.9 #48883
  • Upgrade to R2DBC MSSQL 1.0.4.RELEASE #48847
  • Upgrade to Reactor Bom 2024.0.14 #48707
  • Upgrade to REST Assured 5.5.7 #48884
  • Upgrade to Spring AMQP 3.2.9 #48909
  • Upgrade to Spring Data Bom 2025.0.8 #48708
  • Upgrade to Spring Integration 6.5.6 #48921
  • Upgrade to Spring Kafka 3.3.12 #48709
  • Upgrade to Spring Pulsar 1.2.14 #48710
  • Upgrade to Undertow 2.3.22.Final #48848
  • Upgrade to WebJars Locator Lite 1.1.3 #48780

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

Commits
  • 1b4e78f Release v3.5.10
  • 650236d Remove breaking and unnecessary Undertow TLS with RSA test
  • 877d59b Upgrade to Spring Kafka 3.3.12
  • ce650b1 Upgrade to Spring Integration 6.5.6
  • 30b5b73 Upgrade to Develocity Conventions 0.0.25
  • 413ec6c Upgrade to Spring Pulsar 1.2.14
  • 3f86432 Upgrade to Spring AMQP 3.2.9
  • 2fa3aaa Merge pull request #48902 from dependabot[bot]
  • 37e0cbc Polish "Bump jfrog/setup-jfrog-cli from 4.8.1 to 4.9.1"
  • ad51def Bump jfrog/setup-jfrog-cli from 4.8.1 to 4.9.1
  • Additional commits viewable in compare view

Updates com.sap.cloud.sdk:sdk-modules-bom from 5.25.0 to 5.26.0

Release notes

Sourced from com.sap.cloud.sdk:sdk-modules-bom's releases.

Release 5.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.26.0

Commits
  • 2a91c81 Update to version 5.26.0
  • 5588566 fix: Correct OAuth2 parameter for IAS refresh token workaround (#1066)
  • 1d68090 fix: [OpenAPI] Revert making Spring optional in OpenAPI (#1077)
  • c567b5b feat: [OpenAPI] ResponseMetadataListener with case insensitive header map (...
  • d9b1dd8 chore: [DevOps] bump the production-minor-patch group with 9 updates (#1072)
  • 0896b76 chore: [DevOps] bump the test group with 2 updates (#1073)
  • c249940 feat: [OpenAPI] Make Spring Optional with Apache HttpClient (#1046)
  • 4fd151b chore: [DevOps] bump the plugins group with 2 updates (#1068)
  • 4103745 chore: [DevOps] bump the production-minor-patch group across 1 directory with...
  • c8e25d6 chore: [DevOps] bump org.junit.jupiter:junit-jupiter-engine from 6.0.1 to 6.0...
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Lib v3.2.0

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

Maven Plugin v3.2.0

Added

  • Add the ability to specify a wildcard version (*) for external formatter executables. (#2757)

Changes

  • Dramatic (~100x) performance improvement when using git ratchetFrom. (#2805)

Fixed

  • [fix] NPE due to workingTreeIterator being null for git ignored files. #911 (#2771)
  • Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same node_modules directory. (#2786)

Changes

  • Bump default ktfmt version to latest 0.59 -> 0.61. (2804)
  • Bump default ktlint version to latest 1.7.1 -> 1.8.0. (2763)
  • Bump default gherkin-utils version to latest 9.2.0 -> 10.0.0. (#2619)

Lib v3.1.2

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

Lib v3.1.1

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[3.2.0] - 2025-07-07

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

[3.1.2] - 2025-05-27

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

[3.1.1] - 2025-04-07

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
  • Allow multiple npm-based formatters having the same module dependencies, to share a node_modules dir without race conditions. #2462)
Commits
  • 10c6069 Published lib/3.2.0
  • 5a7f075 Publish to Central Portal (#2539)
  • 2f4ef38 Revert "Use palantir-java-format as default formatter in RemoveUnused. (#2546)
  • 62b12ca spotlessApply
  • cb202b1 Revert "Use palantir-java-format as default formatter in RemoveUnusedImportsS...
  • 86d65b0 feat: Disable expandEmptyElements, to avoid empty body warnings (#2520)
  • 694eb30 Add the changes to the plugin-maven/CHANGES.md
  • 34be7eb Merge branch 'main' into patch-1
  • 38989da Update for biome 2.x (#2538 fixes #2537)
  • dc969c1 Merge branch 'main' into update-for-biome-2.x
  • Additional commits viewable in compare view

Updates com.sap.cds:cds-feature-attachments from 1.2.4 to 1.3.0

Release notes

Sourced from com.sap.cds:cds-feature-attachments's releases.

1.3.0

What's Changed

  • Introduce correct error message when exceeding field length
  • Validation Maximum Annotation
  • Filestorage module is now included in the deployment to mavne central process

Full Changelog: cap-java/cds-feature-attachments@1.2.4...1.3.0

Changelog

Sourced from com.sap.cds:cds-feature-attachments's changelog.

Version 1.3.0 - 2026-01-26

Added

  • Added @​Validation.Maximum Annotation for setting max file size (default: 400MB)

Changed

  • Included the filestorage(fs) module in the deployment process for dev purposes

Fixed

  • fix "no proper error message when exceeding char limit on note field" (also: default char limit for note is now 5000)
Commits
  • 432a024 make fs-module release ready
  • 409a76a Update version to 1.3.0
  • 5ac1774 prepare release
  • 9b16af9 Enhance action.yml with docker-image input
  • f5ac6e6 Update version to 1.3.0
  • 3daa1cd Update CHANGELOG.md
  • 7b76093 Update README, CHANGELOG, and documentation for version 1.2.4 release; fix at...
  • f1c1e4a separating pipeline (#718)
  • afc7e85 pipeline improvements (#717)
  • 66fd075 blackduck scan excluding samples
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.9 to 3.5.10

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.10

🐞 Bug Fixes

  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #48702
  • Application JAR created by extract command is not reproductible #48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #48661
  • Fix zero-length byte buffer in InspectedContent #48649

📔 Documentation

  • Update documentation for Buildpack's AOT Cache support #48768
  • Document support for configuring arguments passed to Docker Compose #48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #48634
  • Fix grammar and typos in the reference guide #48596

🔨 Dependency Upgrades

  • Upgrade to Classmate 1.7.3 #48775
  • Upgrade to Hibernate 6.6.41.Final #48881
  • Upgrade to HttpClient5 5.5.2 #48777
  • Upgrade to Logback 1.5.25 #48882
  • Upgrade to Micrometer 1.15.8 #48705
  • Upgrade to Micrometer Tracing 1.5.8 #48706
  • Upgrade to Pooled JMS 3.1.9 #48779
  • Upgrade to Postgresql 42.7.9 #48883
  • Upgrade to R2DBC MSSQL 1.0.4.RELEASE #48847
  • Upgrade to Reactor Bom 2024.0.14 #48707
  • Upgrade to REST Assured 5.5.7 #48884
  • Upgrade to Spring AMQP 3.2.9 #48909
  • Upgrade to Spring Data Bom 2025.0.8 #48708
  • Upgrade to Spring Integration 6.5.6 #48921
  • Upgrade to Spring Kafka 3.3.12 #48709
  • Upgrade to Spring Pulsar 1.2.14 #48710
  • Upgrade to Undertow 2.3.22.Final #48848
  • Upgrade to WebJars Locator Lite 1.1.3 #48780

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

Commits
  • 1b4e78f Release v3.5.10
  • 650236d Remove breaking and unnecessary Undertow TLS with RSA test
  • 877d59b Upgrade to Spring Kafka 3.3.12
  • ce650b1 Upgrade to Spring Integration 6.5.6
  • 30b5b73 Upgrade to Develocity Conventions 0.0.25
  • 413ec6c Upgrade to Spring Pulsar 1.2.14
  • 3f86432 Upgrade to Spring AMQP 3.2.9
  • 2fa3aaa Merge pull request #48902 from dependabot[bot]
  • 37e0cbc Polish "Bump jfrog/setup-jfrog-cli from 4.8.1 to 4.9.1"
  • ad51def Bump jfrog/setup-jfrog-cli from 4.8.1 to 4.9.1
  • Additional commits viewable in compare view

Updates com.sap.cloud.sdk:sdk-modules-bom from 5.25.0 to 5.26.0

Release notes

Sourced from com.sap.cloud.sdk:sdk-modules-bom's releases.

Release 5.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.26.0

Commits
  • 2a91c81 Update to version 5.26.0
  • 5588566 fix: Correct OAuth2 parameter for IAS refresh token workaround (#1066)
  • 1d68090 fix: [OpenAPI] Revert making Spring optional in OpenAPI (#1077)
  • c567b5b feat: [OpenAPI] ResponseMetadataListener with case insensitive header map (...
  • d9b1dd8 chore: [DevOps] bump the production-minor-patch group with 9 updates (#1072)
  • 0896b76 chore: [DevOps] bump the test group with 2 updates (#1073)
  • c249940 feat: [OpenAPI] Make Spring Optional with Apache HttpClient (#1046)
  • 4fd151b chore: [DevOps] bump the plugins group with 2 updates (#1068)
  • 4103745 chore: [DevOps] bump the production-minor-patch group across 1 directory with...
  • c8e25d6 chore: [DevOps] bump org.junit.jupiter:junit-jupiter-engine from 6.0.1 to 6.0...
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Lib v3.2.0

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

Maven Plugin v3.2.0

Added

  • Add the ability to specify a wildcard version (*) for external formatter executables. (#2757)

Changes

  • Dramatic (~100x) performance improvement when using git ratchetFrom. (#2805)

Fixed

  • [fix] NPE due to workingTreeIterator being null for git ignored files. #911 (#2771)
  • Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same node_modules directory. (#2786)

Changes

  • Bump default ktfmt version to latest 0.59 -> 0.61. (2804)
  • Bump default ktlint version to latest 1.7.1 -> 1.8.0. (2763)
  • Bump default gherkin-utils version to latest 9.2.0 -> 10.0.0. (#2619)

Lib v3.1.2

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

Lib v3.1.1

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[3.2.0] - 2025-07-07

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)
  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

[3.1.2] - 2025-05-27

Fixed

  • Fix UnsupportedOperationException in the Gradle plugin when using targetExcludeContent[Pattern] (#2487)
  • pgp key had expired, this and future releases will be signed by new key (details)

Changed

  • Bump default eclipse version to latest 4.34 -> 4.35. (#2458)
  • Bump default greclipse version to latest 4.32 -> 4.35. (#2458)

[3.1.1] - 2025-04-07

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
  • Allow multiple npm-based formatters having the same module dependencies, to share a node_modules dir without race conditions. #2462)
Commits
  • 10c6069 Published lib/3.2.0
  • 5a7f075 Publish to Central Portal (#2539)
  • 2f4ef38 Revert "Use palantir-java-format as default formatter in RemoveUnused. (#2546)
  • 62b12ca spotlessApply
  • cb202b1 Revert "Use palantir-java-format as default formatter in RemoveUnusedImportsS...
  • 86d65b0 feat: Disable expandEmptyElements, to avoid empty body warnings (#2520)
  • 694eb30 Add the changes to the plugin-maven/CHANGES.md
  • 34be7eb Merge branch 'main' into patch-1
  • 38989da Update for biome 2.x (#2538 fixes #2537)
  • dc969c1 Merge branch 'main' into update-for-biome-2.x
  • Additional commits viewable in compare view

Updates com.sap.cds:cds-feature-attachments from 1.2.4 to 1.3.0

Release notes

Sourced from com.sap.cds:cds-feature-attachments's releases.

1.3.0

What's Changed

  • Introduce correct error message when exceeding field length
  • Validation Maximum Annotation
  • Filestorage module is now included in the deployment to mavne central process

Full Changelog: cap-java/cds-feature-attachments@1.2.4...1.3.0

Changelog

Sourced from com.sap.cds:cds-feature-attachments's changelog.

Version 1.3.0 - 2026-01-26

Added

  • Added @​Validation.Maximum Annotation for setting max file size (default: 400MB)

Changed

  • Included the filestorage(fs) module in the deployment process for dev purposes

Fixed

  • fix "no proper error message when exceeding char limit on note field" (also: default char limit for note is now 5000)
Commits
  • 432a024 make fs-module release ready
  • 409a76a Update version to 1.3.0
  • 5ac1774 prepare release
  • 9b16af9 Enhance action.yml with docker-image input
  • f5ac6e6 Update version to 1.3.0
  • 3daa1cd Update CHANGELOG.md
  • 7b76093 Update README, CHANGELOG, and documentation for version 1.2.4 release; fix at...
  • f1c1e4a separating pipeline (#718)
  • afc7e85 pipeline improvements (#717)
  • 66fd075 blackduck scan excluding samples
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.springframework.boot:spring-boot-starter-parent [>= 4.a0, < 5]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 26, 2026
@beckermarc beckermarc merged commit 9afe68e into main Jan 26, 2026
2 checks passed
@beckermarc beckermarc deleted the dependabot/maven/all-maven-dependencies-45c0318bf3 branch January 26, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant