Skip to content

Commit cda9688

Browse files
Bump ch.qos.logback:logback-classic from 1.3.16 to 1.5.22
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.16 to 1.5.22. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.3.16...v_1.5.22) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f27fe5b commit cda9688

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ocpp-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
dependencies {
66
compile 'org.slf4j:slf4j-api:2.0.17'
7-
compile 'ch.qos.logback:logback-classic:1.3.16'
7+
compile 'ch.qos.logback:logback-classic:1.5.22'
88
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
99

1010
testCompile 'junit:junit:4.13.2'

ocpp-v1_6-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies {
1414
testCompile 'org.codehaus.groovy:groovy-all:3.0.25'
1515
testCompile 'org.spockframework:spock-core:2.3-groovy-3.0'
1616
testCompile 'org.hamcrest:hamcrest-core:3.0'
17-
testCompile 'ch.qos.logback:logback-core:1.3.16'
18-
testCompile 'ch.qos.logback:logback-classic:1.3.16'
17+
testCompile 'ch.qos.logback:logback-core:1.5.22'
18+
testCompile 'ch.qos.logback:logback-classic:1.5.22'
1919
testCompile 'org.slf4j:jul-to-slf4j:2.0.17'
2020
}
2121

0 commit comments

Comments
 (0)