We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d7ac21 + 034377b commit a934ebeCopy full SHA for a934ebe
1 file changed
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3'
40
41
// SnakeYAML for reqstool_config.yml generation
42
- implementation 'org.yaml:snakeyaml:2.3'
+ implementation 'org.yaml:snakeyaml:2.5'
43
44
// Testing - JUnit BOM for version management
45
testImplementation platform('org.junit:junit-bom:5.11.4')
0 commit comments