File tree Expand file tree Collapse file tree 5 files changed +25
-68
lines changed Expand file tree Collapse file tree 5 files changed +25
-68
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Changelog
44
55This project adheres to `Semantic Versioning <https://semver.org/ >`_.
66
7+ 1.12.3 (2021-11-13)
8+ -------------------
9+
10+ **Added **
11+
12+ **Fixed **
13+
14+ **Dependencies **
15+
16+ * org.apache.logging.log4j 2.13.2 -> 2.15.0 (addresses CVE-2021-44228)
17+
18+ **Deprecated **
19+
20+
7211.12.2 (2021-11-02)
822-------------------
923
Original file line number Diff line number Diff line change 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.2 </version >
7+ <version >1.12.3 </version >
88 <name >ProjectWizard Portlet</name >
99 <url >http://github.com/qbicsoftware/projectwizard-portlet</url >
1010 <description >Creates hierarchical experiments using factorial design.</description >
7272 </repository >
7373 </repositories >
7474 <dependencies >
75+ <dependency >
76+ <groupId >org.apache.logging.log4j</groupId >
77+ <artifactId >log4j-core</artifactId >
78+ <version >2.15.0</version >
79+ </dependency >
80+ <dependency >
81+ <groupId >org.apache.logging.log4j</groupId >
82+ <artifactId >log4j-api</artifactId >
83+ <version >2.15.0</version >
84+ </dependency >
7585 <dependency >
7686 <groupId >life.qbic</groupId >
7787 <artifactId >core-utils-lib</artifactId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments