Skip to content

Commit

Permalink
[release-v1.11] Revert 'logger bump' backport from upstream/main and …
Browse files Browse the repository at this point in the history
…go to latest 1.2.x logback (#938)

* Revert "Some bump on loggers (#908)"

This reverts commit a0c2dea.

* After revert use the 1.2.13, which fixes the issue too (even we are not using the affected part

Signed-off-by: Matthias Wessendorf <[email protected]>

---------

Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Jan 8, 2024
1 parent a25095e commit 7c454ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data-plane/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Lists of 230 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.12.0 - https://github.com/hyperxpro/Brotli4j/brotli4j)
(Apache License 2.0) native-linux-x86_64 (com.aayushatharva.brotli4j:native-linux-x86_64:1.12.0 - https://github.com/hyperxpro/Brotli4j/natives/native-linux-x86_64)
(Apache License 2.0) service (com.aayushatharva.brotli4j:service:1.12.0 - https://github.com/hyperxpro/Brotli4j/service)
Expand Down Expand Up @@ -224,8 +224,8 @@ Lists of 230 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.4 - http://www.slf4j.org)
(MIT License) SLF4J NOP Binding (org.slf4j:slf4j-nop:2.0.4 - http://www.slf4j.org)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.36 - http://www.slf4j.org)
(MIT License) SLF4J NOP Binding (org.slf4j:slf4j-nop:1.7.36 - http://www.slf4j.org)
(Apache License, Version 2.0) SnakeYAML Engine (org.snakeyaml:snakeyaml-engine:2.6 - https://bitbucket.org/snakeyaml/snakeyaml-engine)
(Apache License 2.0) wildfly-common (org.wildfly.common:wildfly-common:1.5.4.Final-format-001 - http://www.jboss.org/wildfly-common)
(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 @@ -50,8 +50,8 @@
<jackson.version>2.14.1</jackson.version>
<protobuf.version>3.20.3</protobuf.version>
<bucket4j.version>7.4.0</bucket4j.version>
<slf4j.version>2.0.4</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 7c454ea

Please sign in to comment.