Skip to content

Commit e17e4f1

Browse files
authored
Upgrade to Spring AI 2.0.0-M5 (#1352)
* Upgrade to Spring AI 2.0.0-M5 * Bump Spring Framework and Spring Boot as well
1 parent dc0d1e5 commit e17e4f1

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ allprojects {
352352
force "org.springframework:spring-messaging:${springVersion}"
353353
force "org.springframework:spring-webflux:${springVersion}"
354354

355-
// spring-ai dependency. Force to mitigate a CVE.
356-
force "io.modelcontextprotocol.sdk:mcp:${modelContextProtocolVersion}"
357-
358355
// Force consistency between pipeline's ActiveMQ and cloud's jClouds dependencies
359356
force "javax.annotation:javax.annotation-api:${javaxAnnotationVersion}"
360357

gradle.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ lombokVersion=1.18.42
252252

253253
luceneVersion=10.3.2
254254

255-
# Spring-AI dependency that's showing a CVE
256-
modelContextProtocolVersion=1.1.1
257-
258255
mssqlJdbcVersion=13.2.1.jre11
259256

260257
objenesisVersion=1.0
@@ -297,7 +294,7 @@ snappyJavaVersion=1.1.10.8
297294
springBootVersion=4.0.6
298295
# This usually matches the Spring Framework version dictated by springBootVersion
299296
springVersion=7.0.7
300-
springAiVersion=2.0.0-M4
297+
springAiVersion=2.0.0-M5
301298

302299
sqliteJdbcVersion=3.51.1.0
303300

0 commit comments

Comments
 (0)