File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -252,9 +252,6 @@ lombokVersion=1.18.42
252252
253253luceneVersion =10.3.2
254254
255- # Spring-AI dependency that's showing a CVE
256- modelContextProtocolVersion =1.1.1
257-
258255mssqlJdbcVersion =13.2.1.jre11
259256
260257objenesisVersion =1.0
@@ -297,7 +294,7 @@ snappyJavaVersion=1.1.10.8
297294springBootVersion =4.0.6
298295# This usually matches the Spring Framework version dictated by springBootVersion
299296springVersion =7.0.7
300- springAiVersion =2.0.0-M4
297+ springAiVersion =2.0.0-M5
301298
302299sqliteJdbcVersion =3.51.1.0
303300
You can’t perform that action at this time.
0 commit comments