Skip to content

Commit d38fb6e

Browse files
dlvenablegithub-actions[bot]
authored andcommitted
Resolves CVEs by updating Netty to 4.1.125 and commons-lang to 3.18.0. Fixes CVE-2025-58057, CVE-2025-58056, and CVE-2025-48924. (#6081)
Signed-off-by: David Venable <dlv@amazon.com> (cherry picked from commit b5a0dec)
1 parent 8bc4a11 commit d38fb6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ subprojects {
233233
details.useTarget group: 'io.netty', name: 'netty-all', version: '4.1.124.Final'
234234
details.because 'Fixes CVE-2025-24970, CVE-2022-41881, CVE-2021-21290 and CVE-2022-41915.'
235235
} else if (!details.requested.name.startsWith('netty-tcnative')) {
236-
details.useVersion '4.1.124.Final'
237-
details.because 'Fixes CVE-2025-55163, CVE-2025-24970, CVE-2022-41881, CVE-2021-21290 and CVE-2022-41915.'
236+
details.useVersion '4.1.125.Final'
237+
details.because 'Fixes CVE-2025-58057, CVE-2025-58056, CVE-2025-55163, CVE-2025-24970, CVE-2022-41881, CVE-2021-21290 and CVE-2022-41915.'
238238
}
239239
} else if (details.requested.group == 'log4j' && details.requested.name == 'log4j') {
240240
details.useTarget group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.17.1'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencyResolutionManagement {
5757
library('guava-core', 'com.google.guava', 'guava').versionRef('guava')
5858
version('reflections', '0.10.2')
5959
library('reflections-core', 'org.reflections', 'reflections').versionRef('reflections')
60-
library('commons-lang3', 'org.apache.commons', 'commons-lang3').version('3.14.0')
60+
library('commons-lang3', 'org.apache.commons', 'commons-lang3').version('3.18.0')
6161
library('commons-io', 'commons-io', 'commons-io').version('2.15.1')
6262
library('commons-codec', 'commons-codec', 'commons-codec').version('1.16.0')
6363
library('commons-compress', 'org.apache.commons', 'commons-compress').version('1.24.0')

0 commit comments

Comments
 (0)