Skip to content

chore(deps): bump the spring group across 7 directories with 8 updates#910

Merged
ybezsonov merged 1 commit into
mainfrom
dependabot/maven/apps/aiagent-agentcore/aiagent/spring-8ad81b7bc8
Jul 2, 2026
Merged

chore(deps): bump the spring group across 7 directories with 8 updates#910
ybezsonov merged 1 commit into
mainfrom
dependabot/maven/apps/aiagent-agentcore/aiagent/spring-8ad81b7bc8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the spring group with 1 update in the /apps/aiagent-agentcore/aiagent directory: org.springaicommunity:mcp-client-security.
Bumps the spring group with 1 update in the /samples/security/apikey/weather directory: org.springaicommunity:mcp-server-security.
Bumps the spring group with 1 update in the /samples/security/oauth/ai-agent directory: org.springaicommunity:mcp-client-security.
Bumps the spring group with 1 update in the /samples/security/oauth/authorization-server directory: org.springaicommunity:mcp-authorization-server.
Bumps the spring group with 4 updates in the /samples/security/oauth/authorization-server/META-INF/maven/org.springframework.ai/spring-ai-autoconfigure-mcp-client directory: org.springframework.boot:spring-boot-starter, org.springframework.ai:spring-ai-mcp, org.springframework.boot:spring-boot-configuration-processor and org.springframework.boot:spring-boot-autoconfigure-processor.
Bumps the spring group with 1 update in the /samples/security/oauth/weather directory: org.springaicommunity:mcp-server-security.
Bumps the spring group with 1 update in the /samples/spring-cloud-function-demo directory: org.springframework.cloud:spring-cloud-function-dependencies.

Updates org.springaicommunity:mcp-client-security from 0.1.12 to 0.1.13

Release notes

Sourced from org.springaicommunity:mcp-client-security's releases.

v0.1.13

This version has been tested with Spring Boot 4.1.0, Spring AI 2.0.0 and MCP SDK 2.0.0

What's Changed

Full Changelog: spring-ai-community/mcp-security@v0.1.12...v0.1.13

Commits

Updates org.springaicommunity:mcp-server-security from 0.1.12 to 0.1.13

Release notes

Sourced from org.springaicommunity:mcp-server-security's releases.

v0.1.13

This version has been tested with Spring Boot 4.1.0, Spring AI 2.0.0 and MCP SDK 2.0.0

What's Changed

Full Changelog: spring-ai-community/mcp-security@v0.1.12...v0.1.13

Commits

Updates org.springaicommunity:mcp-client-security from 0.1.12 to 0.1.13

Release notes

Sourced from org.springaicommunity:mcp-client-security's releases.

v0.1.13

This version has been tested with Spring Boot 4.1.0, Spring AI 2.0.0 and MCP SDK 2.0.0

What's Changed

Full Changelog: spring-ai-community/mcp-security@v0.1.12...v0.1.13

Commits

Updates org.springaicommunity:mcp-authorization-server from 0.1.12 to 0.1.13

Release notes

Sourced from org.springaicommunity:mcp-authorization-server's releases.

v0.1.13

This version has been tested with Spring Boot 4.1.0, Spring AI 2.0.0 and MCP SDK 2.0.0

What's Changed

Full Changelog: spring-ai-community/mcp-security@v0.1.12...v0.1.13

Commits

Updates org.springframework.boot:spring-boot-starter from 4.0.6 to 4.1.0

Release notes

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

v4.1.0

Full release notes for Spring Boot 4.1 are available on the wiki.

⭐ New Features

  • Add public constructor to InvalidConfigurationPropertyValueException that accepts a cause #50211
  • Reduce memory consumption when repeatedly calling WritableJson.toByteArray #49428

