We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641dec4 commit 034377bCopy full SHA for 034377b
build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3'
36
37
// SnakeYAML for reqstool_config.yml generation
38
- implementation 'org.yaml:snakeyaml:2.3'
+ implementation 'org.yaml:snakeyaml:2.5'
39
40
// Testing - JUnit BOM for version management
41
testImplementation platform('org.junit:junit-bom:5.11.4')
0 commit comments