Skip to content

Commit

Permalink
Merge branch 'hotfix/2.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-82 committed Nov 3, 2022
2 parents 872a201 + 868965f commit 1f838ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3] - 2022-11-03
### Security
- Update parent.pom to update to spring boot 2.7.5

## [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/)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>de.dataelementhub</groupId>
<artifactId>parent-spring</artifactId>
<version>11.2.0</version>
<version>11.3.0</version>
</parent>
<artifactId>dehub-model</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
<name>de.dataelementhub.model</name>
<description>DataElementHub Model</description>

Expand Down

0 comments on commit 1f838ca

Please sign in to comment.