fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
This commit is contained in:
snyk-io[bot]
2025-10-02 06:27:08 +00:00
committed by GitHub
parent 3e59e8c842
commit 6e1227f2c7

View File

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