Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent de56982 commit 16c5895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecs-logging-access/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies {
implementation(project(':ecs-logging-base'))
implementation("ch.qos.logback:logback-access:1.4.11")
implementation("ch.qos.logback:logback-access:1.4.12")
compileOnly("org.springframework.boot:spring-boot-starter-web")
compileOnly("org.springframework.boot:spring-boot-starter-webflux")

testImplementation("ch.qos.logback:logback-access:1.4.11")
testImplementation("ch.qos.logback:logback-access:1.4.12")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-starter-web")
testImplementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down

0 comments on commit 16c5895

Please sign in to comment.