Skip to content

Commit 3a8ccf2

Browse files
Bump ch.qos.logback:logback-core from 1.5.19 to 1.5.20 (#254)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.19 to 1.5.20. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.19...v_1.5.20) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a39263 commit 3a8ccf2

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
@@ -21,8 +21,8 @@ dependencies {
2121
implementation "com.google.code.gson:gson:2.13.2"
2222
implementation "com.google.googlejavaformat:google-java-format:1.28.0"
2323
implementation "org.slf4j:slf4j-api:2.0.17"
24-
implementation "ch.qos.logback:logback-core:1.5.19"
25-
implementation "ch.qos.logback:logback-classic:1.5.19"
24+
implementation "ch.qos.logback:logback-core:1.5.20"
25+
implementation "ch.qos.logback:logback-classic:1.5.20"
2626

2727
testImplementation platform("org.junit:junit-bom:5.10.2")
2828
testImplementation "org.junit.jupiter:junit-jupiter"

0 commit comments

Comments
 (0)