Skip to content

Commit faeb82f

Browse files
committed
Stick to SLF4J 1.7.x
And logback 1.2.x (for the test suite). Bumping SLF4J to 2.0 will require users to bump their bindings as well, making the upgrade a breaking change. Users are still free to include their own version of SLF4J. See https://www.slf4j.org/faq.html#changesInVersion200
1 parent deb28bb commit faeb82f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5555
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5656

57-
<slf4j.version>2.0.0</slf4j.version>
57+
<slf4j.version>1.7.36</slf4j.version>
5858
<metrics.version>4.2.11</metrics.version>
5959
<micrometer.version>1.9.3</micrometer.version>
6060
<opentelemetry.version>1.17.0</opentelemetry.version>
6161
<jackson.version>2.13.3</jackson.version>
62-
<logback.version>1.4.0</logback.version>
62+
<logback.version>1.2.11</logback.version>
6363
<junit.version>4.13.2</junit.version>
6464
<mockito.version>4.7.0</mockito.version>
6565
<assertj.version>3.23.1</assertj.version>

0 commit comments

Comments
 (0)