Skip to content

Commit

Permalink
Merge pull request #284 from raynigon/dependabot/gradle/ch.qos.logbac…
Browse files Browse the repository at this point in the history
…k-logback-access-1.4.12

Bump ch.qos.logback:logback-access from 1.4.11 to 1.4.12
  • Loading branch information
mergify[bot] authored Nov 28, 2023
2 parents de56982 + 16c5895 commit ddb618f
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 ddb618f

Please sign in to comment.