From bbd2c9b4e1d13034ffc4e53d1a26d16fe0513a97 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Fri, 10 Sep 2021 13:17:23 +0300 Subject: [PATCH] bump openpdf from 1.3.13 to 1.3.26 (via #18) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c5eceea..06e432e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - implementation("com.github.librepdf:openpdf:1.3.13") + implementation("com.github.librepdf:openpdf:1.3.26") implementation("org.apache.xmlgraphics:fop:2.4") { exclude(group = "com.sun.media", module = "jai-codec") exclude(group = "javax.media", module = "jai-core")