Skip to content

chore(deps): bump spring-ai-vector-store 1.1.7 -> 2.0.0 (supersedes #218)#223

Merged
Skobeltsyn merged 1 commit into
mainfrom
chore/deps-spring-ai-2.0.0
Jun 16, 2026
Merged

chore(deps): bump spring-ai-vector-store 1.1.7 -> 2.0.0 (supersedes #218)#223
Skobeltsyn merged 1 commit into
mainfrom
chore/deps-spring-ai-2.0.0

Conversation

@Skobeltsyn

Copy link
Copy Markdown
Contributor

Summary

Green replacement for Dependabot #218org.springframework.ai:spring-ai-vector-store 1.1.7 → 2.0.0 (a major bump) in agents-kt-rag-spring-ai.

Breaking changes?

None for us. Our SpringAiEmbeddingStore adapter uses a stable subset of the vector-store API — compileKotlin + the module tests pass against 2.0.0 with no source changes.

Why #218 was red

It updated the lockfile but not gradle/verification-metadata.xml, so the build failed dependency verification on the new Spring 2.x transitive graph. This PR adds those sha256 entries (additive, +260/-0) and omits the unrelated agents-kt-whisper-jni lockfile drift.

Gates

./gradlew :agents-kt-rag-spring-ai:build --rerun-tasks green (compile + test against 2.0.0, verification active); full ./gradlew build green. Closes #218.

CodeQL java-kotlin expected-red on Kotlin 2.4 (codeql#21938); build is the gate.

🤖 Generated with Claude Code

Green replacement for Dependabot #218. Despite the major version jump, the API our
SpringAiEmbeddingStore adapter uses is unchanged — compileKotlin + tests pass against
2.0.0 with no source changes. Adds the sha256 verification-metadata for the new Spring
2.x transitive graph (additive, +260/-0 — the reason #218 was red) and excludes the
unrelated whisper-jni lockfile drift.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Skobeltsyn Skobeltsyn merged commit 27d44a6 into main Jun 16, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant