Skip to content

Commit 82981a1

Browse files
committed
chore(Dependencies): update outdated commons-io dependency
Signed-off-by: l-1squared <[email protected]>
1 parent 23b4ea5 commit 82981a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jgiven-html5-report/build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ plugins {
55
dependencies {
66
implementation project(':jgiven-core')
77
implementation project(':jgiven-html-app')
8-
implementation 'org.apache.xmlgraphics:batik-transcoder:1.18'
8+
implementation ('org.apache.xmlgraphics:batik-transcoder:1.18'){
9+
exclude group: 'commons-io', module: 'commons-io'
10+
}
11+
implementation 'commons-io:commons-io:2.18.0'
912
implementation 'org.apache.xmlgraphics:batik-codec:1.18'
1013
}

0 commit comments

Comments
 (0)