Skip to content

Commit 9a09528

Browse files
authored
Update to the latest Netty version (#1240)
1 parent e2daa6b commit 9a09528

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ allprojects {
331331
force "org.bouncycastle:bcprov-jdk18on:${bouncycastleVersion}"
332332
// force consistency in docker and connectors and saml
333333
force "org.bouncycastle:bcpkix-jdk18on:${bouncycastleVersion}"
334-
// docker dependency: force to mitigate CVEs in 4.1.46
334+
// docker dependency: force to mitigate CVEs
335335
force "io.netty:netty-resolver:${nettyVersion}"
336336
force "io.netty:netty-resolver-dns:${nettyVersion}"
337337
force "io.netty:netty-handler:${nettyVersion}"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ commonsLangVersion=2.6
135135
commonsLoggingVersion=1.3.5
136136
commonsMath3Version=3.6.1
137137
commonsPoolVersion=1.6
138-
commonsTextVersion=1.13.1
138+
commonsTextVersion=1.15.0
139139
commonsValidatorVersion=1.9.0
140140
commonsVfs2Version=2.10.0
141141

@@ -247,7 +247,7 @@ luceneVersion=9.12.2
247247
mssqlJdbcVersion=13.2.1.jre11
248248

249249
# force for docker
250-
nettyVersion=4.2.5.Final
250+
nettyVersion=4.2.9.Final
251251

252252
objenesisVersion=1.0
253253

0 commit comments

Comments
 (0)