Skip to content

Commit c4ee8a7

Browse files
fix(maven): update dependency org.yaml:snakeyaml to v2.7
1 parent 2e2254e commit c4ee8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.2'
4343

4444
// SnakeYAML for reqstool_config.yml generation
45-
implementation 'org.yaml:snakeyaml:2.6'
45+
implementation 'org.yaml:snakeyaml:2.7'
4646

4747
// reqstool dogfooding: @Requirements/@SVCs annotations + processor
4848
implementation 'io.github.reqstool:reqstool-java-annotations:1.0.1'

0 commit comments

Comments
 (0)