Skip to content

Commit e3a2faf

Browse files
fix(deps): update dependency org.yaml:snakeyaml to v2.4
1 parent 1f24fd4 commit e3a2faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
api("org.yaml:snakeyaml:2.2")
2+
api("org.yaml:snakeyaml:2.4")
33
api("commons-logging:commons-logging:1.3.0")
44
api("io.netty:netty-all:4.1.107.Final")
55
api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}")

0 commit comments

Comments
 (0)