Upgrading spring version to non-vulnerable version (#14512)

This commit is contained in:
rahul MALAWADKAR 2025-08-20 21:04:21 +05:30 committed by GitHub
parent a52b7fa074
commit d4349b3ae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ buildscript {
ext.pegasusVersion = '29.65.7'
ext.mavenVersion = '3.6.3'
ext.versionGradle = '8.14.3'
ext.springVersion = '6.2.8'
ext.springVersion = '6.2.10'
ext.springBootVersion = '3.4.5'
ext.springKafkaVersion = '3.3.6'
ext.openTelemetryVersion = '1.49.0'