Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.2.11 to 1.4.12
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.12.
- [Commits](https://github.com/qos-ch/logback/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 3461f22 commit d7ca0e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ ext.libraries = [
loggingApi: [
"org.slf4j:slf4j-api:1.7.36"],
loggingImpl: [
"ch.qos.logback:logback-classic:1.2.11"]
"ch.qos.logback:logback-classic:1.4.12"]
]
2 changes: 1 addition & 1 deletion example-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

dependencies {
implementation rootProject
implementation("ch.qos.logback:logback-classic:1.2.11")
implementation("ch.qos.logback:logback-classic:1.4.12")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
}

Expand Down
2 changes: 1 addition & 1 deletion example-springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation rootProject
implementation("org.springframework.boot:spring-boot-starter:${springBootVersion}")
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
implementation("ch.qos.logback:logback-classic:1.2.11")
implementation("ch.qos.logback:logback-classic:1.4.12")

}

Expand Down

0 comments on commit d7ca0e6

Please sign in to comment.