updated logback

This commit is contained in:
jstaerk
2021-12-21 15:36:17 +01:00
parent 647eadc7ee
commit 68b4273934
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
add signature comment into xml add signature comment into xml
upgraded en16931 validation to 1.3.7 upgraded en16931 validation to 1.3.7
xrechnung schematron 1.6.1 xrechnung schematron 1.6.1
updated logback from 1.2.3 to 1.2.9 https://github.com/ZUGFeRD/mustangproject/security/dependabot/validator/pom.xml/ch.qos.logback:logback-core/open
2.3.2 2.3.2
======= =======

View File

@@ -47,12 +47,12 @@
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<version>1.2.3</version> <version>1.2.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId> <artifactId>logback-core</artifactId>
<version>1.2.3</version> <version>1.2.9</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log --> <!-- https://mvnrepository.com/artifact/com.googlecode.slf4j-maven-plugin-log/slf4j-maven-plugin-log -->
<dependency> <dependency>