Skip to content

Commit

Permalink
Merge pull request #3 from pagopa/fix-application-logs
Browse files Browse the repository at this point in the history
fix: Updated logback dependencies
  • Loading branch information
pasqualespica authored Nov 15, 2024
2 parents ef2377c + d3b1e60 commit aa8c1a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,22 @@
<version>2.0.9</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
</dependency>
<dependency>
<groupId>co.elastic.logging</groupId>
<artifactId>logback-ecs-encoder</artifactId>
<version>1.5.0</version>
</dependency>

<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-retry</artifactId>
Expand Down

0 comments on commit aa8c1a3

Please sign in to comment.