Skip to content

Commit

Permalink
Pin logback-core and logback-classic to 1.2.0
Browse files Browse the repository at this point in the history
Logback introduced a backwards incompatible change in 1.2.1 which will be fixed in 1.3.0

See this issue for context: logfellow/logstash-logback-encoder#232

In the meantime, we should not upgrade to any of the 1.2.x versions. #182 should be closed.
  • Loading branch information
andrewedstrom committed May 3, 2021
1 parent f36a285 commit 11e792f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ updates:
- 2.3.0
- dependency-name: ch.qos.logback:logback-core
versions:
- 1.2.1
- 1.2.2
- 1.2.3
- dependency-name: ch.qos.logback:logback-classic
versions:
- 1.2.1
- 1.2.2
- 1.2.3
- dependency-name: org.apache.pdfbox:pdfbox
versions:
- 2.0.22
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
implementation 'ch.qos.logback.contrib:logback-json-classic:0.1.5'
implementation 'ch.qos.logback.contrib:logback-jackson:0.1.5'
implementation 'ch.qos.logback:logback-core:1.2.0'
implementation 'ch.qos.logback:logback-classic:1.2.3'
implementation 'ch.qos.logback:logback-classic:1.2.0'
implementation 'net.logstash.logback:logstash-logback-encoder:6.6'

implementation(files(genJaxb.classesDir).builtBy(genJaxb))
Expand Down

0 comments on commit 11e792f

Please sign in to comment.