Skip to content

Commit da14ba3

Browse files
Merge pull request #278 from qbicsoftware/hotfix/2.14.4
Hotfix 2.14.4
2 parents ccc3f9a + b0e42c7 commit da14ba3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Changelog
44

55
This project adheres to `Semantic Versioning <https://semver.org/>`_.
66

7+
2.14.4 (2022-01-04)
8+
-------------------
9+
10+
**Added**
11+
12+
**Fixed**
13+
14+
* CVE-2021-44832
15+
16+
**Dependencies**
17+
18+
* Bump `org.apache.logging.log4j:log4j-api` from 2.17.0 to 2.17.1
19+
20+
* Bump `org.apache.logging.log4j:log4j-core` from 2.17.0 to 2.17.1
21+
22+
**Deprecated**
23+
724
2.14.3 (2021-12-20)
825
-------------------
926

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>life.qbic</groupId>
99
<artifactId>data-model-lib</artifactId>
10-
<version>2.14.3</version> <!-- <<QUBE_FORCE_BUMP>> -->
10+
<version>2.14.4</version> <!-- <<QUBE_FORCE_BUMP>> -->
1111
<name>data-model-lib</name>
1212
<url>http://github.com/qbicsoftware/data-model-lib</url>
1313
<description>Data models. A collection of QBiC's central data models and DTOs.</description>
@@ -19,7 +19,7 @@
1919

2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22-
<log4j.version>2.17.0</log4j.version>
22+
<log4j.version>2.17.1</log4j.version>
2323
</properties>
2424

2525
<pluginRepositories>

0 commit comments

Comments
 (0)