Skip to content

Commit

Permalink
increase log4j version (#28)
Browse files Browse the repository at this point in the history
* increase log4j version

Co-authored-by: jnnfr <[email protected]>
  • Loading branch information
wow-such-code and jenniferboedker authored Dec 21, 2021
1 parent 8e76ca2 commit a6cf115
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.9.3 (2021-12-20)
* Fix CVE-2021-45105
* Increase log4j-version `2.16.0` -> `2.17.0`

## 1.9.2 (2021-12-15)
* Fix CVE-2021-45046
* Increase log4j-version `2.15.0` -> `2.16.0`
Expand All @@ -8,4 +12,4 @@
* Fix CVE-2021-44228
* Fix [Denial of Service Vulnerability](https://vaadin.com/security/2021-10-27)
* Increase vaadin-version `7.7.8` -> `7.7.28`
* Increase log4j-version `2.11.0` -> `2.15.0`
* Increase log4j-version `2.11.0` -> `2.15.0`
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<version>3.1.4</version>
</parent>
<artifactId>user-db-portlet</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
<name>User Database Portlet</name>
<url>http://github.com/qbicsoftware/user-db-portlet</url>
<packaging>war</packaging>
<properties>
<vaadin.version>7.7.28</vaadin.version>
<vaadin.plugin.version>7.7.28</vaadin.plugin.version>
<log4j.version>2.16.0</log4j.version>
<log4j.version>2.17.0</log4j.version>
</properties>
<!-- we only need to tell maven where to find our parent pom and other QBiC
dependencies -->
Expand Down

0 comments on commit a6cf115

Please sign in to comment.