Skip to content

Commit 89e8f17

Browse files
Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.16 (#349)
* Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.16 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.13 to 1.5.16. - [Commits](qos-ch/logback@v_1.2.13...v_1.5.16) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Use slf4j v2 for tests --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Stockinger <mail@alexstockinger.de>
1 parent 8926502 commit 89e8f17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ dependencies {
3939
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
4040
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
4141
testImplementation 'com.sparkjava:spark-core:2.9.4'
42+
testImplementation "org.slf4j:slf4j-api:2.0.16"
4243

4344
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
4445
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:$junitVersion"
45-
testRuntimeOnly "ch.qos.logback:logback-classic:1.2.13"
46+
testRuntimeOnly "ch.qos.logback:logback-classic:1.5.16"
4647
}
4748

4849
java {

0 commit comments

Comments
 (0)