Skip to content

Commit 1cc626a

Browse files
Update dependency com.github.librepdf:openpdf to v3 (#290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <[email protected]>
1 parent e659ee8 commit 1cc626a

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
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("cglib:cglib-nodep:3.3.0")
1111
implementation("cglib:cglib:3.3.0")
1212
implementation("ch.qos.logback:logback-classic:1.5.18")
13-
implementation("com.github.librepdf:openpdf:2.4.0")
13+
implementation("com.github.librepdf:openpdf:3.0.0")
1414
implementation("com.github.spotbugs:spotbugs-annotations:4.9.4")
1515
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")
1616
implementation("com.google.code.findbugs:annotations:3.0.1")

samples/sample-all-deactivated/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compileClasspath - Compile classpath for source set 'main'.
99
+--- cglib:cglib-nodep:3.3.0 FAILED
1010
+--- cglib:cglib:3.3.0 FAILED
1111
+--- ch.qos.logback:logback-classic:1.5.18 FAILED
12-
+--- com.github.librepdf:openpdf:2.4.0 FAILED
12+
+--- com.github.librepdf:openpdf:3.0.0 FAILED
1313
+--- com.github.spotbugs:spotbugs-annotations:4.9.4 FAILED
1414
+--- com.github.stephenc.jcip:jcip-annotations:1.0-1 FAILED
1515
+--- com.google.code.findbugs:annotations:3.0.1 FAILED

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation("cglib:cglib-nodep:3.3.0")
1414
implementation("cglib:cglib:3.3.0")
1515
implementation("ch.qos.logback:logback-classic:1.5.18")
16-
implementation("com.github.librepdf:openpdf:2.4.0")
16+
implementation("com.github.librepdf:openpdf:3.0.0")
1717
implementation("com.github.spotbugs:spotbugs-annotations:4.9.4")
1818
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")
1919
implementation("com.google.code.findbugs:annotations:3.0.1")

samples/sample-all/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compileClasspath - Compile classpath for source set 'main'.
3030
+--- ch.qos.logback:logback-classic:1.5.18 -> org.slf4j:slf4j-simple:2.0.17
3131
| +--- org.slf4j:slf4j-api:2.0.17 (*)
3232
| \--- org.slf4j:slf4j-bom:2.0.17 (*)
33-
+--- com.github.librepdf:openpdf:2.4.0 -> com.lowagie:itext:4.2.2
33+
+--- com.github.librepdf:openpdf:3.0.0 -> com.lowagie:itext:4.2.2
3434
| \--- com.itextpdf:itextpdf:5.5.6
3535
+--- com.github.spotbugs:spotbugs-annotations:4.9.4
3636
| \--- com.google.code.findbugs:jsr305:3.0.2

0 commit comments

Comments
 (0)