Skip to content

Commit ac98c80

Browse files
build(deps): bump ch.qos.logback:logback-classic from 1.3.15 to 1.3.16
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.15 to 1.3.16. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.3.15...v_1.3.16) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.3.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23549be commit ac98c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'org.jetbrains:annotations:26.0.2'
4040

4141
// Logback classic 1.3.x is compatible with java 8 - only needed for tests
42-
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
42+
testImplementation 'ch.qos.logback:logback-classic:1.3.16'
4343
testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests'
4444
testImplementation platform('org.junit:junit-bom:5.11.4')
4545
testImplementation 'org.junit.jupiter:junit-jupiter'

0 commit comments

Comments
 (0)