Skip to content

Commit

Permalink
Updates the example analytics-service to Spring Boot 3.1.6 which fixes
Browse files Browse the repository at this point in the history
…CVE-2023-34055. (#3721) (#3732)

Signed-off-by: David Venable <[email protected]>
(cherry picked from commit 979a004)

Co-authored-by: David Venable <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dlvenable authored Dec 1, 2023
1 parent 3e1ea94 commit 1a0d142
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

plugins {
id 'java'
id 'org.springframework.boot' version '3.1.3'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springframework.boot' version '3.1.6'
id 'io.spring.dependency-management' version '1.1.4'
}


Expand Down

0 comments on commit 1a0d142

Please sign in to comment.