Skip to content

Commit df63b3d

Browse files
fix(deps): bump ch.qos.logback:logback-core from 1.3.15 to 1.5.19
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.3.15 to 1.5.19. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.3.15...v_1.5.19) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.19 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e3aa09 commit df63b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ dependencies {
2727
testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3')
2828

2929
testImplementation('org.mockito:mockito-core:4.11.0')
30-
testImplementation('ch.qos.logback:logback-classic:1.3.15')
30+
testImplementation('ch.qos.logback:logback-classic:1.5.19')
3131
testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2')
3232
testImplementation('org.assertj:assertj-core:3.27.6')
3333
testImplementation('org.hamcrest:hamcrest:2.2')
34-
testRuntimeOnly('ch.qos.logback:logback-core:1.3.15')
34+
testRuntimeOnly('ch.qos.logback:logback-core:1.5.19')
3535

3636
compileOnly('org.projectlombok:lombok:1.18.42')
3737
annotationProcessor('org.projectlombok:lombok:1.18.42')

0 commit comments

Comments
 (0)