Skip to content

Commit 034377b

Browse files
chore(deps): update dependency org.yaml:snakeyaml to v2.5
1 parent 641dec4 commit 034377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3'
3636

3737
// SnakeYAML for reqstool_config.yml generation
38-
implementation 'org.yaml:snakeyaml:2.3'
38+
implementation 'org.yaml:snakeyaml:2.5'
3939

4040
// Testing - JUnit BOM for version management
4141
testImplementation platform('org.junit:junit-bom:5.11.4')

0 commit comments

Comments
 (0)