Skip to content

chore: [DevOps] bump org.springframework.ai:spring-ai-autoconfigure-mcp-client from 1.0.6 to 1.0.7 in the production-minor-patch group across 1 directory#868

Merged
Jonas-Isr merged 1 commit into
mainfrom
dependabot/maven/main/production-minor-patch-fd5377f6d5
May 15, 2026
Merged

chore: [DevOps] bump org.springframework.ai:spring-ai-autoconfigure-mcp-client from 1.0.6 to 1.0.7 in the production-minor-patch group across 1 directory#868
Jonas-Isr merged 1 commit into
mainfrom
dependabot/maven/main/production-minor-patch-fd5377f6d5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps the production-minor-patch group with 1 update in the / directory: org.springframework.ai:spring-ai-autoconfigure-mcp-client.

Updates org.springframework.ai:spring-ai-autoconfigure-mcp-client from 1.0.6 to 1.0.7

Release notes

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

Spring AI 1.0.7 - Bug Fixes

Spring AI 1.0.7 Release Notes

🎯 Highlights

This release includes 5 bug fixes, 6 other improvements.

⏪ Breaking Changes

  • Chat memory advisors now require an explicit conversation ID to be supplied. Previously, a default or implicit ID may have been used, which could cause incorrect memory scoping across conversations. Callers must now provide a conversation ID explicitly. be48f06

⚠️ Upgrading Notes

  • If you are using PromptChatMemoryAdvisor, migrate to the replacement advisor. All chat memory advisors now require an explicit conversationId to be provided — update your code to pass a conversation ID when creating or invoking chat memory advisors. be48f06

🪲 Bug Fixes

  • Corrected string escaping in the Milvus vector store's doDelete method when handling ID lists, preventing potential query errors during deletion operations. 864ef81
  • Resolved a misconfiguration of the ObjectMapper in the MCP server, ensuring proper JSON serialization and deserialization behavior. 436c765
  • Corrected auto-configuration issues affecting MCP server and Spring WebMvc server setup. A prior incorrect fix was reverted and replaced with the proper resolution. 4b21612
  • Updated integration tests for ChatClientAdvisor to supply an explicit conversation ID, aligning with the new requirement for explicit IDs in chat memory advisors. a5fb397
  • Resolved a test failure in the Anthropic chat client integration test for method-invoking function callbacks. daa1b68

🔨 Dependency Upgrades

  • Updated the Model Context Protocol (MCP) SDK by a significant version jump (0.10.0 → 0.18.2), incorporating many upstream improvements, new capabilities, and compatibility updates. #5958

🔩 Build Updates

  • The project build now uses JDK 17.0.19, ensuring alignment with the latest LTS patch release for improved security and stability in the build environment. 1badb6f
  • Spring AI starter modules have been relocated to a dedicated starters/ directory, improving the project's directory structure and organization. 36df6b9
  • Project version advanced to 1.0.7-SNAPSHOT to begin the next development cycle following the 1.0.6 release. 82848f2

🙏 Contributors

Thanks to all contributors who made this release possible:

Commits
  • 1086c3d Release version 1.0.7
  • 864ef81 Fix MilvusVectorStore doDelete idList string esacping
  • a5fb397 Fix ChatClientAdvisorTests to supply explicit conversation ID
  • be48f06 Deprecate PromptChatMemoryAdvisor
  • e1402de Require explicit conversation ID in chat memory advisors
  • 436c765 Fix MCP server ObjectMapper configuration
  • 23b482c Revert "Fix MCP server/WebMvc server autoconfigurations"
  • 4b21612 Fix MCP server/WebMvc server autoconfigurations
  • daa1b68 Fix AnthropicChatClientMethodInvokingFunctionCallbackIT
  • 18c989a Upgrade MCP SDK from 0.10.0 to 0.18.2 (#5958)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

…cp-client

Bumps the production-minor-patch group with 1 update in the / directory: [org.springframework.ai:spring-ai-autoconfigure-mcp-client](https://github.com/spring-projects/spring-ai).


Updates `org.springframework.ai:spring-ai-autoconfigure-mcp-client` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-autoconfigure-mcp-client
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-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 May 14, 2026
@Jonas-Isr Jonas-Isr merged commit df12e8a into main May 15, 2026
4 checks passed
@Jonas-Isr Jonas-Isr deleted the dependabot/maven/main/production-minor-patch-fd5377f6d5 branch May 15, 2026 12:13
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