update changelog and pom.xml to reflect gcube-bom migration and classgraph version upgrade for security improvements

This commit is contained in:
Luca Frosini 2025-02-28 15:09:21 +01:00
parent ece4e75fba
commit 084bcccfbb
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v4.0.1-SNAPSHOT]
- Removed gxJRS
- moved to gcube-bom 4.0.1-SNAPSHOT
- Moved to gcube-bom 4.0.1-SNAPSHOT
- Updated classgraph version from 4.8.28 to 4.8.179 due to vulnerabilities
## [v4.0.0]

View File

@ -289,7 +289,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.28</version>
<version>4.8.179</version>
<scope>provided</scope>
</dependency>
<dependency>