Skip to content

Commit 6d0f59c

Browse files
authored
snakeyaml version (#562)
Signed-off-by: phmai <phuc.mai@here.com>
1 parent 4a3b48e commit 6d0f59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ val jackson_core_annotations = "com.fasterxml.jackson.core:jackson-annotations:2
5353
val jackson_core_databind = "com.fasterxml.jackson.core:jackson-databind:2.15.4"
5454
val jackson_core_dataformat = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.4"
5555

56-
var snakeyaml = "org.yaml:snakeyaml:2.2";
56+
var snakeyaml = "org.yaml:snakeyaml";
5757

5858
val google_flatbuffers = "com.google.flatbuffers:flatbuffers-java:24.3.25"
5959
val google_protobuf = "com.google.protobuf:protobuf-java:4.27.2"

0 commit comments

Comments
 (0)