Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ssrf-guard-springai-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
// Spring AI 1.0 GA. We don't actually call an LLM in this demo — the
// FakeLlmService stands in for one — but we pull the API in so the
// ToolCallback / ToolDefinition / ToolMetadata types compile.
implementation("org.springframework.ai:spring-ai-model:1.0.7")
implementation("org.springframework.ai:spring-ai-model:1.1.7")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
Loading