Skip to content

Commit ccc3f9a

Browse files
authored
Merge pull request #276 from qbicsoftware/hotfix/2.14.3
2.14.3 (2021-12-20) ------------------- **Added** **Fixed** * CVE-2021-45105 **Dependencies** * Bump `org.apache.logging.log4j:log4j-api` from 2.16.0 to 2.17.0 * Bump `org.apache.logging.log4j:log4j-core` from 2.16.0 to 2.17.0 **Deprecated**
2 parents 46519c4 + 4dcb204 commit ccc3f9a

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.3 (2021-12-20)
8+
-------------------
9+
10+
**Added**
11+
12+
**Fixed**
13+
14+
* CVE-2021-45105
15+
16+
**Dependencies**
17+
18+
* Bump `org.apache.logging.log4j:log4j-api` from 2.16.0 to 2.17.0
19+
20+
* Bump `org.apache.logging.log4j:log4j-core` from 2.16.0 to 2.17.0
21+
22+
**Deprecated**
23+
724
2.14.2 (2021-12-16)
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.2</version> <!-- <<QUBE_FORCE_BUMP>> -->
10+
<version>2.14.3</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.16.0</log4j.version>
22+
<log4j.version>2.17.0</log4j.version>
2323
</properties>
2424

2525
<pluginRepositories>

0 commit comments

Comments
 (0)