We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05a983 commit 6a3a1cdCopy full SHA for 6a3a1cd
processor/build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.9.4"
18
implementation "com.twelvemonkeys.imageio:imageio-batik:3.9.4"
19
20
- implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.16"
+ implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.17"
21
implementation project(":model")
22
23
testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"
0 commit comments