Skip to content

Commit

Permalink
chore(Dependencies): update outdated commons-io dependency
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Dec 17, 2024
1 parent 23b4ea5 commit 82981a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jgiven-html5-report/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ plugins {
dependencies {
implementation project(':jgiven-core')
implementation project(':jgiven-html-app')
implementation 'org.apache.xmlgraphics:batik-transcoder:1.18'
implementation ('org.apache.xmlgraphics:batik-transcoder:1.18'){
exclude group: 'commons-io', module: 'commons-io'
}
implementation 'commons-io:commons-io:2.18.0'
implementation 'org.apache.xmlgraphics:batik-codec:1.18'
}

0 comments on commit 82981a1

Please sign in to comment.