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..d367803 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # Build plugins -spring-boot = "3.5.11" +spring-boot = "3.5.13" spring-dependency-management = "1.1.7" errorprone-plugin = "4.2.0" jib = "3.4.5"