uptake dependency-check-maven 7.1.1

This commit is contained in:
Oliver Warz 2022-06-14 08:33:57 +02:00
parent 1d36e595d5
commit 40e23464d9
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.8] - 2022-06-14
### Fixed
- uptake dependency-check-maven 7.1.1
## [0.9.7] - 2022-06-10
### Fixed
- uptake maven-surefire-plugin 3.0.0-M7

View File

@ -7,7 +7,7 @@ Fahrdienst-Anwendung / Kostenblatt
https://xmlgraphics.apache.org/fop/
* Uses JavaMelody for monitoring
https://github.com/javamelody/javamelody/wiki
* Use Java 8 LTS (also tested with Java 17)
* Use Java 8 LTS (also tested with Java 17 and Java 11)
## Run tests
`mvn test`

View File

@ -6,7 +6,7 @@
<groupId>de.pdv.apex</groupId>
<artifactId>fop4apex</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
<name>fop4apex</name>
<packaging>war</packaging>
<url>https://www.pdv.de</url>
@ -66,6 +66,7 @@
<groupId>org.webjars.bowergithub.picocss</groupId>
<artifactId>pico</artifactId>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<!-- Start: Security fixes -->