Skip to content

Commit

Permalink
Downgrade logback to 1.4.8
Browse files Browse the repository at this point in the history
There is a regression in logback 1.4.9 which causes Trino tests to fail due to timeouts.
The root cause is still to be investigated.
  • Loading branch information
wendigo authored and electrum committed Sep 30, 2023
1 parent 83486d3 commit d81c9f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Airbase 147

* Automatically sort and verify POM files

* Dependency downgrades:
- logback 1.4.8 (from 1.4.11)

Airbase 146

* Plugin updates:
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<dep.joda.version>2.12.5</dep.joda.version>
<dep.junit.version>5.10.0</dep.junit.version>
<dep.kotlin.version>1.9.0</dep.kotlin.version>
<dep.logback.version>1.4.11</dep.logback.version>
<dep.logback.version>1.4.8</dep.logback.version>
<dep.modernizer.version>2.7.0</dep.modernizer.version>
<dep.opentelemetry.version>1.30.1</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>1.30.0</dep.opentelemetry-instrumentation.version>
Expand Down

0 comments on commit d81c9f1

Please sign in to comment.