Skip to content

Commit

Permalink
Merge pull request #1273 from heissonwillen/main
Browse files Browse the repository at this point in the history
fix: update org.springframework.boot to 3.2.9 due to CVE-2024-38807
  • Loading branch information
AssahBismarkabah authored Feb 12, 2025
2 parents e2aa2a8 + e67d1ca commit cf6a9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]

## [6.3.0] - 2025-02-03
### Fixed
- Fix high level CVE (CVE-2024-38807)

### Fixed
- fix chart publish failure
### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.9</version>
<relativePath />
</parent>

Expand Down

0 comments on commit cf6a9eb

Please # to comment.