dependabot[bot] opened a new pull request, #22291: URL: https://github.com/apache/camel/pull/22291
Bumps [org.springframework.ai:spring-ai-bom](https://github.com/spring-projects/spring-ai) from 1.1.3 to 1.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-ai/releases">org.springframework.ai:spring-ai-bom's releases</a>.</em></p> <blockquote> <h1>Spring AI 1.1.4 Release Notes</h1> <h2>🎯 Highlights</h2> <p>This release includes 1 new feature, 11 bug fixes, 1 other improvement.</p> <h2>⭐ New Features</h2> <ul> <li>Added capability to dynamically disable Structured Output Native functionality at runtime, providing more flexibility in configuration and usage scenarios. <a href="https://github.com/spring-projects/spring-ai/commit/45a1607f61b7918bafce2a2b488ed26bcde29866">45a1607</a></li> </ul> <h2>🪲 Bug Fixes</h2> <ul> <li>Resolved issues with Oracle and PgVector vector store integration tests to improve test reliability <a href="https://github.com/spring-projects/spring-ai/commit/56fa3ee3eb16920faa5e3f2fe5bd66751ab0a44c">56fa3ee</a></li> <li>Corrected issue where extraBody parameter was being lost when toolDefinitions were provided in chat requests <a href="https://github.com/spring-projects/spring-ai/commit/d8869611dbcf25d998ec2231516cd668561df2a6">d886961</a></li> <li>Improved stability of Bedrock converse integration tests by addressing flaky test scenarios <a href="https://github.com/spring-projects/spring-ai/commit/fac5647fa67223c693f69f4eebe4419b2fc8147e">fac5647</a></li> <li>Updated Google GenAI embedding model to use current API and fixed flaky function call tests <a href="https://github.com/spring-projects/spring-ai/commit/6c82800779088ed6055d6cdf22f716660e59e401">6c82800</a></li> <li>Resolved issues in Google GenAI text embedding model observation integration tests <a href="https://github.com/spring-projects/spring-ai/commit/650a3435c41e0948a9c93d0990d77fff033f42d1">650a343</a></li> <li>Enhanced error handling and reliability when fetching media resources in Bedrock proxy chat model <a href="https://github.com/spring-projects/spring-ai/commit/a7d3223bc11a010b93fbc40a17fa9b68c52a8118">a7d3223</a></li> <li>Improved filter evaluation logic in SimpleVectorStore for better performance and maintainability <a href="https://github.com/spring-projects/spring-ai/commit/04742fb8914ea963a2a623c6483c6e520aec81c1">04742fb</a></li> <li>Resolved issue where multi-block system messages were not being properly cached in Anthropic prompt caching implementation <a href="https://github.com/spring-projects/spring-ai/commit/11bd45ebd41eb7f427b5e227b538870524db9fbb">11bd45e</a></li> <li>Corrected handling of string values for TAG and TEXT filter types in Redis filter expression converter <a href="https://github.com/spring-projects/spring-ai/commit/707e990c9152aabb9c9226053725efa2ada72223">707e990</a></li> <li>Improved key handling in Neo4j vector store filter expression converter for more accurate filtering <a href="https://github.com/spring-projects/spring-ai/commit/3a46c7dd00e4adc17a132b9438149bde94da244f">3a46c7d</a></li> <li>Resolved issues with identifier parsing logic in FilterExpressionTextParser to ensure correct filter expression handling. <a href="https://github.com/spring-projects/spring-ai/commit/7275cbab28d525cfadd9c6180e20d7a530877bc0">7275cba</a></li> </ul> <h2>🔩 Build Updates</h2> <ul> <li>Corrected issues in the documentation upload GitHub Actions workflow to ensure proper documentation deployment. <a href="https://github.com/spring-projects/spring-ai/commit/f4984b5449f7c15153c75903b76f7d408d47757b">f4984b5</a></li> </ul> <h2>🙏 Contributors</h2> <p>Thanks to all contributors who made this release possible:</p> <ul> <li><a href="https://github.com/andresdiegolanda"><code>Andres (@andresdiegolanda)</code></a></li> <li><a href="https://github.com/tzolov"><code>Christian Tzolov (@tzolov)</code></a></li> <li><a href="https://github.com/ericbottard"><code>Eric Bottard (@ericbottard)</code></a></li> <li><a href="https://github.com/filiphr"><code>Filip Hrisafov (@filiphr)</code></a></li> <li><a href="https://github.com/ilayaperumalg"><code>Ilayaperumal Gopinathan (@ilayaperumalg)</code></a></li> <li><a href="https://github.com/sobychacko"><code>Soby Chacko (@sobychacko)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-ai/commit/061d9a15313e32379c0bfe683df0d2e7e7ea96dc"><code>061d9a1</code></a> Release version 1.1.4</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/56fa3ee3eb16920faa5e3f2fe5bd66751ab0a44c"><code>56fa3ee</code></a> Fix Oracle/PgVector ITs</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/d8869611dbcf25d998ec2231516cd668561df2a6"><code>d886961</code></a> Fix extraBody lost when toolDefinitions is present</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/fac5647fa67223c693f69f4eebe4419b2fc8147e"><code>fac5647</code></a> Fix flaky and failing Bedrock converse integration tests</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/6c82800779088ed6055d6cdf22f716660e59e401"><code>6c82800</code></a> Fix deprecated Google GenAI embedding model and flaky function call tests</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/650a3435c41e0948a9c93d0990d77fff033f42d1"><code>650a343</code></a> Fix GoogleGenAiTextEmbeddingModelObservationIT</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/a7d3223bc11a010b93fbc40a17fa9b68c52a8118"><code>a7d3223</code></a> Improve media fetching robustness in BedrockProxyChatModel</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/04742fb8914ea963a2a623c6483c6e520aec81c1"><code>04742fb</code></a> Refactor internal filter evaluation in SimpleVectorStore</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/11bd45ebd41eb7f427b5e227b538870524db9fbb"><code>11bd45e</code></a> <a href="https://redirect.github.com/spring-projects/spring-ai/issues/5494">GH-5494</a>: Fix multi-block system message caching for Anthropic prompt caching</li> <li><a href="https://github.com/spring-projects/spring-ai/commit/707e990c9152aabb9c9226053725efa2ada72223"><code>707e990</code></a> fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-ai/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
