Skip to content

Commit 9e8822d

Browse files
authored
Resolves #158 - Updates the logback version (#159)
The details can be found at: http://slf4j.org/log4shell.html The key details are these lines: However, logback may make JNDI calls from within its configuration file. This was recently reported in LOGBACK-1591 as a vulnerability of lesser severity. In response, we have released logback version 1.2.8. Please upgrade. Co-authored-by: Difrango, Ronald <[email protected]>
1 parent 7b153bf commit 9e8822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logback-ecs-encoder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>ch.qos.logback</groupId>
4242
<artifactId>logback-classic</artifactId>
43-
<version>1.2.3</version>
43+
<version>1.2.8</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)