You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,12 @@
149
149
<dependency>
150
150
<groupId>ch.qos.logback</groupId>
151
151
<artifactId>logback-classic</artifactId>
152
-
<!-- For this SDK's tests, we use the latest version
153
-
because any of slf4j v2 compatible versions should be compatible with v1 as well.
152
+
<!-- Since the latest version of logback does not support Java 1.8,
153
+
we keep using slf4j-api v1 compatible version. When upgrading to the latest, you will see the following error:
154
+
java.lang.UnsupportedClassVersionError: ch/qos/logback/classic/spi/LogbackServiceProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
154
155
see also: https://github.com/slackapi/java-slack-sdk/issues/1034
0 commit comments