🐞 Bug Fixes

  • MailSender auto-configuration does not enable hostname verification #50747
  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #50745
  • Embedded LDAP SSL should not be enabled when its bundle is empty #50700
  • InetAddressFilter.externalAddresses does not exclude special purpose addresses from RFC 6890 #50668
  • NullPointerException in reactor-netty SniProvider and unmapped SSL bundle with RSocket #50645
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #50635
  • Test auto-configuration no longer integrates Spring Security with HtmlUnitDriver #50633
  • Configuration property metadata includes incorrect class references #50632
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #50618
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #50612
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #50610
  • SpringJtaPlatform should have been deprecated since 4.1.0-M3 #50592
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #50510
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #50417
  • Created StackTracePrinter instances have no access to the Environment #50414
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #50412
  • Buildpack module does not validate long-to-int casts #50410
  • Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util #50405
  • GraphQL WebSocket support does not configure allowed origins #50394
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #50298
  • Meter registries are not removed from the global registry when the context is closed #50287
  • DataSourceBuilder cannot derive a DataSource from a lazy connection proxy #50271
  • Nullable annotations from AbstractErrorController.getErrorAttributes are not aligned with implementation #50266
  • Bean definitions can be added with an initializer before setAllowBeanDefinitionOverriding is called #50264
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #50261
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #50258
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #50234
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #50228
  • Missing dependency management for spring-boot-web-server-test #50224
  • Spring Batch support for MongoDB modules are not included in dependency management #50223
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #50216
  • GrpcServerHealthScheduler is not started in servlet environments #50209
  • Setting server.servlet.session.cookie.partitioned=true has no effect when using Tomcat #50204

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #50647
  • Document SSL reloading with Let's Encrypt #50630
  • Remove the use of Optional from Data Neo4j repository examples #50622
  • Fix typos in documentation #50620

... (truncated)

Commits

Updates org.springframework.ai:spring-ai-mcp from 1.0.1 to 2.0.0

Release notes

Sourced from org.springframework.ai:spring-ai-mcp's releases.

Spring AI 2.0.0

For upgrading from 1.1.x to 2.0.0, please refer to the upgrade notes here.

For the detailed reference documentation on 2.0.0, please refer here

⭐ New Features

  • Update Google GenAI models #6406
  • Use only Jackson 2 in OpenAiChatModel #6392
  • Make org.springframework.ai.image.observation null-marked #6388
  • Polish Prompt #6387
  • Preserve OpenAI tool call additional properties #6365

🐞 Bug Fixes

  • Filter unsupported tool messages in CassandraChatMemoryRepository #6400
  • Filter unsupported tool messages in MongoChatMemoryRepository #6399
  • Filter unsupported tool messages in JdbcChatMemoryRepository #6398
  • Remove streamToolCallResponses from advisor builders #6391
  • Add missing promptCacheKey parameter in OpenAiChatOptions #6380

📔 Documentation

  • Update reference docs to reflect 2.0 API changes #6405
  • Add more guides #6401
  • Introduce CLAUDE.md and AGENTS.md #6376
  • Consolidate upgrade notes for 2.0.0 #6333

🔨 Dependency Upgrades

  • Upgrade to MCP SDK 2.0.0 #6385
  • Upgrade to Spring Boot 4.1.0 #6329

❤️ Contributors

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

@​ericbottard, @​guanxuc, @​ilayaperumalg, @​sdeleuze, @​sdudzin, @​tzolov, and @​ultramancode

2.0.0-RC2

⭐ New Features

  • Make Anthropic HTTP client configurable #6354
  • Restore compatibility with Spring Framework < 7.0.4 #6334
  • Make OpenAI HTTP Client configurable #6294

🐞 Bug Fixes

  • Fix BedrockProxyChatModel model option handling #6370
  • Fix spring-ai-autoconfigure-model-bedrock-ai dependencies #6368

... (truncated)

Commits
  • ef502da Release version 2.0.0
  • 923d886 Update Google GenAI models
  • 144d37d Fix AwsOpenSearch ITs
  • 6dca789 Update reference docs to reflect 2.0 API changes
  • a0e78fe Consolidate upgrade notes for 2.0.0
  • a380407 Add more guides
  • 866d7bd Add warning log when tool messages are filtered in JdbcChatMemoryRepository
  • 0ec3a2a Filter unsupported tool messages in CassandraChatMemoryRepository
  • 52a6fed Filter unsupported tool messages in MongoChatMemoryRepository
  • e55144b Filter unsupported tool messages in JdbcChatMemoryRepository
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-configuration-processor from 4.0.6 to 4.1.0

Release notes

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

v4.1.0

Full release notes for Spring Boot 4.1 are available on the wiki.

