Skip to content

Commit 4226924

Browse files
Update dependency com.github.weisj:jsvg to v2 (#265)
1 parent 208953d commit 4226924

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.1
2424
hsql = { group = "org.hsqldb", name = "hsqldb", version = "2.7.4" }
2525
poi = { group = "org.apache.poi", name = "poi-ooxml", version = "5.4.1" }
2626
excelkt = { group = "io.github.evanrupert", name = "excelkt", version = "1.0.2" }
27-
jsvg = { group = "com.github.weisj", name = "jsvg", version = "1.7.2" }
27+
jsvg = { group = "com.github.weisj", name = "jsvg", version = "2.0.0" }
2828
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jackson" }
2929
jackson-xml = { group = "com.fasterxml.jackson.dataformat", name = "jackson-dataformat-xml", version.ref = "jackson" }
3030

src/main/kotlin/io/github/inductiveautomation/kindling/utils/Swing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package io.github.inductiveautomation.kindling.utils
22

33
import com.formdev.flatlaf.extras.FlatSVGIcon
44
import com.github.weisj.jsvg.SVGDocument
5-
import com.github.weisj.jsvg.attributes.ViewBox
5+
import com.github.weisj.jsvg.view.ViewBox
66
import kotlinx.coroutines.CoroutineScope
77
import kotlinx.coroutines.Dispatchers
88
import kotlinx.coroutines.launch

0 commit comments

Comments
 (0)