Skip to content

chore(deps): bump the minor-patch group across 1 directory with 7 updates - #140

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-patch-8e6160e5c5
Open

chore(deps): bump the minor-patch group across 1 directory with 7 updates#140
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/minor-patch-8e6160e5c5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-patch group with 7 updates in the / directory:

Package From To
com.sap.cloud.sdk:sdk-bom 5.33.0 5.34.0
com.github.spotbugs:spotbugs-maven-plugin 4.10.3.0 4.10.4.0
com.diffplug.spotless:spotless-maven-plugin 3.9.0 3.10.0
com.sap.ai.sdk:core 1.22.0 1.23.0
com.sap.ai.sdk.foundationmodels:sap-rpt 1.22.0 1.23.0
org.springframework.boot:spring-boot-dependencies 4.1.0 4.1.1
org.springframework.boot:spring-boot-maven-plugin 4.1.0 4.1.1

Updates com.sap.cloud.sdk:sdk-bom from 5.33.0 to 5.34.0

Release notes

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

Release 5.34.0

5.34.0 - August 26, 2026

🔧 Compatibility Notes

  • [Connectivity] Destination objects with different header providers are now considered not equal.

✨ New Functionality

  • [OData Client] Introduced a new module datamodel/odata-client-apache-httpclient5 to enable the use of the OData Client with Apache's Http Client 5.

📈 Improvements

  • [Connectivity] Fixed Connection pool shut down edge-case when closing a client with a destination that has a custom header provider.

🐛 Fixed Issues

  • [OpenAPI Generator] String properties with contentMediaType: application/json are not mistakenly generated as File anymore

What's Changed

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

