File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments