Skip to content

Commit 329896e

Browse files
authored
APPS-1415 APPS-1427 Upgrade Spring Boot to 3.3.7 to address security vulnerabilities (#200)
1 parent 65ce799 commit 329896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = "3.3.6"
3+
springBootVersion = "3.3.7"
44
httpclientVersion = "4.5.14"
55
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "9.0.2"
66
}

0 commit comments

Comments
 (0)