Skip to content

Commit 03021c1

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.19 (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <jendrik.johannes@gmail.com>
1 parent fd1d31c commit 03021c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation("c3p0:c3p0:0.9.1.2")
1010
implementation("cglib:cglib-nodep:3.3.0")
1111
implementation("cglib:cglib:3.3.0")
12-
implementation("ch.qos.logback:logback-classic:1.5.18")
12+
implementation("ch.qos.logback:logback-classic:1.5.19")
1313
implementation("com.github.librepdf:openpdf:3.0.0")
1414
implementation("com.github.spotbugs:spotbugs-annotations:4.9.6")
1515
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")

samples/sample-all-deactivated/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compileClasspath - Compile classpath for source set 'main'.
88
+--- c3p0:c3p0:0.9.1.2 FAILED
99
+--- cglib:cglib-nodep:3.3.0 FAILED
1010
+--- cglib:cglib:3.3.0 FAILED
11-
+--- ch.qos.logback:logback-classic:1.5.18 FAILED
11+
+--- ch.qos.logback:logback-classic:1.5.19 FAILED
1212
+--- com.github.librepdf:openpdf:3.0.0 FAILED
1313
+--- com.github.spotbugs:spotbugs-annotations:4.9.6 FAILED
1414
+--- com.github.stephenc.jcip:jcip-annotations:1.0-1 FAILED

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("c3p0:c3p0:0.9.1.2")
1313
implementation("cglib:cglib-nodep:3.3.0")
1414
implementation("cglib:cglib:3.3.0")
15-
implementation("ch.qos.logback:logback-classic:1.5.18")
15+
implementation("ch.qos.logback:logback-classic:1.5.19")
1616
implementation("com.github.librepdf:openpdf:3.0.0")
1717
implementation("com.github.spotbugs:spotbugs-annotations:4.9.6")
1818
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")

samples/sample-all/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ compileClasspath - Compile classpath for source set 'main'.
2727
+--- cglib:cglib-nodep:3.3.0 -> cglib:cglib:3.3.0
2828
| \--- org.ow2.asm:asm:7.1 -> 9.9 (*)
2929
+--- cglib:cglib:3.3.0 (*)
30-
+--- ch.qos.logback:logback-classic:1.5.18 -> org.slf4j:slf4j-simple:2.0.17
30+
+--- ch.qos.logback:logback-classic:1.5.19 -> org.slf4j:slf4j-simple:2.0.17
3131
| +--- org.slf4j:slf4j-api:2.0.17 (*)
3232
| \--- org.slf4j:slf4j-bom:2.0.17 (*)
3333
+--- com.github.librepdf:openpdf:3.0.0 -> com.lowagie:itext:4.2.2

0 commit comments

Comments
 (0)