Skip to content

Commit a6cf115

Browse files
increase log4j version (#28)
* increase log4j version Co-authored-by: jnnfr <[email protected]>
1 parent 8e76ca2 commit a6cf115

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.9.3 (2021-12-20)
4+
* Fix CVE-2021-45105
5+
* Increase log4j-version `2.16.0` -> `2.17.0`
6+
37
## 1.9.2 (2021-12-15)
48
* Fix CVE-2021-45046
59
* Increase log4j-version `2.15.0` -> `2.16.0`
@@ -8,4 +12,4 @@
812
* Fix CVE-2021-44228
913
* Fix [Denial of Service Vulnerability](https://vaadin.com/security/2021-10-27)
1014
* Increase vaadin-version `7.7.8` -> `7.7.28`
11-
* Increase log4j-version `2.11.0` -> `2.15.0`
15+
* Increase log4j-version `2.11.0` -> `2.15.0`

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<version>3.1.4</version>
1010
</parent>
1111
<artifactId>user-db-portlet</artifactId>
12-
<version>1.9.2</version>
12+
<version>1.9.3</version>
1313
<name>User Database Portlet</name>
1414
<url>http://github.com/qbicsoftware/user-db-portlet</url>
1515
<packaging>war</packaging>
1616
<properties>
1717
<vaadin.version>7.7.28</vaadin.version>
1818
<vaadin.plugin.version>7.7.28</vaadin.plugin.version>
19-
<log4j.version>2.16.0</log4j.version>
19+
<log4j.version>2.17.0</log4j.version>
2020
</properties>
2121
<!-- we only need to tell maven where to find our parent pom and other QBiC
2222
dependencies -->

0 commit comments

Comments
 (0)