From 4f0be6782de5b728b6f8d01361c396ebde21168e Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Thu, 3 Nov 2022 17:04:01 +0100 Subject: [PATCH 1/3] No issue - bump version nr --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 47d0667..830b0ba 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 11.2.0 dehub-model - 2.2.1 + 2.3.0-SNAPSHOT de.dataelementhub.model DataElementHub Model From 603ae1f0d7ae15c18c9c0621dbfd2460ba572d3c Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Thu, 3 Nov 2022 17:09:15 +0100 Subject: [PATCH 2/3] No issue - update dependencies (gson, jackson, json-validator, zip4j, tomcat embed) --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 830b0ba..b2bccc7 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ com.google.code.gson gson - 2.9.0 + 2.10 de.dataelementhub @@ -46,7 +46,7 @@ com.networknt json-schema-validator - 1.0.70 + 1.0.73 org.simpleflatmapper @@ -66,12 +66,12 @@ com.fasterxml.jackson.core jackson-annotations - 2.13.3 + 2.13.4 com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.13.4.2 org.eclipse.persistence.moxy @@ -81,7 +81,7 @@ net.lingala.zip4j zip4j - 2.10.0 + 2.11.2 org.eclipse.persistence @@ -113,12 +113,12 @@ org.json json - 20220320 + 20220924 org.apache.tomcat.embed tomcat-embed-core - 10.0.20 + 10.1.0 jakarta.xml.bind @@ -128,7 +128,7 @@ com.fasterxml.jackson.core jackson-core - 2.13.3 + 2.13.4 org.slf4j From f1a6ae75165a5ffdcef3759c73af22f427422419 Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Thu, 3 Nov 2022 17:11:38 +0100 Subject: [PATCH 3/3] Release 2.2.2 - enhance changelog - update pom.xml --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7799f3..16c11a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [2.2.2] - 2022-11-03 +### Security +- Update dependencies, including jackson lib due to [CVE-2022-42003](https://devhub.checkmarx.com/cve-details/CVE-2022-42003/) and [CVE-2022-42004](https://devhub.checkmarx.com/cve-details/CVE-2022-42004/) + ## [2.2.1] - 2022-11-03 ### Fixed - There was a bug in the search function that occurred when private namespaces from other users are present [[#105](https://github.com/mig-frankfurt/dataelementhub.model/issues/105)] diff --git a/pom.xml b/pom.xml index b2bccc7..a96c893 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 11.2.0 dehub-model - 2.3.0-SNAPSHOT + 2.2.2 de.dataelementhub.model DataElementHub Model