Skip to content

Commit 9a782c3

Browse files
authored
Update jackson to 2.21.1 (#1158)
* uprev jackson to 2.21.1 * changelog --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
1 parent cd4d0d1 commit 9a782c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
### Security
55
- Updated base Docker image packages to address CVE-2025-68973 (HIGH severity) in gpgv package
66
- Docker images now apply all available security updates during build
7+
- Updated jackson dependencies to 2.21.1
78

89
### Features Added
910
- Update Netty to 4.2.9.Final

gradle/versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencyManagement {
2222

2323
dependencies {
2424
dependency 'com.google.code.findbugs:jsr305:3.0.2'
25-
dependency 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
26-
dependency 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0'
25+
dependency 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
26+
dependency 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1'
2727

2828
dependencySet(group: 'com.google.errorprone', version: '2.42.0') {
2929
entry 'error_prone_annotation'

0 commit comments

Comments
 (0)