Skip to content

Commit

Permalink
upgrading spring version to address cve-2024-22243 and cve-2024-22259
Browse files Browse the repository at this point in the history
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
  • Loading branch information
vamsimanohar committed Aug 23, 2024
1 parent 332189c commit 8000081
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
@@ -7,7 +7,7 @@
buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.19-SNAPSHOT")
spring_version = "5.3.27"
spring_version = "5.3.33"
}

repositories {

0 comments on commit 8000081

Please sign in to comment.