Skip to content

Commit

Permalink
making the batik version harmonized
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jul 2, 2024
1 parent 8a593d4 commit c6cb3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ dependencies {

//compile 'org.bubblecloud.jbullet:jbullet:2.72.2.4'
// https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-svggen
compile group: 'org.apache.xmlgraphics', name: 'batik-svggen', version: '1.7'
implementation group: 'org.apache.xmlgraphics', name: 'batik-all', version: '1.17'
// https://mvnrepository.com/artifact/org.axsl.org.w3c.dom.svg/svg-dom-java
compile group: 'org.axsl.org.w3c.dom.svg', name: 'svg-dom-java', version: '1.1'

Expand Down

0 comments on commit c6cb3d0

Please sign in to comment.