Skip to content

fix(deps): bump: bump org.springframework.ai:spring-ai-openai from 1.1.2 to 1.1.8#414

Open
dependabot[bot] wants to merge 1 commit into
3.xfrom
dependabot/gradle/3.x/org.springframework.ai-spring-ai-openai-1.1.8
Open

fix(deps): bump: bump org.springframework.ai:spring-ai-openai from 1.1.2 to 1.1.8#414
dependabot[bot] wants to merge 1 commit into
3.xfrom
dependabot/gradle/3.x/org.springframework.ai-spring-ai-openai-1.1.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps org.springframework.ai:spring-ai-openai from 1.1.2 to 1.1.8.

Release notes

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

Spring AI 1.1.8

🐞 Bug Fixes

  • Add missing values to ZhiPuAiApi.ChatCompletionFinishReason #5532

📔 Documentation

  • Add a rate-limit metadata section to anthropic-chat.adoc #6175

🔨 Dependency Upgrades

  • Upgrade Spring Boot to 3.5.15 #6393
  • Upgrade MCP SDK to 0.18.3 #6362

❤️ Contributors

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

@​demo-zexuan and @​sobychacko

Spring AI 1.1.7

⭐ New Features

  • Ollama doesnt work in a graalvm native image #6064

🐞 Bug Fixes

  • OpenAiChatModel streaming drops chunks due to internal switchMap when using buffered concatMap #6122
  • RedisVectorStore#doDelete only deletes the 10 first messages #6066

Spring AI 1.1.6 Release Notes

🎯 Highlights

This release includes 1 new features, 5 bug fixes, 2 documentation improvements, 5 other improvements.

⏪ Breaking Changes

  • Chat memory advisors now require an explicit conversation ID to be supplied. This is a behavioral change that affects how chat memory is scoped and managed. Applications relying on implicit conversation IDs must be updated to supply an explicit ID. 13cde41

⚠️ Upgrading Notes

  • PromptChatMemoryAdvisor is now deprecated and chat memory advisors require an explicit conversation ID. Update your code to: (1) replace PromptChatMemoryAdvisor with the recommended alternative, and (2) ensure an explicit conversation ID is supplied when using any chat memory advisor. 917f62e

⭐ New Features

  • MCP auto-configuration now includes the missing @​ConditionalOnMissingBean check, allowing users to provide their own bean definitions and override the auto-configured MCP beans as expected in Spring Boot auto-configuration patterns. d4025e5

🪲 Bug Fixes

  • Fixed an issue where the MilvusVectorStore's doDelete method incorrectly escaped strings in the ID list, which could cause deletion operations to fail or behave unexpectedly. 20206a4
  • Fixed the ChatClientAdvisorTests test suite to supply an explicit conversation ID, aligning tests with the new requirement for explicit conversation IDs in chat memory advisors. 704e5c6
  • Fixed the MistralAiChatModelObservationIT integration test to ensure observation functionality works correctly with the MistralAI chat model provider. a89145d
  • Corrects an issue where configured options were not being properly included in MistralAI API requests, ensuring all user-defined settings are correctly passed through. 7bcf32a
  • Resolves a regression in how AssistantMessage.ToolCall.id is handled when using the Ollama integration, restoring correct tool call identification behavior. bb9d65e

... (truncated)

Commits
  • eb3992c Release version 1.1.8
  • 66cbd69 Fix AwsOpenSearch ITs
  • d9f7483 Upgrade Spring Boot to 3.5.15
  • 2b20cfc Fix vector store filter expression converters' handling specific characters
  • b28642f Add missing values to ZhiPuAiApi.ChatCompletionFinishReason
  • 210c878 Upgrade MCP SDK from 0.18.2 to 0.18.3
  • 764ffb5 Bump jsoup to 1.22.2
  • be13355 deps: Update Tika 3.3.0 to 3.3.1
  • bb66565 Run pr-check on pull requests created from this branch
  • bbfe04f Upgrade GH actions to latest versions.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 22, 2026
Bumps [org.springframework.ai:spring-ai-openai](https://github.com/spring-projects/spring-ai) from 1.1.2 to 1.1.8.
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.1.2...v1.1.8)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-openai
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/3.x/org.springframework.ai-spring-ai-openai-1.1.8 branch from 17659c7 to 0b39c1c Compare June 23, 2026 07:56
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