Skip to content

Commit

Permalink
Downgrade slf4j-api to 1.7.x to fix logging issues (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Jun 14, 2024
1 parent c9719a4 commit a532c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data-plane/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Lists of 234 third-party dependencies.
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.4.14 - http://logback.qos.ch/logback-classic)
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.4.14 - http://logback.qos.ch/logback-core)
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.2.13 - http://logback.qos.ch/logback-classic)
(Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.2.13 - http://logback.qos.ch/logback-core)
(Apache License 2.0) brotli4j (com.aayushatharva.brotli4j:brotli4j:1.16.0 - https://github.com/hyperxpro/Brotli4j/brotli4j)
(Apache License 2.0) native-linux-x86_64 (com.aayushatharva.brotli4j:native-linux-x86_64:1.16.0 - https://github.com/hyperxpro/Brotli4j/natives/native-linux-x86_64)
(Apache License 2.0) service (com.aayushatharva.brotli4j:service:1.16.0 - https://github.com/hyperxpro/Brotli4j/service)
Expand Down Expand Up @@ -229,7 +229,7 @@ Lists of 234 third-party dependencies.
(Apache-2.0) Scala Library (org.scala-lang:scala-library:2.12.15 - https://www.scala-lang.org/)
(Apache-2.0) scala-collection-compat (org.scala-lang.modules:scala-collection-compat_2.12:2.6.0 - http://www.scala-lang.org/)
(Apache-2.0) scala-java8-compat (org.scala-lang.modules:scala-java8-compat_2.12:1.0.2 - http://www.scala-lang.org/)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:2.0.9 - http://www.slf4j.org)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.36 - http://www.slf4j.org)
(Apache License, Version 2.0) SnakeYAML Engine (org.snakeyaml:snakeyaml-engine:2.7 - https://bitbucket.org/snakeyaml/snakeyaml-engine)
(Apache License 2.0) wildfly-common (org.wildfly.common:wildfly-common:1.7.0.Final - http://www.jboss.org)
(Apache-2.0) snappy-java (org.xerial.snappy:snappy-java:1.1.10.5 - https://github.com/xerial/snappy-java)
Expand Down
4 changes: 2 additions & 2 deletions data-plane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<jackson.version>2.14.1</jackson.version>
<protobuf.version>3.24.4</protobuf.version>
<bucket4j.version>7.6.0</bucket4j.version>
<slf4j.version>2.0.9</slf4j.version>
<ch.qos.logback.version>1.4.14</ch.qos.logback.version>
<slf4j.version>1.7.36</slf4j.version>
<ch.qos.logback.version>1.2.13</ch.qos.logback.version>
<net.logstash.logback.encoder.version>7.2</net.logstash.logback.encoder.version>
<assertj.version>3.22.0</assertj.version>
<awaitility.version>4.2.0</awaitility.version>
Expand Down

0 comments on commit a532c32

Please sign in to comment.