Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
snyk-bot
76f9ee18ed
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
2023-11-29 17:07:08 +00:00

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>