Skip to content

Commit eca428a

Browse files
Update labkeyVersion to 26.3.7
2 parents 33dd3f4 + e17e4f1 commit eca428a

2 files changed

Lines changed: 7 additions & 13 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: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildFromSource=true
4444

4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
47-
labkeyVersion=26.3.6
47+
labkeyVersion=26.3.7
4848
labkeyClientApiVersion=7.2.0
4949

5050
# Version numbers for the various binary artifacts that are included when
@@ -96,8 +96,8 @@ antlrST4Version=4.3.4
9696

9797
#Unifying version used by DISCVR and Premium
9898
apacheDirectoryVersion=2.1.7
99-
#Transitive dependency of Apache directory: 2.0.18 contains some regressions
100-
apacheMinaVersion=2.2.5
99+
#Transitive dependency of Apache directory
100+
apacheMinaVersion=2.2.7
101101

102102
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
103103
apacheTomcatVersion=11.0.21
@@ -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
@@ -271,7 +268,7 @@ poiVersion=5.4.0
271268

272269
pollingWatchVersion=0.2.0
273270

274-
postgresqlDriverVersion=42.7.9
271+
postgresqlDriverVersion=42.7.11
275272

276273
quartzVersion=2.5.2
277274

@@ -294,10 +291,10 @@ slf4jLog4jApiVersion=2.0.17
294291
snappyJavaVersion=1.1.10.8
295292

296293
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
297-
springBootVersion=4.0.5
294+
springBootVersion=4.0.6
298295
# This usually matches the Spring Framework version dictated by springBootVersion
299-
springVersion=7.0.6
300-
springAiVersion=2.0.0-M4
296+
springVersion=7.0.7
297+
springAiVersion=2.0.0-M5
301298

302299
sqliteJdbcVersion=3.51.1.0
303300

0 commit comments

Comments
 (0)