Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the all-maven-dependencies group with 5 updates in the / directory:

Package From To
com.sap.cds:cds-services-bom 4.5.1 4.6.1
com.sap.cds:cds-maven-plugin 4.5.1 4.6.1
org.springframework.boot:spring-boot-dependencies 3.5.8 3.5.9
org.springframework.boot:spring-boot-maven-plugin 3.5.8 3.5.9
com.sap.cloud.sdk:sdk-modules-bom 5.24.0 5.25.0

Bumps the all-maven-dependencies group with 5 updates in the /srv directory:

Package From To
com.sap.cds:cds-maven-plugin 4.5.1 4.6.1
com.sap.cds:cds-services-bom 4.5.1 4.6.1
org.springframework.boot:spring-boot-maven-plugin 3.5.8 3.5.9
org.springframework.boot:spring-boot-dependencies 3.5.8 3.5.9
com.sap.cloud.sdk:sdk-modules-bom 5.24.0 5.25.0

Updates com.sap.cds:cds-services-bom from 4.5.1 to 4.6.1

Updates com.sap.cds:cds-maven-plugin from 4.5.1 to 4.6.1

Updates org.springframework.boot:spring-boot-dependencies from 3.5.8 to 3.5.9

Release notes

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

v3.5.9

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48486
  • Profiles retained during AOT processing are not configured in a native image #48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #48450
  • Redis health check reports an error when redis_version is missing from the INFO response #48326
  • Parent's MeterRegistry beans are closed when child context closes #48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48526
  • License header in build samples is displayed in the reference documentation #48477
  • Configuring Two DataSources How-To code sample is inconsistent #48448
  • Improve javadoc for when to use class names rather than class references #48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48359
  • Polish TestRestTemplate examples in the reference guide #48335
  • Fix links to javadoc in the reference documentation #48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #48227
  • Infinispan Cache Documentation is outdated #48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #48169

🔨 Dependency Upgrades

  • Prevent upgrade to Netty 4.1.129.Final #48508
  • Upgrade to AspectJ 1.9.25.1 #48557
  • Upgrade to Hibernate 6.6.39.Final #48540
  • Upgrade to Jetty 12.0.31 #48455
  • Upgrade to jOOQ 3.19.29 #48456
  • Upgrade to Logback 1.5.22 #48507
  • Upgrade to MariaDB 3.5.7 #48558
  • Upgrade to Micrometer 1.15.7 #48423
  • Upgrade to Micrometer Tracing 1.5.7 #48424
  • Upgrade to Netty 4.1.130.Final #48541
  • Upgrade to Pooled JMS 3.1.8 #48559
  • Upgrade to Pulsar 4.0.8 #48457
  • Upgrade to Quartz 2.5.2 #48458
  • Upgrade to Reactor Bom 2024.0.13 #48425
  • Upgrade to Spring Authorization Server 1.5.5 #48426
  • Upgrade to Spring Data Bom 2025.0.7 #48427
  • Upgrade to Spring Framework 6.2.15 #48428
  • Upgrade to Spring GraphQL 1.4.4 #48429
  • Upgrade to Spring Integration 6.5.5 #48560
  • Upgrade to Spring LDAP 3.3.5 #48430
  • Upgrade to Spring Pulsar 1.2.13 #48431
  • Upgrade to Spring Session 3.5.4 #48432

... (truncated)

Commits
  • 9d307e0 Release v3.5.9
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • 15ede46 Improve javadoc for when to use class names rather than class references
  • 10477ba Merge branch '3.4.x' into 3.5.x
  • 34e51dc Polish
  • 9252526 Merge branch '3.4.x' into 3.5.x
  • 7831a36 Upgrade to Spring Session 3.5.4
  • 0d3ec7c Upgrade to Spring Integration 6.5.5
  • 388815b Upgrade to Spring GraphQL 1.4.4
  • d9d44ff Upgrade to Pooled JMS 3.1.8
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.8 to 3.5.9

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.5.9

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48486
  • Profiles retained during AOT processing are not configured in a native image #48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #48450
  • Redis health check reports an error when redis_version is missing from the INFO response #48326
  • Parent's MeterRegistry beans are closed when child context closes #48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48526
  • License header in build samples is displayed in the reference documentation #48477
  • Configuring Two DataSources How-To code sample is inconsistent #48448
  • Improve javadoc for when to use class names rather than class references #48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48359
  • Polish TestRestTemplate examples in the reference guide #48335
  • Fix links to javadoc in the reference documentation #48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #48227
  • Infinispan Cache Documentation is outdated #48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #48169

