fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094942
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6094943
This commit is contained in:
snyk-bot 2023-11-29 17:07:08 +00:00
parent 6c023c938b
commit 76f9ee18ed
No known key found for this signature in database
GPG key ID: 5009E0832F4D3DD3

View file

@ -99,7 +99,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>0.9.29</version>
<version>1.4.12</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@ -115,7 +115,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>0.9.29</version>
<version>1.4.12</version>
<type>jar</type>
<scope>compile</scope>
</dependency>