chore(deps): bump spring-ai.version from 1.0.0 to 1.1.4#32
Merged
pratyush618 merged 1 commit intomainfrom Apr 7, 2026
Merged
Conversation
Bumps `spring-ai.version` from 1.0.0 to 1.1.4. Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) --- updated-dependencies: - dependency-name: org.springframework.ai:spring-ai-model dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.ai:spring-ai-client-chat dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.ai:spring-ai-commons dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f6524b2 to
708140f
Compare
pratyush618
approved these changes
Apr 7, 2026
pratyush618
pushed a commit
that referenced
this pull request
Apr 7, 2026
Bumps `spring-ai.version` from 1.0.0 to 1.1.4. Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) --- updated-dependencies: - dependency-name: org.springframework.ai:spring-ai-model dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.ai:spring-ai-client-chat dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.ai:spring-ai-commons dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pratyush618
added a commit
that referenced
this pull request
Apr 7, 2026
* Add agenteval-contracts module for behavioral invariant testing Sealed Contract interface (Deterministic, LLMJudged, Composite), fluent builder, ContractVerifier orchestrator, StandardContracts library, JSON definition loader, JUnit 5 integration, 38 tests. * Add agenteval-statistics module for statistical rigor Distributions (normal/t CDF), DescriptiveCalculator, InferenceCalculator (t-CI, bootstrap, paired t-test, Wilcoxon, Cohen's d, power analysis), StatisticalAnalyzer facade, StatisticalConfig, 59 tests. * Add agenteval-chaos module for agent resilience testing ChaosInjector sealed interface (ToolFailure, ContextCorruption, Latency, SchemaMutation), ChaosSuite orchestrator, ResilienceEvaluator, 14 built-in scenarios, 20 tests. * Register contracts, statistics, chaos modules in parent POM and BOM * Remove unused constants from InferenceCalculator * chore(deps): bump org.bsc.langgraph4j:langgraph4j-core-jdk8 (#50) Bumps org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5. --- updated-dependencies: - dependency-name: org.bsc.langgraph4j:langgraph4j-core-jdk8 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump spring-ai.version from 1.0.0 to 1.1.4 (#32) Bumps `spring-ai.version` from 1.0.0 to 1.1.4. Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4 - [Release notes](https://github.com/spring-projects/spring-ai/releases) - [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4) --- updated-dependencies: - dependency-name: org.springframework.ai:spring-ai-model dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.ai:spring-ai-client-chat dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.ai:spring-ai-commons dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add spotbugs exclusions for agenteval-contracts module --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
spring-ai.versionfrom 1.0.0 to 1.1.4.Updates
org.springframework.ai:spring-ai-modelfrom 1.0.0 to 1.1.4Release notes
Sourced from org.springframework.ai:spring-ai-model's releases.
... (truncated)
Commits
061d9a1Release version 1.1.456fa3eeFix Oracle/PgVector ITsd886961Fix extraBody lost when toolDefinitions is presentfac5647Fix flaky and failing Bedrock converse integration tests6c82800Fix deprecated Google GenAI embedding model and flaky function call tests650a343Fix GoogleGenAiTextEmbeddingModelObservationITa7d3223Improve media fetching robustness in BedrockProxyChatModel04742fbRefactor internal filter evaluation in SimpleVectorStore11bd45eGH-5494: Fix multi-block system message caching for Anthropic prompt caching707e990fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...Updates
org.springframework.ai:spring-ai-client-chatfrom 1.0.0 to 1.1.4Release notes
Sourced from org.springframework.ai:spring-ai-client-chat's releases.
... (truncated)
Commits
061d9a1Release version 1.1.456fa3eeFix Oracle/PgVector ITsd886961Fix extraBody lost when toolDefinitions is presentfac5647Fix flaky and failing Bedrock converse integration tests6c82800Fix deprecated Google GenAI embedding model and flaky function call tests650a343Fix GoogleGenAiTextEmbeddingModelObservationITa7d3223Improve media fetching robustness in BedrockProxyChatModel04742fbRefactor internal filter evaluation in SimpleVectorStore11bd45eGH-5494: Fix multi-block system message caching for Anthropic prompt caching707e990fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...Updates
org.springframework.ai:spring-ai-commonsfrom 1.0.0 to 1.1.4Release notes
Sourced from org.springframework.ai:spring-ai-commons's releases.
... (truncated)
Commits
061d9a1Release version 1.1.456fa3eeFix Oracle/PgVector ITsd886961Fix extraBody lost when toolDefinitions is presentfac5647Fix flaky and failing Bedrock converse integration tests6c82800Fix deprecated Google GenAI embedding model and flaky function call tests650a343Fix GoogleGenAiTextEmbeddingModelObservationITa7d3223Improve media fetching robustness in BedrockProxyChatModel04742fbRefactor internal filter evaluation in SimpleVectorStore11bd45eGH-5494: Fix multi-block system message caching for Anthropic prompt caching707e990fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...