From 7b32065ca04f9a281c25bd136ca2e4dc8b4d1f79 Mon Sep 17 00:00:00 2001 From: Tunahan Cicek Date: Thu, 10 Oct 2024 15:53:58 +0200 Subject: [PATCH] Exclude exlcude com.google.protobuf lib because of CVE https://avd.aquasec.com/nvd/2024/cve-2024-7254 --- CHANGELOG.md | 3 ++- pom.xml | 26 ++++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732d902..56b1799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-RC1 +## 0.5.0-RC2 ### 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 +- exlcude com.google.protobuf lib because of CVE https://avd.aquasec.com/nvd/2024/cve-2024-7254 ## 0.4.0 ### Added diff --git a/pom.xml b/pom.xml index 398e229..68e93d0 100644 --- a/pom.xml +++ b/pom.xml @@ -155,11 +155,6 @@ vavr ${vavr.version} - - commons-io - commons-io - ${commons-io.version} - com.google.code.findbugs jsr305 @@ -341,6 +336,18 @@ org.eclipse.esmf esmf-aspect-model-aas-generator ${samm.sdk.version} + + + + commons-io + commons-io + + + + + commons-io + commons-io + ${commons-io.version} org.apache.commons @@ -356,13 +363,20 @@ org.apache.jena jena-arq ${jena.version} + + + + com.google.protobuf + protobuf-java + + org.apache.jena jena-fuseki-main ${jena.version} - + commons-fileupload commons-fileupload