Skip to content

Commit 614e297

Browse files
Merge pull request #43 from qbicsoftware/hotfix/1.12.6
Hotfix 1.12.6
2 parents d265e54 + 4616980 commit 614e297

File tree

4 files changed

+18
-59
lines changed

4 files changed

+18
-59
lines changed

.github/workflows/sync_project.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.readthedocs.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

CHANGELOG.rst

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

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

7+
1.12.6 (2022-01-04)
8+
-------------------
9+
10+
**Added**
11+
12+
**Fixed**
13+
14+
* CVE-2021-44832
15+
16+
**Dependencies**
17+
18+
* ``org.apache.logging.log4j:log4j-core:2.17.0`` -> ``2.17.1``
19+
* ``org.apache.logging.log4j:log4j-api:2.17.0`` -> ``2.17.1``
20+
21+
**Deprecated**
22+
723
1.12.5 (2021-12-20)
824
-------------------
925

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>projectwizard-portlet</artifactId>
7-
<version>1.12.5</version>
7+
<version>1.12.6</version>
88
<name>ProjectWizard Portlet</name>
99
<url>https://github.com/qbicsoftware/projectwizard-portlet</url>
1010
<description>Creates hierarchical experiments using factorial design.</description>
@@ -17,7 +17,7 @@
1717
<properties>
1818
<vaadin.version>7.7.28</vaadin.version>
1919
<vaadin.plugin.version>7.7.28</vaadin.plugin.version>
20-
<log4j.version>2.17.0</log4j.version>
20+
<log4j.version>2.17.1</log4j.version>
2121
</properties>
2222
<repositories>
2323
<repository>

0 commit comments

Comments
 (0)