We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237d88a commit f5b9a69Copy full SHA for f5b9a69
1 file changed
build.gradle
@@ -36,7 +36,7 @@ gradlePlugin {
36
dependencies {
37
// Jackson for YAML processing
38
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
39
- implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0'
+ implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1'
40
41
// SnakeYAML for reqstool_config.yml generation
42
implementation 'org.yaml:snakeyaml:2.5'
0 commit comments