Skip to content

Commit 1144a85

Browse files
committed
Use slf4j 2.0 and logback 1.3 in performance tool
Library sticks to slf4j 1.7.x though. References #166
1 parent caa57b5 commit 1144a85

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
<spotless.check.skip>true</spotless.check.skip>
5252
<slf4j.version>1.7.36</slf4j.version>
5353
<logback.version>1.2.11</logback.version>
54+
<slf4j.perftool.version>2.0.0</slf4j.perftool.version>
55+
<logback.perftool.version>1.3.0</logback.perftool.version>
5456
<netty.version>4.1.79.Final</netty.version>
5557
<proton-j.version>0.33.10</proton-j.version>
5658
<metrics.version>4.2.11</metrics.version>
@@ -593,10 +595,16 @@
593595
<version>${picocli.version}</version>
594596
</dependency>
595597

598+
<dependency>
599+
<groupId>org.slf4j</groupId>
600+
<artifactId>slf4j-api</artifactId>
601+
<version>${slf4j.perftool.version}</version>
602+
</dependency>
603+
596604
<dependency>
597605
<groupId>ch.qos.logback</groupId>
598606
<artifactId>logback-classic</artifactId>
599-
<version>${logback.version}</version>
607+
<version>${logback.perftool.version}</version>
600608
</dependency>
601609

602610
<dependency>

0 commit comments

Comments
 (0)