Commits
  • 8280c0e Update to version 5.34.0
  • 7bfd928 fix: [DevOps] Improve release guideline (#1262)
  • 1446d6e chore: [DevOps] bump the test group with 2 updates (#1258)
  • f78bd2b fix: [OpenAPI] String properties are not mistakenly generated as File anymore...
  • 70f6e0e fix: Fix archetype tests in CI (#1259)
  • 73c1277 chore: [DevOps] bump org.json:json from 20260719 to 20260814 in the productio...
  • 56d8070 chore: [DevOps] bump the production-minor-patch group with 10 updates (#1255)
  • d2dafc4 chore: [DevOps] bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.3.0 ...
  • 360ce7c feat: Add ODataClient for Apache HttpClient5 (#1169)
  • 8a05730 chore: [DevOps] bump the production-minor-patch group with 2 updates (#1253)
  • Additional commits viewable in compare view

Updates com.github.spotbugs:spotbugs-maven-plugin from 4.10.3.0 to 4.10.4.0

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

spotbugs-maven-plugin-4.10.4.0

What's Changed

New Contributors

Full Changelog: spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.10.3.0...spotbugs-maven-plugin-4.10.4.0

Commits
  • 698cfa7 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.10.4.0
  • f12b09f [pom] Update spotbugs core to 4.10.4
  • 2fc78c6 Merge pull request #1500 from hazendaz/master
  • 87e41d6 Add more missing javadocs throughout
  • b2149c3 [docs] Add missing javadocs to rest of integration tests
  • 6cdda40 Merge pull request #1499 from hazendaz/master
  • d9d54a6 Merge pull request #1498 from spotbugs/renovate/byte-buddy.version
  • 54738d7 Require maven 3.8.9 or better
  • d3646ee Update byte-buddy.version to v1.18.12
  • 011cbec Merge pull request #1497 from hazendaz/master
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 3.9.0 to 3.10.0

Release notes

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

Maven Plugin v3.10.0

Added

  • New <shortenFullyQualifiedTypes> step for Java, which replaces fully-qualified type names with their simple names and adds the imports they need. Best combined with <importOrder> and <removeUnusedImports>. (#2945)
  • Add embedded lockfiles to Eclipse JDT for every supported version (4.9 through 4.40), so eclipse() resolves from Maven Central instead of querying a P2 update site. Versions without an embedded lockfile still fall back to P2 provisioning. (#1996)
  • Add support to apply alternate license header within same format (#872)
  • Add support to skip license header application based on source file content pattern (#650).

Fixed

  • removeUnusedImports no longer fails on Java import module declarations. (#2890)
  • Concurrent P2 provisioning no longer races Solstice's on-disk cache (affects Eclipse-based formatters under parallel builds). (#3004)

Changes

  • Default google-java-format remains 1.28.0 on JVM 17; bumps to 1.30.0 on JVM 21+; require at least 1.30.0 on JVM 25+ for import module support.
  • Bump default eclipse version to latest 4.39 -> 4.40. (#1996)
  • Document Maven skip properties spotless.skip, spotless.check.skip, and spotless.apply.skip. Goal-specific skips now live on their own mojos so they no longer leak across goals. (#3009)
  • Bump default adocfmt version 0.2.0 -> 0.3.1, which adds table formatting support (<formatTables>, <tableLayout>, <tableMaxLineWidth>, <tableBlankLines>).
Commits
  • 426b21d Published maven/3.10.0
  • 2fd42ea Published gradle/8.10.0
  • d71ed1a Published lib/4.10.0
  • 8b57c01 Add shortenFullyQualifiedTypes step (fixes #2945) (#3005 closes #2945)
  • 6b42c5e fix: make the FQN-collecting visitor a named static class
  • 4430823 Better organization on the changelogs.
  • 45bea6d Better place to put the shortenFullyQualifiedTypes docs
  • 0c49e65 chore: spotlessApply
  • 1c5bc0a docs: list the Java import steps in the plugin README tables of contents
  • cd57b58 docs: document shortenFullyQualifiedTypes in the plugin READMEs
  • Additional commits viewable in compare view

Updates com.sap.ai.sdk:core from 1.22.0 to 1.23.0

Release notes

Sourced from com.sap.ai.sdk:core's releases.

Release 1.23.0

1.23.0 - August 20, 2026

🔧 Compatibility Notes

  • [Orchestration] Removed OrchestrationAiModel COHERE_RERANKER. This model was supported neither by Orchestration nor by AI SDK.
  • [Prompt Registry] Added optional arguments $top and $skip to the following methods:
    • OrchestrationConfigsApi.listOrchestrationConfigHistory
    • OrchestrationConfigsApi.listOrchestrationConfigs
    • PromptTemplatesApi.listPromptTemplateHistory
    • PromptTemplatesApi.listPromptTemplates

✨ New Functionality

  • [OpenAI] Support for OpenAI Realtime API with the new OpenAiRealtimeClient. The following cases are currently supported:
    • textToSpeech
    • speechToSpeech
  • [OpenAI] You can now add multiple custom headers to an OpenAiClient at once via .withHeaders().
  • [OpenAI] Added GPT_56_LUNA, GPT_56_SOL and GPT_56_TERRA to model list in OpenAiModel.
  • [Orchestration] Added QWEN_3_7_MAX, QWEN_3_7_PLUS, ALIBABA_TEXT_EMBEDDING_4, GEMINI_3_1_PRO_PREVIEW_EA, MISTRAL_MEDIUM, GPT_56_LUNA, GPT_56_SOL and GPT_56_TERRA to model list in OrchestrationAiModel.
  • [Orchestration] Reasoning content is now supported for users through OrchestrationChatResponse.getReasoningText() and OrchestrationChatCompletionDelta.getDeltaReasoningText() to see the thinking processes when using the reasoning models.
  • [Orchestration] Added support for prompt caching for new Claude models. The following messages are cacheable:
    • SystemMessage,
    • UserMessage,
    • ToolMessage.
    • Refer to documentation for the models supporting caching.

🐛 Fixed Issues

  • [Orchestration] Some OrchestrationClientException were reported as OrchestrationFilterException.Input.

What's Changed

... (truncated)

Commits

Updates com.sap.ai.sdk.foundationmodels:sap-rpt from 1.22.0 to 1.23.0

Release notes

Sourced from com.sap.ai.sdk.foundationmodels:sap-rpt's releases.

Release 1.23.0

1.23.0 - August 20, 2026

🔧 Compatibility Notes

  • [Orchestration] Removed OrchestrationAiModel COHERE_RERANKER. This model was supported neither by Orchestration nor by AI SDK.
  • [Prompt Registry] Added optional arguments $top and $skip to the following methods:
    • OrchestrationConfigsApi.listOrchestrationConfigHistory
    • OrchestrationConfigsApi.listOrchestrationConfigs
    • PromptTemplatesApi.listPromptTemplateHistory
    • PromptTemplatesApi.listPromptTemplates

✨ New Functionality

  • [OpenAI] Support for OpenAI Realtime API with the new OpenAiRealtimeClient. The following cases are currently supported:
    • textToSpeech
    • speechToSpeech
  • [OpenAI] You can now add multiple custom headers to an OpenAiClient at once via .withHeaders().
  • [OpenAI] Added GPT_56_LUNA, GPT_56_SOL and GPT_56_TERRA to model list in OpenAiModel.
  • [Orchestration] Added QWEN_3_7_MAX, QWEN_3_7_PLUS, ALIBABA_TEXT_EMBEDDING_4, GEMINI_3_1_PRO_PREVIEW_EA, MISTRAL_MEDIUM, GPT_56_LUNA, GPT_56_SOL and GPT_56_TERRA to model list in OrchestrationAiModel.
  • [Orchestration] Reasoning content is now supported for users through OrchestrationChatResponse.getReasoningText() and OrchestrationChatCompletionDelta.getDeltaReasoningText() to see the thinking processes when using the reasoning models.
  • [Orchestration] Added support for prompt caching for new Claude models. The following messages are cacheable:
    • SystemMessage,
    • UserMessage,
    • ToolMessage.
    • Refer to documentation for the models supporting caching.

🐛 Fixed Issues

  • [Orchestration] Some OrchestrationClientException were reported as OrchestrationFilterException.Input.

What's Changed

... (truncated)

Commits

Updates com.sap.ai.sdk.foundationmodels:sap-rpt from 1.22.0 to 1.23.0

Release notes

Sourced from com.sap.ai.sdk.foundationmodels:sap-rpt's releases.

Release 1.23.0

1.23.0 - August 20, 2026

🔧 Compatibility Notes

  • [Orchestration] Removed OrchestrationAiModel COHERE_RERANKER. This model was supported neither by Orchestration nor by AI SDK.
  • [Prompt Registry] Added optional arguments $top and $skip to the following methods:
    • OrchestrationConfigsApi.listOrchestrationConfigHistory
    • OrchestrationConfigsApi.listOrchestrationConfigs
    • PromptTemplatesApi.listPromptTemplateHistory
    • PromptTemplatesApi.listPromptTemplates

✨ New Functionality

  • [OpenAI] Support for OpenAI Realtime API with the new OpenAiRealtimeClient. The following cases are currently supported:
    • textToSpeech
    • speechToSpeech
  • [OpenAI] You can now add multiple custom headers to an OpenAiClient at once via .withHeaders().
  • [OpenAI] Added GPT_56_LUNA, GPT_56_SOL and GPT_56_TERRA to model list in OpenAiModel.
  • [Orchestration] Added QWEN_3_7_MAX, QWEN_3_7_PLUS, ALIBABA_TEXT_EMBEDDING_4, GEMINI_3_1_PRO_PREVIEW_EA, MISTRAL_MEDIUM, GPT_56_LUNA, GPT_56_SOL and GPT_56_TERRA to model list in OrchestrationAiModel.
  • [Orchestration] Reasoning content is now supported for users through OrchestrationChatResponse.getReasoningText() and OrchestrationChatCompletionDelta.getDeltaReasoningText() to see the thinking processes when using the reasoning models.
  • [Orchestration] Added support for prompt caching for new Claude models. The following messages are cacheable:
    • SystemMessage,
    • UserMessage,
    • ToolMessage.
    • Refer to documentation for the models supporting caching.

🐛 Fixed Issues

  • [Orchestration] Some OrchestrationClientException were reported as OrchestrationFilterException.Input.

What's Changed

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-dependencies from 4.1.0 to 4.1.1

Release notes

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

v4.1.1

⚠️ Attention Required

  • Spring Boot's Gradle plugin no longer automatically configures gRPC when the Protobuf plugin is applied. This behavior caused problems for those using Protobuf without gRPC. To opt in to the configuration of gRPC, configure the protobuf extension with the grpc plugin using an empty block. The Spring Boot Gradle plugin will then automatically configure the use of protoc-gen-grpc-java as before. #50822

🐞 Bug Fixes

  • Kafka consumer-specific security protocol is not taken into account #51369
  • Structured logging: a failed JSON encode corrupts the next log event written on the same thread #51156
  • Micrometer registries pin the application context #51135
  • Temporary file is not deleted when ExportedImageTar construction fails #51132
  • Metadata annotation processor ignores getter-level @NestedConfigurationProperty for records #51098
  • spring-boot-h2-console pulls servlet-api as transitive dependency #51095
  • PropertiesLauncher does not log nested archive paths #51089
  • Methods that return the result of Map#remove are not declared with a @Nullable return type #51087
  • NativeImageResourceProvider flattens Flyway migration paths in subdirectories #50964
  • Fix ordering of Kotlinx Serialization CodecCustomizer #50961
  • JarFile is not closed when finding main class from archive #50959
  • Application-managed JUL bridge handler should only be removed if installed #50950
  • CloudFoundry reactive auto-configuration should not require a WebClient.Builder bean to be defined #50944
  • Context refresh fails on reactive Cloud Foundry when using Actuator without spring-boot-health #50942
  • Resources are not cleaned up when resolving an image that is not yet present in the builder #50941
  • GraphQlWebMvcAutoConfiguration should apply customizers in order #50914
  • Auto-configured RedisMessageListenerContainer does not use virtual threads when spring.threads.virtual.enabled is true #50884
  • Context refresh fails when using Actuator on Jersey without spring-boot-health #50872
  • Context refresh fails on Cloud Foundry when using Actuator without spring-boot-health #50871
  • IllegalStateException when binding properties to a @Validated class that contains a map whose value type is a wildcard #50856
  • High number of connections due to Mongo health indicator #50852
  • Inconsistent handling of empty string values of spring.security.oauth2.resourceserver.jwt issuer-uri and jwk-set-uri #50849
  • Return type nullability of ApplicationContextAssert's getBean methods does not indicate that bean may be null #50845
  • PropertiesWebClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it #50843
  • Exposing gRPC test server port should backoff if gRPC is not present #50825
  • JpaBaseConfiguration#entityManagerConfiguration can cause a dependency loop on beans declaring AsyncTaskExecutor #50801
  • spring.grpc.server.health.include-overall-health is not taken into account #50799
  • Setting 'server.servlet.session.cookie.partitioned' to false still emits the 'Partitioned' cookie attribute #50790
  • Managed version of Prometheus Client is not aligned with Micrometer's micrometer-registry-prometheus #50780
  • Map properties bound from empty strings fail with ConverterNotFoundException #50773
  • Protobuf Common Protos should not be a managed dependency #50772
  • An application that depends on spring-boot-security-oauth2-resource-server may fail to start with a ClassNotFoundException when Reactor is on the classpath but WebFlux is not #50764
  • W3CHeaderParser's decoding is not compliant with RFC 3986 #50650

📔 Documentation

  • Description of spring.graphql.websocket.connection-init-timeout does not render correctly in the reference guide #51348
  • spring.profiles.group should have a 'spring-profile-name' hint provider #51284
  • Remove reference to removed InfluxDB auto-configuration #51176
  • Use JacksonJsonSerde in Kafka Streams documentation #51161
  • Document alternatives to HttpMessageConverters #51129
  • Fix stale type reference for OTLP logging transport metadata #51119
  • Metadata for spring.test.mockmvc.htmlunit.url declares the wrong type #51115

... (truncated)

Commits
  • 6fdf67e Release 4.1.1
  • fde599b Upgrade to Spring Pulsar 2.0.7
  • 9daa58f Upgrade to Spring HATEOAS 3.1.2
  • 353993e Upgrade to Spring Data Bom 2026.0.1
  • 24ba596 Upgrade to Spring Session 4.1.1
  • 5cb5c29 Upgrade to Spring Security 7.1.1
  • 4adc8eb Upgrade to Spring LDAP 4.1.1
  • 4d9c19c Upgrade to Spring Kafka 4.1.1
  • f30f612 Upgrade to Spring Integration 7.1.1
  • b930283 Upgrade to Spring gRPC 1.1.1
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 4.1.0 to 4.1.1

Release notes

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

v4.1.1

⚠️ Attention Required

  • Spring Boot's Gradle plugin no longer automatically configures gRPC when the Protobuf plugin is applied. This behavior caused problems for those using Protobuf without gRPC. To opt in to the configuration of gRPC, configure the protobuf extension with the grpc plugin using an empty block. The Spring Boot Gradle plugin will then automatically configure the use of protoc-gen-grpc-java as before. #50822

🐞 Bug Fixes

  • Kafka consumer-specific security protocol is not taken into account #51369
  • Structured logging: a failed JSON encode corrupts the next log event written on the same thread #51156
  • Micrometer registries pin the application context #51135
  • Temporary file is not deleted when ExportedImageTar construction fails #51132
  • Metadata annotation processor ignores getter-level @NestedConfigurationProperty for records #51098
  • spring-boot-h2-console pulls servlet-api as transitive dependency #51095
  • PropertiesLauncher does not log nested archive paths #51089
  • Methods that return the result of Map#remove are not declared with a @Nullable return type #51087
  • NativeImageResourceProvider flattens Flyway migration paths in subdirectories #50964
  • Fix ordering of Kotlinx Serialization CodecCustomizer #50961
  • JarFile is not closed when finding main class from archive #50959
  • Application-managed JUL bridge handler should only be removed if installed #50950
  • CloudFoundry reactive auto-configuration should not require a WebClient.Builder bean to be defined #50944
  • Context refresh fails on reactive Cloud Foundry when using Actuator without spring-boot-health #50942
  • Resources are not cleaned up when resolving an image that is not yet present in the builder #50941
  • GraphQlWebMvcAutoConfiguration should apply customizers in order #50914
  • Auto-configured RedisMessageListenerContainer does not use virtual threads when spring.threads.virtual.enabled is true #50884
  • Context refresh fails when using Actuator on Jersey without spring-boot-health #50872
  • Context refresh fails on Cloud Foundry when using Actuator without spring-boot-health #50871
  • IllegalStateException when binding properties to a @Validated class that contains a map whose value type is a wildcard #50856
  • High number of connections due to Mongo health indicator #50852
  • Inconsistent handling of empty string values of spring.security.oauth2.resourceserver.jwt issuer-uri and jwk-set-uri #50849
  • Return type nullability of ApplicationContextAssert's getBean methods does not indicate that bean may be null #50845
  • PropertiesWebClientHttpServiceGroupConfigurer has highest precedence, preventing other configurers from being ordered ahead of it #50843
  • Exposing gRPC test server port should backoff if gRPC is not present #50825
  • JpaBaseConfiguration#entityManagerConfiguration can cause a dependency loop on beans declaring AsyncTaskExecutor #50801
  • spring.grpc.server.health.include-overall-health is not taken into account #50799
  • Setting 'server.servlet.session.cookie.partitioned' to false still emits the 'Partitioned' cookie attribute #50790
  • Managed version of Prometheus Client is not aligned with Micrometer's micrometer-registry-prometheus #50780
  • Map properties bound from empty strings fail with ConverterNotFoundException #50773
  • Protobuf Common Protos should not be a managed dependency #50772
  • An application that depends on spring-boot-security-oauth2-resource-server may fail to start with a ClassNotFoundException when Reactor is on the classpath but WebFlux is not #50764
  • W3CHeaderParser's decoding is not compliant with RFC 3986 #50650

📔 Documentation

  • Description of spring.graphql.websocket.connection-init-timeout does not render correctly in the reference guide #51348
  • spring.profiles.group should have a 'spring-profile-name' hint provider #51284
  • Remove reference to removed InfluxDB auto-configuration #51176
  • Use JacksonJsonSerde in Kafka Streams documentation #51161
  • Document alternatives to HttpMessageConverters #51129
  • Fix stale type reference for OTLP logging transport metadata #51119
  • Metadata for spring.test.mockmvc.htmlunit.url declares the wrong type #51115

... (truncated)

Commits
  • 6fdf67e Release 4.1.1
  • fde599b Upgrade to Spring Pulsar 2.0.7
  • 9daa58f Upgrade to Spring HATEOAS 3.1.2
  • 353993e Upgrade to Spring Data Bom 2026.0.1
  • 24ba596 Upgrade to Spring Session 4.1.1

…ates

Bumps the minor-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.sap.cloud.sdk:sdk-bom](https://github.com/SAP/cloud-sdk-java) | `5.33.0` | `5.34.0` |
| [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.10.3.0` | `4.10.4.0` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.9.0` | `3.10.0` |
| [com.sap.ai.sdk:core](https://github.com/SAP/ai-sdk-java) | `1.22.0` | `1.23.0` |
| [com.sap.ai.sdk.foundationmodels:sap-rpt](https://github.com/SAP/ai-sdk-java) | `1.22.0` | `1.23.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` |



Updates `com.sap.cloud.sdk:sdk-bom` from 5.33.0 to 5.34.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.33.0...rel/5.34.0)

Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.10.3.0 to 4.10.4.0
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.10.3.0...spotbugs-maven-plugin-4.10.4.0)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/3.9.0...maven/3.10.0)

Updates `com.sap.ai.sdk:core` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/SAP/ai-sdk-java/releases)
- [Changelog](https://github.com/SAP/ai-sdk-java/blob/main/docs/release_notes.md)
- [Commits](SAP/ai-sdk-java@rel/1.22.0...rel/1.23.0)

Updates `com.sap.ai.sdk.foundationmodels:sap-rpt` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/SAP/ai-sdk-java/releases)
- [Changelog](https://github.com/SAP/ai-sdk-java/blob/main/docs/release_notes.md)
- [Commits](SAP/ai-sdk-java@rel/1.22.0...rel/1.23.0)

Updates `com.sap.ai.sdk.foundationmodels:sap-rpt` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/SAP/ai-sdk-java/releases)
- [Changelog](https://github.com/SAP/ai-sdk-java/blob/main/docs/release_notes.md)
- [Commits](SAP/ai-sdk-java@rel/1.22.0...rel/1.23.0)

Updates `org.springframework.boot:spring-boot-dependencies` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: com.sap.cloud.sdk:sdk-bom
  dependency-version: 5.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-version: 4.10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: com.sap.ai.sdk:core
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: com.sap.ai.sdk.foundationmodels:sap-rpt
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: com.sap.ai.sdk.foundationmodels:sap-rpt
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

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 Sep 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 3, 2026 07:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 3, 2026
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.

0 participants