Skip to content

Commit

Permalink
Bump logback-classic from 1.2.3 to 1.2.5
Browse files Browse the repository at this point in the history
Bumps logback-classic from 1.2.3 to 1.2.5.

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 25, 2021
1 parent 4d73295 commit e35c236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile project(":jlineup-core")
compile "info.picocli:picocli:4.6.1"
annotationProcessor 'info.picocli:picocli-codegen:4.6.1'
compile "ch.qos.logback:logback-classic:1.2.3"
compile "ch.qos.logback:logback-classic:1.2.5"
compileOnly "org.graalvm.nativeimage:svm:21.1.0"

testCompile project(path: ":jlineup-core", configuration: 'testCompile')
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
compile "com.fasterxml.jackson.core:jackson-annotations:" + jacksonVersion
compile "com.fasterxml.jackson.core:jackson-databind:" + jacksonVersion
compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:" + jacksonVersion
compile "ch.qos.logback:logback-classic:1.2.3"
compile "ch.qos.logback:logback-classic:1.2.5"
compile "org.slf4j:slf4j-api:1.7.31"
compile "org.codehaus.janino:janino:3.1.4"
compile "org.thymeleaf:thymeleaf:3.0.12.RELEASE"
Expand Down

0 comments on commit e35c236

Please sign in to comment.