🔨 Dependency Upgrades

  • Prevent upgrade to Netty 4.1.129.Final #48508
  • Upgrade to AspectJ 1.9.25.1 #48557
  • Upgrade to Hibernate 6.6.39.Final #48540
  • Upgrade to Jetty 12.0.31 #48455
  • Upgrade to jOOQ 3.19.29 #48456
  • Upgrade to Logback 1.5.22 #48507
  • Upgrade to MariaDB 3.5.7 #48558
  • Upgrade to Micrometer 1.15.7 #48423
  • Upgrade to Micrometer Tracing 1.5.7 #48424
  • Upgrade to Netty 4.1.130.Final #48541
  • Upgrade to Pooled JMS 3.1.8 #48559
  • Upgrade to Pulsar 4.0.8 #48457
  • Upgrade to Quartz 2.5.2 #48458
  • Upgrade to Reactor Bom 2024.0.13 #48425
  • Upgrade to Spring Authorization Server 1.5.5 #48426
  • Upgrade to Spring Data Bom 2025.0.7 #48427
  • Upgrade to Spring Framework 6.2.15 #48428
  • Upgrade to Spring GraphQL 1.4.4 #48429
  • Upgrade to Spring Integration 6.5.5 #48560
  • Upgrade to Spring LDAP 3.3.5 #48430
  • Upgrade to Spring Pulsar 1.2.13 #48431
  • Upgrade to Spring Session 3.5.4 #48432

... (truncated)

Commits
  • 9d307e0 Release v3.5.9
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • 15ede46 Improve javadoc for when to use class names rather than class references
  • 10477ba Merge branch '3.4.x' into 3.5.x
  • 34e51dc Polish
  • 9252526 Merge branch '3.4.x' into 3.5.x
  • 7831a36 Upgrade to Spring Session 3.5.4
  • 0d3ec7c Upgrade to Spring Integration 6.5.5
  • 388815b Upgrade to Spring GraphQL 1.4.4
  • d9d44ff Upgrade to Pooled JMS 3.1.8
  • Additional commits viewable in compare view

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

Release notes

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

Release 5.25.0

What's Changed

New Contributors

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

