chore(spring): upgrade minor versions of spring components (#8627)

This commit is contained in:
david-leifker 2023-08-17 00:07:16 -05:00 committed by GitHub
parent 2f9b5a8273
commit 1576eb46b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@ buildscript {
// Releases: https://github.com/linkedin/rest.li/blob/master/CHANGELOG.md
ext.pegasusVersion = '29.22.16'
ext.mavenVersion = '3.6.3'
ext.springVersion = '5.3.27'
ext.springBootVersion = '2.7.11'
ext.springVersion = '5.3.29'
ext.springBootVersion = '2.7.14'
ext.openTelemetryVersion = '1.18.0'
ext.neo4jVersion = '4.4.9'
ext.testContainersVersion = '1.17.4'