fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097492
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097493
This commit is contained in:
snyk-bot 2023-12-04 19:22:12 +00:00
parent 6c023c938b
commit 5eeff270d6
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.2.13</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.2.13</version>
<type>jar</type>
<scope>compile</scope>
</dependency>