Skip to content

Commit

Permalink
Revert logback-classic and logback-core to 1.5.12
Browse files Browse the repository at this point in the history
This is the highest version of these libraries that we can
use with Dropwizard 4.x (and even the alpha versions of 5.x).
We also must remain on logback-access 1.4.14 or else Dropwizard
code can't work because it depends on the 1.4.x logback-access,
which has a different package than the newer logback-access 2.0.x
versions.

Dropwizard needs to update their usage of Logback classic, core,
and access for us to move beyond these versions. :-(

Fixes #1239
  • Loading branch information
sleberknight committed Jan 4, 2025
1 parent 0f5c72f commit 3a43a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<liquibase.version>4.30.0</liquibase.version>
<logback-access-1_x.version>1.4.14</logback-access-1_x.version>
<logback-access-2_x.version>2.0.3</logback-access-2_x.version>
<logback-classic.version>1.5.15</logback-classic.version>
<logback-core.version>1.5.15</logback-core.version>
<logback-classic.version>1.5.12</logback-classic.version>
<logback-core.version>1.5.12</logback-core.version>
<logstash.version>8.0</logstash.version>
<mongodb-driver-core.version>5.2.1</mongodb-driver-core.version>
<mongodb-driver-reactivestreams.version>5.2.1</mongodb-driver-reactivestreams.version>
Expand Down

0 comments on commit 3a43a0b

Please sign in to comment.