Commits
  • 17b154e Update to version 5.25.0
  • 2344f63 Revert "fix: Improve Circuit breaker behaviour (#1017)" (#1040)
  • d0175e2 Transparent proxy: TP Loader Cloud SDK native integration (#981)
  • 721e615 chore: Fix bom comment for axis2 (#1033)
  • 6190334 fix: Improve Circuit breaker behaviour (#1017)
  • 08d637d chore: bump org.mozilla:rhino from 1.8.0 to 1.8.1 in /datamodel/openapi/opena...
  • badf212 fix: [OData] TreatserviceNameMappings.properties readonly (#1029)
  • 67b3eb3 fix: [OData] Name mapping bug in NamingUtils (#1026)
  • 17bbcd7 chore: [DevOps] bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.2 in the te...
  • 64826a5 chore: [DevOps] bump the plugins group with 2 updates (#1022)
  • Additional commits viewable in compare view

Updates com.sap.cds:cds-maven-plugin from 4.5.1 to 4.6.1

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.8 to 3.5.9

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.5.9

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48486
  • Profiles retained during AOT processing are not configured in a native image #48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #48450
  • Redis health check reports an error when redis_version is missing from the INFO response #48326
  • Parent's MeterRegistry beans are closed when child context closes #48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48526
  • License header in build samples is displayed in the reference documentation #48477
  • Configuring Two DataSources How-To code sample is inconsistent #48448
  • Improve javadoc for when to use class names rather than class references #48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48359
  • Polish TestRestTemplate examples in the reference guide #48335
  • Fix links to javadoc in the reference documentation #48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #48227
  • Infinispan Cache Documentation is outdated #48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #48169

🔨 Dependency Upgrades

  • Prevent upgrade to Netty 4.1.129.Final #48508
  • Upgrade to AspectJ 1.9.25.1 #48557
  • Upgrade to Hibernate 6.6.39.Final #48540
  • Upgrade to Jetty 12.0.31 #48455
  • Upgrade to jOOQ 3.19.29 #48456
  • Upgrade to Logback 1.5.22 #48507
  • Upgrade to MariaDB 3.5.7 #48558
  • Upgrade to Micrometer 1.15.7 #48423
  • Upgrade to Micrometer Tracing 1.5.7 #48424
  • Upgrade to Netty 4.1.130.Final #48541
  • Upgrade to Pooled JMS 3.1.8 #48559
  • Upgrade to Pulsar 4.0.8 #48457
  • Upgrade to Quartz 2.5.2 #48458
  • Upgrade to Reactor Bom 2024.0.13 #48425
  • Upgrade to Spring Authorization Server 1.5.5 #48426
  • Upgrade to Spring Data Bom 2025.0.7 #48427
  • Upgrade to Spring Framework 6.2.15 #48428
  • Upgrade to Spring GraphQL 1.4.4 #48429
  • Upgrade to Spring Integration 6.5.5 #48560
  • Upgrade to Spring LDAP 3.3.5 #48430
  • Upgrade to Spring Pulsar 1.2.13 #48431
  • Upgrade to Spring Session 3.5.4 #48432

... (truncated)

Commits
  • 9d307e0 Release v3.5.9
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • 15ede46 Improve javadoc for when to use class names rather than class references
  • 10477ba Merge branch '3.4.x' into 3.5.x
  • 34e51dc Polish
  • 9252526 Merge branch '3.4.x' into 3.5.x
  • 7831a36 Upgrade to Spring Session 3.5.4
  • 0d3ec7c Upgrade to Spring Integration 6.5.5
  • 388815b Upgrade to Spring GraphQL 1.4.4
  • d9d44ff Upgrade to Pooled JMS 3.1.8
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.8 to 3.5.9

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.5.9

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48486
  • Profiles retained during AOT processing are not configured in a native image #48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #48450
  • Redis health check reports an error when redis_version is missing from the INFO response #48326
  • Parent's MeterRegistry beans are closed when child context closes #48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48526
  • License header in build samples is displayed in the reference documentation #48477
  • Configuring Two DataSources How-To code sample is inconsistent #48448
  • Improve javadoc for when to use class names rather than class references #48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48359
  • Polish TestRestTemplate examples in the reference guide #48335
  • Fix links to javadoc in the reference documentation #48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #48227
  • Infinispan Cache Documentation is outdated #48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #48169

🔨 Dependency Upgrades

  • Prevent upgrade to Netty 4.1.129.Final #48508
  • Upgrade to AspectJ 1.9.25.1 #48557
  • Upgrade to Hibernate 6.6.39.Final #48540
  • Upgrade to Jetty 12.0.31 #48455
  • Upgrade to jOOQ 3.19.29 #48456
  • Upgrade to Logback 1.5.22 #48507
  • Upgrade to MariaDB 3.5.7 #48558
  • Upgrade to Micrometer 1.15.7 #48423
  • Upgrade to Micrometer Tracing 1.5.7 #48424
  • Upgrade to Netty 4.1.130.Final #48541
  • Upgrade to Pooled JMS 3.1.8 #48559
  • Upgrade to Pulsar 4.0.8 #48457
  • Upgrade to Quartz 2.5.2 #48458
  • Upgrade to Reactor Bom 2024.0.13 #48425
  • Upgrade to Spring Authorization Server 1.5.5 #48426
  • Upgrade to Spring Data Bom 2025.0.7 #48427
  • Upgrade to Spring Framework 6.2.15 #48428
  • Upgrade to Spring GraphQL 1.4.4 #48429
  • Upgrade to Spring Integration 6.5.5 #48560
  • Upgrade to Spring LDAP 3.3.5 #48430
  • Upgrade to Spring Pulsar 1.2.13 #48431
  • Upgrade to Spring Session 3.5.4 #48432

... (truncated)

Commits
  • 9d307e0 Release v3.5.9
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • 15ede46 Improve javadoc for when to use class names rather than class references
  • 10477ba Merge branch '3.4.x' into 3.5.x
  • 34e51dc Polish
  • 9252526 Merge branch '3.4.x' into 3.5.x
  • 7831a36 Upgrade to Spring Session 3.5.4
  • 0d3ec7c Upgrade to Spring Integration 6.5.5
  • 388815b Upgrade to Spring GraphQL 1.4.4
  • d9d44ff Upgrade to Pooled JMS 3.1.8
  • Additional commits viewable in compare view

Updates com.sap.cds:cds-maven-plugin from 4.5.1 to 4.6.1

Updates com.sap.cds:cds-services-bom from 4.5.1 to 4.6.1

Updates org.springframework.boot:spring-boot-dependencies from 3.5.8 to 3.5.9

Release notes

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

v3.5.9

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48486
  • Profiles retained during AOT processing are not configured in a native image #48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #48450
  • Redis health check reports an error when redis_version is missing from the INFO response #48326
  • Parent's MeterRegistry beans are closed when child context closes #48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48526
  • License header in build samples is displayed in the reference documentation #48477
  • Configuring Two DataSources How-To code sample is inconsistent #48448
  • Improve javadoc for when to use class names rather than class references #48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48359
  • Polish TestRestTemplate examples in the reference guide #48335
  • Fix links to javadoc in the reference documentation #48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #48227
  • Infinispan Cache Documentation is outdated #48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #48169

🔨 Dependency Upgrades

  • Prevent upgrade to Netty 4.1.129.Final #48508
  • Upgrade to AspectJ 1.9.25.1 #48557
  • Upgrade to Hibernate 6.6.39.Final #48540
  • Upgrade to Jetty 12.0.31 #48455
  • Upgrade to jOOQ 3.19.29 #48456
  • Upgrade to Logback 1.5.22 #48507
  • Upgrade to MariaDB 3.5.7 #48558
  • Upgrade to Micrometer 1.15.7 #48423
  • Upgrade to Micrometer Tracing 1.5.7 #48424
  • Upgrade to Netty 4.1.130.Final #48541
  • Upgrade to Pooled JMS 3.1.8 #48559
  • Upgrade to Pulsar 4.0.8 #48457
  • Upgrade to Quartz 2.5.2 #48458
  • Upgrade to Reactor Bom 2024.0.13 #48425
  • Upgrade to Spring Authorization Server 1.5.5 #48426
  • Upgrade to Spring Data Bom 2025.0.7 #48427
  • Upgrade to Spring Framework 6.2.15 #48428
  • Upgrade to Spring GraphQL 1.4.4 #48429
  • Upgrade to Spring Integration 6.5.5 #48560
  • Upgrade to Spring LDAP 3.3.5 #48430
  • Upgrade to Spring Pulsar 1.2.13 #48431
  • Upgrade to Spring Session 3.5.4 #48432

... (truncated)

Commits
  • 9d307e0 Release v3.5.9
  • 08e2cab Polish javadoc for when to use class names rather than class references
  • 15ede46 Improve javadoc for when to use class names rather than class references
  • 10477ba Merge branch '3.4.x' into 3.5.x
  • 34e51dc Polish
  • 9252526 Merge branch '3.4.x' into 3.5.x
  • 7831a36 Upgrade to Spring Session 3.5.4
  • 0d3ec7c Upgrade to Spring Integration 6.5.5
  • 388815b Upgrade to Spring GraphQL 1.4.4
  • d9d44ff Upgrade to Pooled JMS 3.1.8
  • Additional commits viewable in compare view

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

Release notes

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

Release 5.25.0

What's Changed

New Contributors

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

Commits
  • 17b154e Update to version 5.25.0
  • 2344f63 Revert "fix: Improve Circuit breaker behaviour (#1017)" (#1040)
  • d0175e2 Transparent proxy: TP Loader Cloud SDK native integration (#981)
  • 721e615 chore: Fix bom comment for axis2 (#1033)
  • 6190334 fix: Improve Circuit breaker behaviour (#1017)
  • 08d637d chore: bump org.mozilla:rhino from 1.8.0 to 1.8.1 in /datamodel/openapi/opena...
  • badf212 fix: [OData] TreatserviceNameMappings.properties readonly (#1029)
  • 67b3eb3 fix: [OData] Name mapping bug in NamingUtils (#1026)
  • 17bbcd7 chore: [DevOps] bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.2 in the te...
  • 64826a5 chore: [DevOps] bump the plugins group with 2 updates (#1022)
  • Additional commits viewable in compare view

Updates com.sap.cds:cds-maven-plugin from 4.5.1 to 4.6.1

Updates com.sap.cds:cds-services-bom from 4.5.1 to 4.6.1

Updates org.springframework.boot:spring-boot-maven-plugin from 3.5.8 to 3.5.9

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.5.9

🐞 Bug Fixes

  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #48486
  • Profiles retained during AOT processing are not configured in a native image #48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #48450
  • Redis health check reports an error when redis_version is missing from the INFO response #48326
  • Parent's MeterRegistry beans are closed when child context closes #48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #48271

📔 Documentation

  • Documentation has an outdated reference to the Jackson Kotlin Module #48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #48526
  • License header in build samples is displayed in the reference documentation #48477
  • Configuring Two DataSources How-To code sample is inconsistent #48448
  • Improve javadoc for when to use class names rather than class references #48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #48359
  • Polish TestRestTemplate examples in the reference guide #48335
  • Fix links to javadoc in the reference documentation #48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization

…ates

Bumps the all-maven-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.sap.cds:cds-services-bom | `4.5.1` | `4.6.1` |
| com.sap.cds:cds-maven-plugin | `4.5.1` | `4.6.1` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.8` | `3.5.9` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.8` | `3.5.9` |
| [com.sap.cloud.sdk:sdk-modules-bom](https://github.com/SAP/cloud-sdk-java) | `5.24.0` | `5.25.0` |

Bumps the all-maven-dependencies group with 5 updates in the /srv directory:

| Package | From | To |
| --- | --- | --- |
| com.sap.cds:cds-maven-plugin | `4.5.1` | `4.6.1` |
| com.sap.cds:cds-services-bom | `4.5.1` | `4.6.1` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.8` | `3.5.9` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.8` | `3.5.9` |
| [com.sap.cloud.sdk:sdk-modules-bom](https://github.com/SAP/cloud-sdk-java) | `5.24.0` | `5.25.0` |



Updates `com.sap.cds:cds-services-bom` from 4.5.1 to 4.6.1

Updates `com.sap.cds:cds-maven-plugin` from 4.5.1 to 4.6.1

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `com.sap.cloud.sdk:sdk-modules-bom` 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 `com.sap.cds:cds-maven-plugin` from 4.5.1 to 4.6.1

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `com.sap.cds:cds-maven-plugin` from 4.5.1 to 4.6.1

Updates `com.sap.cds:cds-services-bom` from 4.5.1 to 4.6.1

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `com.sap.cloud.sdk:sdk-modules-bom` 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 `com.sap.cds:cds-maven-plugin` from 4.5.1 to 4.6.1

Updates `com.sap.cds:cds-services-bom` from 4.5.1 to 4.6.1

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `com.sap.cloud.sdk:sdk-modules-bom` 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 `com.sap.cds:cds-maven-plugin` from 4.5.1 to 4.6.1

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `com.sap.cds:cds-maven-plugin` from 4.5.1 to 4.6.1

Updates `com.sap.cds:cds-services-bom` from 4.5.1 to 4.6.1

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.8 to 3.5.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9)

Updates `com.sap.cloud.sdk:sdk-modules-bom` 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)

---
updated-dependencies:
- dependency-name: com.sap.cds:cds-services-bom
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-maven-plugin
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.9
  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.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-maven-plugin
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-maven-plugin
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-services-bom
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.9
  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.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-maven-plugin
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-services-bom
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.9
  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.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-maven-plugin
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-maven-plugin
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: com.sap.cds:cds-services-bom
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 3.5.9
  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.25.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 Dec 29, 2025
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