This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git
The following commit(s) were added to refs/heads/main by this push:
new 8f38662 deps: upgrade Spring Boot to v3.5.8 and Spring AI to v1.1.2
(#22)
8f38662 is described below
commit 8f386620ea185b8c36ef1b6d6f4f930dadb4489e
Author: Aditya Parikh <[email protected]>
AuthorDate: Tue Jan 6 14:23:13 2026 -0400
deps: upgrade Spring Boot to v3.5.8 and Spring AI to v1.1.2 (#22)
---
gradle/libs.versions.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index afd6cfb..dd71d2d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,13 +1,13 @@
[versions]
# Build plugins
-spring-boot = "3.5.7"
+spring-boot = "3.5.8"
spring-dependency-management = "1.1.7"
errorprone-plugin = "4.2.0"
jib = "3.4.5"
spotless = "7.0.2"
# Main dependencies
-spring-ai = "1.1.0"
+spring-ai = "1.1.2"
solr = "9.9.0"
commons-csv = "1.10.0"
jspecify = "1.0.0"