Skip to content

Commit 8aa8291

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent ca0dbae commit 8aa8291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
dropped Groovy support (https://jira.qos.ch/browse/LOGBACK-1606). So we're stuck with 1.2.8 for
112112
the time being. The vulnerability requires access to the config file, though, so it's not that critical.
113113
-->
114-
<logback.version>1.2.8</logback.version>
114+
<logback.version>1.5.14</logback.version>
115115
<ognl.version>3.2.10</ognl.version>
116116
<quartz.version>2.3.2</quartz.version>
117117
<resteasy.version>4.7.8.Final</resteasy.version>

0 commit comments

Comments
 (0)