Skip to content

Commit 7346c0e

Browse files
chore(deps): update dependency org.yaml:snakeyaml to v2.6
1 parent 49da833 commit 7346c0e

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
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1'
4040

4141
// SnakeYAML for reqstool_config.yml generation
42-
implementation 'org.yaml:snakeyaml:2.5'
42+
implementation 'org.yaml:snakeyaml:2.6'
4343

4444
// Testing - JUnit BOM for version management
4545
testImplementation platform('org.junit:junit-bom:6.0.3')

0 commit comments

Comments
 (0)