⭐ New Features

  • Add public constructor to InvalidConfigurationPropertyValueException that accepts a cause #50211
  • Reduce memory consumption when repeatedly calling WritableJson.toByteArray #49428

🐞 Bug Fixes

  • MailSender auto-configuration does not enable hostname verification #50747
  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #50745
  • Embedded LDAP SSL should not be enabled when its bundle is empty #50700
  • InetAddressFilter.externalAddresses does not exclude special purpose addresses from RFC 6890 #50668
  • NullPointerException in reactor-netty SniProvider and unmapped SSL bundle with RSocket #50645
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #50635
  • Test auto-configuration no longer integrates Spring Security with HtmlUnitDriver #50633
  • Configuration property metadata includes incorrect class references #50632
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #50618
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #50612
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #50610
  • SpringJtaPlatform should have been deprecated since 4.1.0-M3 #50592
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #50510
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #50417
  • Created StackTracePrinter instances have no access to the Environment #50414
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #50412
  • Buildpack module does not validate long-to-int casts #50410
  • Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util #50405
  • GraphQL WebSocket support does not configure allowed origins #50394
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #50298
  • Meter registries are not removed from the global registry when the context is closed #50287
  • DataSourceBuilder cannot derive a DataSource from a lazy connection proxy #50271
  • Nullable annotations from AbstractErrorController.getErrorAttributes are not aligned with implementation #50266
  • Bean definitions can be added with an initializer before setAllowBeanDefinitionOverriding is called #50264
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #50261
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #50258
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #50234
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #50228
  • Missing dependency management for spring-boot-web-server-test #50224
  • Spring Batch support for MongoDB modules are not included in dependency management #50223
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #50216
  • GrpcServerHealthScheduler is not started in servlet environments #50209
  • Setting server.servlet.session.cookie.partitioned=true has no effect when using Tomcat #50204

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #50647
  • Document SSL reloading with Let's Encrypt #50630
  • Remove the use of Optional from Data Neo4j repository examples #50622
  • Fix typos in documentation #50620

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-autoconfigure-processor from 3.5.0 to 4.1.0

Release notes

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

v4.1.0

Full release notes for Spring Boot 4.1 are available on the wiki.

⭐ New Features

  • Add public constructor to InvalidConfigurationPropertyValueException that accepts a cause #50211
  • Reduce memory consumption when repeatedly calling WritableJson.toByteArray #49428

🐞 Bug Fixes

  • MailSender auto-configuration does not enable hostname verification #50747
  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #50745
  • Embedded LDAP SSL should not be enabled when its bundle is empty #50700
  • InetAddressFilter.externalAddresses does not exclude special purpose addresses from RFC 6890 #50668
  • NullPointerException in reactor-netty SniProvider and unmapped SSL bundle with RSocket #50645
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #50635
  • Test auto-configuration no longer integrates Spring Security with HtmlUnitDriver #50633
  • Configuration property metadata includes incorrect class references #50632
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #50618
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #50612
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #50610
  • SpringJtaPlatform should have been deprecated since 4.1.0-M3 #50592
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #50510
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #50417
  • Created StackTracePrinter instances have no access to the Environment #50414
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #50412
  • Buildpack module does not validate long-to-int casts #50410
  • Gradle gRPC support fails if protobuf-java dependency is used instead of protobuf-java-util #50405
  • GraphQL WebSocket support does not configure allowed origins #50394
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #50298
  • Meter registries are not removed from the global registry when the context is closed #50287
  • DataSourceBuilder cannot derive a DataSource from a lazy connection proxy #50271
  • Nullable annotations from AbstractErrorController.getErrorAttributes are not aligned with implementation #50266
  • Bean definitions can be added with an initializer before setAllowBeanDefinitionOverriding is called #50264
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #50261
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #50258
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #50234
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #50228
  • Missing dependency management for spring-boot-web-server-test #50224
  • Spring Batch support for MongoDB modules are not included in dependency management #50223
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #50216
  • GrpcServerHealthScheduler is not started in servlet environments #50209
  • Setting server.servlet.session.cookie.partitioned=true has no effect when using Tomcat #50204

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #50647
  • Document SSL reloading with Let's Encrypt #50630
  • Remove the use of Optional from Data Neo4j repository examples #50622
  • Fix typos in documentation #50620

