File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 4545 java-version : 1.8
4646 settings-path : ${{ github.workspace }}
4747
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-
4855
4956 # Initializes the CodeQL tools for scanning.
5057 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ Changelog
44
55This project adheres to `Semantic Versioning <https://semver.org/ >`_.
66
7+ 1.5.2
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+
21+ **Deprecated **
22+
23+
7241.5.1
825-----
926
Original file line number Diff line number Diff line change 99 <version >1.4.0</version >
1010 </parent >
1111 <artifactId >barcode-dragon-portlet</artifactId >
12- <version >1.5.1 </version >
12+ <version >1.5.2 </version >
1313 <name >Barcode Dragon Portlet</name >
1414 <url >https://github.com/qbicsoftware/barcode-dragon-portlet</url >
1515 <description >Portlet which allows the creation of printable sample sheets with barcodes for customers.</description >
1616 <packaging >war</packaging >
1717 <properties >
18- <log4j .version>2.15 .0</log4j .version>
18+ <log4j .version>2.16 .0</log4j .version>
1919 </properties >
2020 <!-- we only need to tell maven where to find our parent pom and other QBiC
2121 dependencies -->
You can’t perform that action at this time.
0 commit comments