Skip to content

Commit

Permalink
APPS-1415 APPS-1427 Upgrade Spring Boot to 3.3.7 to address security …
Browse files Browse the repository at this point in the history
…vulnerabilities
  • Loading branch information
reugn committed Dec 26, 2024
1 parent 65ce799 commit 13c59a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = "3.3.6"
springBootVersion = "3.3.7"
httpclientVersion = "4.5.14"
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "9.0.2"
}
Expand Down

0 comments on commit 13c59a3

Please sign in to comment.