Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
- update dehub-dal and tomcat-embed-core
- update changelog
  • Loading branch information
michael-82 committed Nov 29, 2022
1 parent ab8da9c commit 1bbe586
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.5] - 2022-11-29
### Security
- Updated tomcat-embed-core and dehub-dal

## [2.2.4] - 2022-11-23
### Changed
- Do not ignore element path if the parent is outdated
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>11.3.0</version>
</parent>
<artifactId>dehub-model</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
<name>de.dataelementhub.model</name>
<description>DataElementHub Model</description>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>de.dataelementhub</groupId>
<artifactId>dehub-dal</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>10.1.0</version>
<version>10.1.2</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit 1bbe586

Please sign in to comment.