Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.4 (#429)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 6ebd2b2 commit 20ac6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-rule.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin

@file:DependsOn("org.apache.velocity:velocity-engine-core:2.4.1")
@file:DependsOn("org.yaml:snakeyaml:2.3")
@file:DependsOn("org.yaml:snakeyaml:2.4")

import org.apache.velocity.VelocityContext
import org.apache.velocity.app.VelocityEngine
Expand Down

0 comments on commit 20ac6ce

Please sign in to comment.