... (truncated)

Commits

Updates org.springaicommunity:mcp-server-security from 0.1.12 to 0.1.13

Release notes

Sourced from org.springaicommunity:mcp-server-security's releases.

v0.1.13

This version has been tested with Spring Boot 4.1.0, Spring AI 2.0.0 and MCP SDK 2.0.0

What's Changed

Full Changelog: spring-ai-community/mcp-security@v0.1.12...v0.1.13

Commits

Updates org.springframework.cloud:spring-cloud-function-dependencies from 4.2.2 to 5.0.3

Release notes

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

v5.0.2

What's Changed

... (truncated)

Commits

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 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

Bumps the spring group with 1 update in the /apps/aiagent-agentcore/aiagent directory: [org.springaicommunity:mcp-client-security](https://github.com/spring-ai-community/mcp-security).
Bumps the spring group with 1 update in the /samples/security/apikey/weather directory: [org.springaicommunity:mcp-server-security](https://github.com/spring-ai-community/mcp-security).
Bumps the spring group with 1 update in the /samples/security/oauth/ai-agent directory: [org.springaicommunity:mcp-client-security](https://github.com/spring-ai-community/mcp-security).
Bumps the spring group with 1 update in the /samples/security/oauth/authorization-server directory: [org.springaicommunity:mcp-authorization-server](https://github.com/spring-ai-community/mcp-security).
Bumps the spring group with 4 updates in the /samples/security/oauth/authorization-server/META-INF/maven/org.springframework.ai/spring-ai-autoconfigure-mcp-client directory: [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot), [org.springframework.ai:spring-ai-mcp](https://github.com/spring-projects/spring-ai), [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-autoconfigure-processor](https://github.com/spring-projects/spring-boot).
Bumps the spring group with 1 update in the /samples/security/oauth/weather directory: [org.springaicommunity:mcp-server-security](https://github.com/spring-ai-community/mcp-security).
Bumps the spring group with 1 update in the /samples/spring-cloud-function-demo directory: [org.springframework.cloud:spring-cloud-function-dependencies](https://github.com/spring-cloud/spring-cloud-build).


Updates `org.springaicommunity:mcp-client-security` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/spring-ai-community/mcp-security/releases)
- [Commits](spring-ai-community/mcp-security@v0.1.12...v0.1.13)

Updates `org.springaicommunity:mcp-server-security` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/spring-ai-community/mcp-security/releases)
- [Commits](spring-ai-community/mcp-security@v0.1.12...v0.1.13)

Updates `org.springaicommunity:mcp-client-security` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/spring-ai-community/mcp-security/releases)
- [Commits](spring-ai-community/mcp-security@v0.1.12...v0.1.13)

Updates `org.springaicommunity:mcp-authorization-server` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/spring-ai-community/mcp-security/releases)
- [Commits](spring-ai-community/mcp-security@v0.1.12...v0.1.13)

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

Updates `org.springframework.ai:spring-ai-mcp` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.1...v2.0.0)

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

Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 3.5.0 to 4.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v4.1.0)

Updates `org.springaicommunity:mcp-server-security` from 0.1.12 to 0.1.13
- [Release notes](https://github.com/spring-ai-community/mcp-security/releases)
- [Commits](spring-ai-community/mcp-security@v0.1.12...v0.1.13)

Updates `org.springframework.cloud:spring-cloud-function-dependencies` from 4.2.2 to 5.0.3
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-build/commits)

---
updated-dependencies:
- dependency-name: org.springaicommunity:mcp-client-security
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
- dependency-name: org.springaicommunity:mcp-server-security
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
- dependency-name: org.springaicommunity:mcp-client-security
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
- dependency-name: org.springaicommunity:mcp-authorization-server
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.ai:spring-ai-mcp
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: spring
- dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
- dependency-name: org.springaicommunity:mcp-server-security
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
- dependency-name: org.springframework.cloud:spring-cloud-function-dependencies
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring
...

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 Jul 2, 2026
@ybezsonov
ybezsonov merged commit de733f2 into main Jul 2, 2026
45 checks passed
@ybezsonov
ybezsonov deleted the dependabot/maven/apps/aiagent-agentcore/aiagent/spring-8ad81b7bc8 branch July 2, 2026 08:05
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