Skip to content

Commit

Permalink
Merge pull request #298 from bci-oss/bugfix/fix-security-issues
Browse files Browse the repository at this point in the history
Update velocity-engine-core to version 2.4
  • Loading branch information
tunacicek authored Oct 11, 2024
2 parents 9571b46 + 813f34a commit bcda689
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.0-RC2
## 0.5.0-RC3
### Added
### fixed
- Update spring framework to version 6.1.6
- Update commons-io to version 2.17.0
- Update lombock to version 1.18.34
- Update velocity-engine-core to version 2.4
- exlcude com.google.protobuf lib because of CVE https://avd.aquasec.com/nvd/2024/cve-2024-7254

## 0.4.0
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,16 @@
<exclusions>
<!-- excluded because of CVE https://avd.aquasec.com/nvd/2024/cve-2024-47554/-->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit bcda689

Please sign in to comment.