File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
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 1
1
# Changelog
2
2
3
+ ## 1.9.2 (2021-12-15)
4
+ * Fix CVE-2021 -45046
5
+ * Increase log4j-version ` 2.15.0 ` -> ` 2.16.0 `
6
+
3
7
## 1.9.1 (2021-12-13)
4
8
* Fix CVE-2021 -44228
5
9
* Fix [ Denial of Service Vulnerability] ( https://vaadin.com/security/2021-10-27 )
Original file line number Diff line number Diff line change 9
9
<version >3.1.4</version >
10
10
</parent >
11
11
<artifactId >user-db-portlet</artifactId >
12
- <version >1.9.1 </version >
12
+ <version >1.9.2 </version >
13
13
<name >User Database Portlet</name >
14
14
<url >http://github.com/qbicsoftware/user-db-portlet</url >
15
15
<packaging >war</packaging >
16
16
<properties >
17
17
<vaadin .version>7.7.28</vaadin .version>
18
18
<vaadin .plugin.version>7.7.28</vaadin .plugin.version>
19
- <log4j .version>2.15 .0</log4j .version>
19
+ <log4j .version>2.16 .0</log4j .version>
20
20
</properties >
21
21
<!-- we only need to tell maven where to find our parent pom and other QBiC
22
22
dependencies -->
You can’t perform that action at this time.
0 commit comments