Skip to content

Commit 52d2ad0

Browse files
authored
Merge branch 'main' into feat/update-gav-to-io-github-reqstool
2 parents 7da3afe + ca5757a commit 52d2ad0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ gradlePlugin {
3535

3636
dependencies {
3737
// 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'
38+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
39+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1'
4040

4141
// SnakeYAML for reqstool_config.yml generation
4242
implementation 'org.yaml:snakeyaml:2.5'

0 commit comments

Comments
 (0)