We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da3afe + ca5757a commit 52d2ad0Copy full SHA for 52d2ad0
1 file changed
build.gradle
@@ -35,8 +35,8 @@ gradlePlugin {
35
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.core:jackson-databind:2.21.1'
+ 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