Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 6150faf

Browse files
author
Caesar Ralf
committed
Bump SLF4J & Logback
1 parent d3623db commit 6150faf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35+
<logback.version>1.4.8</logback.version>
36+
<slf4j.version>2.0.7</slf4j.version>
3537
</properties>
3638

3739
<developers>
@@ -75,17 +77,17 @@
7577
<dependency>
7678
<groupId>org.slf4j</groupId>
7779
<artifactId>slf4j-api</artifactId>
78-
<version>1.7.32</version>
80+
<version>${slf4j.version}</version>
7981
</dependency>
8082
<dependency>
8183
<groupId>ch.qos.logback</groupId>
8284
<artifactId>logback-classic</artifactId>
83-
<version>1.2.9</version>
85+
<version>${logback.version}</version>
8486
</dependency>
8587
<dependency>
8688
<groupId>ch.qos.logback</groupId>
8789
<artifactId>logback-core</artifactId>
88-
<version>1.2.9</version>
90+
<version>${logback.version}</version>
8991
</dependency>
9092
<dependency>
9193
<groupId>net.logstash.logback</groupId>

0 commit comments

Comments
 (0)