diff --git a/AGENTS.md b/AGENTS.md index 91f9d58..89da095 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ Solr MCP Server is a Spring AI Model Context Protocol (MCP) server that enables - **Status:** Apache incubating project (v0.0.2-SNAPSHOT) - **Java:** 25+ (centralized in build.gradle.kts) -- **Framework:** Spring Boot 3.5.8, Spring AI 1.1.2 +- **Framework:** Spring Boot 3.5.8, Spring AI 1.1.4 - **License:** Apache 2.0 ## Common Commands diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 67ddad0..353b2e9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ spring-ai = "1.1.3" solr = "10.0.0" commons-csv = "1.10.0" jspecify = "1.0.0" -mcp-server-security = "0.0.4" +mcp-server-security = "0.0.6" # Error Prone and analysis tools errorprone-core = "2.38.0"