Skip to content

Commit

Permalink
Bump ch.qos.logback.access:common from 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps ch.qos.logback.access:common from 2.0.2 to 2.0.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 71913d4 commit 04fa34b
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,13 +1,13 @@
dependencies {
implementation(project(':ecs-logging-base'))
implementation('ch.qos.logback.access:common:2.0.2')
implementation('ch.qos.logback.access:common:2.0.3')
implementation("ch.qos.logback.access:tomcat:2.0.2"){
exclude group: 'org.apache.tomcat'
}
compileOnly("org.springframework.boot:spring-boot-starter-web")
compileOnly("org.springframework.boot:spring-boot-starter-webflux")

testImplementation("ch.qos.logback.access:common:2.0.2")
testImplementation("ch.qos.logback.access:common:2.0.3")
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 04fa34b

Please sign in to comment.