fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539866
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539867
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539865
This commit is contained in:
snyk-io[bot]
2024-12-23 02:52:12 +00:00
committed by GitHub
parent 11118a1bac
commit 5ecea2fb04

View File

@@ -27,13 +27,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.12</version>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>