Skip to content

Commit c9b9ff4

Browse files
authored
Merge pull request #138 from McPringle/security/CVE-2021-42550
Fix potential logback security vulnerabilities
2 parents 4707d4e + 772d799 commit c9b9ff4

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
@@ -456,7 +456,7 @@
456456
<dependency>
457457
<groupId>ch.qos.logback</groupId>
458458
<artifactId>logback-core</artifactId>
459-
<version>1.2.0</version>
459+
<version>1.2.10</version>
460460
</dependency>
461461
<dependency>
462462
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)