Commit ea8cb31 1 parent 06890fe commit ea8cb31 Copy full SHA for ea8cb31
File tree 5 files changed +36
-5
lines changed
sample-tracking-status-overview-app
sample-tracking-status-overview-domain
5 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 45
45
java-version : 1.8
46
46
settings-path : ${{ github.workspace }}
47
47
48
+ - name : Load local Maven repository cache
49
+ uses : actions/cache@v2
50
+ with :
51
+ path : ~/.m2/repository
52
+ key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
53
+ restore-keys : |
54
+ ${{ runner.os }}-maven-
48
55
49
56
# Initializes the CodeQL tools for scanning.
50
57
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Changelog
4
4
5
5
This project adheres to `Semantic Versioning <https://semver.org/ >`_.
6
6
7
+ 1.0.0-beta.7 (2021-12-15)
8
+ ---------------------------
9
+
10
+ **Added **
11
+
12
+ **Fixed **
13
+
14
+ * CVE-2021-45046
15
+
16
+ **Dependencies **
17
+
18
+ * ``org.apache.logging.log4j:log4j-core:2.15.0 `` -> ``2.16.0 ``
19
+ * ``org.apache.logging.log4j:log4j-api:2.15.0 `` -> ``2.16.0 ``
20
+
7
21
1.0.0-beta.6 (2021-12-13)
8
22
---------------------------
9
23
Original file line number Diff line number Diff line change 10
10
</modules >
11
11
<artifactId >sample-tracking-status-overview</artifactId >
12
12
<groupId >life.qbic</groupId >
13
- <version >1.0.0-beta.6 </version > <!-- <<QUBE_FORCE_BUMP>> -->
13
+ <version >1.0.0-beta.7 </version > <!-- <<QUBE_FORCE_BUMP>> -->
14
14
<name >Sample Tracking Status Overview</name >
15
15
<url >http://github.com/qbicsoftware/sample-tracking-status-overview</url >
16
16
<description >Gives a visual overview of sample statuses</description >
133
133
<artifactId >data-model-lib</artifactId >
134
134
<version >2.12.0</version >
135
135
</dependency >
136
+ <dependency >
137
+ <groupId >org.apache.logging.log4j</groupId >
138
+ <artifactId >log4j-api</artifactId >
139
+ <version >2.16.0</version >
140
+ </dependency >
141
+ <dependency >
142
+ <groupId >org.apache.logging.log4j</groupId >
143
+ <artifactId >log4j-core</artifactId >
144
+ <version >2.16.0</version >
145
+ </dependency >
136
146
</dependencies >
137
147
</dependencyManagement >
138
148
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sample-tracking-status-overview</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >1.0.0-beta.6 </version > <!-- <<QUBE_FORCE_BUMP>> -->
8
+ <version >1.0.0-beta.7 </version > <!-- <<QUBE_FORCE_BUMP>> -->
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<packaging >war</packaging >
12
12
<properties >
13
- <log4j .version>2.15 .0</log4j .version>
13
+ <log4j .version>2.16 .0</log4j .version>
14
14
</properties >
15
15
<artifactId >sample-tracking-status-overview-app</artifactId >
16
16
<name >The sample tracking status overview portlet</name >
19
19
<dependency >
20
20
<groupId >life.qbic</groupId >
21
21
<artifactId >sample-tracking-status-overview-domain</artifactId >
22
- <version >1.0.0-beta.6 </version > <!-- <<QUBE_FORCE_BUMP>> -->
22
+ <version >1.0.0-beta.7 </version > <!-- <<QUBE_FORCE_BUMP>> -->
23
23
<scope >compile</scope >
24
24
</dependency >
25
25
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >sample-tracking-status-overview</artifactId >
9
9
<groupId >life.qbic</groupId >
10
- <version >1.0.0-beta.6 </version > <!-- <<QUBE_FORCE_BUMP>> -->
10
+ <version >1.0.0-beta.7 </version > <!-- <<QUBE_FORCE_BUMP>> -->
11
11
</parent >
12
12
<dependencies >
13
13
<dependency >
You can’t perform that action at this time.
0 commit comments