Skip to content

Commit 1d9af67

Browse files
authored
bump snakeyaml to 2.3
1 parent e9ace2b commit 1d9af67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ dependencies {
6767

6868
// SciJava dependencies
6969

70-
implementation("org.yaml:snakeyaml") {
71-
version { strictly("1.33") }
72-
}
70+
implementation("org.yaml:snakeyaml:2.3")
7371
implementation("org.scijava:scijava-common")
7472
implementation("org.scijava:ui-behaviour")
7573
implementation("org.scijava:script-editor")

0 commit comments

Comments
 (0)