Skip to content

Commit

Permalink
fixed logback serialization vulnerability #21
Browse files Browse the repository at this point in the history
  • Loading branch information
agido-malter committed Dec 6, 2023
1 parent 0a5bf69 commit f44fb36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.agido</groupId>
<artifactId>logback-elasticsearch-appender</artifactId>
<version>3.0.9</version>
<version>3.0.10</version>
<packaging>jar</packaging>

<name>Logback Elasticsearch Appender</name>
Expand Down Expand Up @@ -55,13 +55,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.5</version>
<version>1.3.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
<version>1.3.5</version>
<version>1.3.14</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f44fb36

Please sign in to comment.