Skip to content

Commit c3c4fa6

Browse files
fix(maven): update packages to v2.21.4 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f901f7c commit c3c4fa6

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
@@ -43,8 +43,8 @@ gradlePlugin {
4343

4444
dependencies {
4545
// Jackson for YAML processing
46-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
47-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.3'
46+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.4'
47+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.4'
4848

4949
// SnakeYAML for reqstool_config.yml generation
5050
implementation 'org.yaml:snakeyaml:2.6'

0 commit comments

Comments
 (0)