Skip to content

Commit e1d1358

Browse files
committed
Update logback dependencies
Motivation: logback 1.4.6 is for Java >= 11. but we need to support Java >= 8. Modification: use logback 1.3.6 Result: Support Java 8
1 parent 0a99e44 commit e1d1358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<assertj.version>3.21.0</assertj.version>
7171
<jmh.version>1.36</jmh.version>
7272
<junit.version>5.9.2</junit.version>
73-
<logback.version>1.4.5</logback.version>
73+
<logback.version>1.3.6</logback.version>
7474
<mockito.version>4.0.0</mockito.version>
7575
<mysql.version>8.0.32</mysql.version>
7676
<testcontainers.version>1.17.6</testcontainers.version>
@@ -229,7 +229,6 @@
229229
<version>3.8.1</version>
230230
<configuration>
231231
<compilerArgs>
232-
<arg>-Werror</arg>
233232
<arg>-Xlint:all</arg>
234233
<arg>-Xlint:-options</arg>
235234
<arg>-Xlint:-processing</arg>

0 commit comments

Comments
 (0)