File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,20 @@ allprojects {
334334 force " org.bouncycastle:bcprov-jdk18on:${ bouncycastleVersion} "
335335 // force consistency in docker and connectors and saml
336336 force " org.bouncycastle:bcpkix-jdk18on:${ bouncycastleVersion} "
337+ // docker dependency: force to mitigate CVEs
338+ force " io.netty:netty-resolver:${ nettyVersion} "
339+ force " io.netty:netty-resolver-dns:${ nettyVersion} "
340+ force " io.netty:netty-handler:${ nettyVersion} "
341+ force " io.netty:netty-handler-proxy:${ nettyVersion} "
342+ force " io.netty:netty-buffer:${ nettyVersion} "
343+ force " io.netty:netty-transport:${ nettyVersion} "
344+ force " io.netty:netty-codec-socks:${ nettyVersion} "
345+ force " io.netty:netty-codec:${ nettyVersion} "
346+ force " io.netty:netty-common:${ nettyVersion} "
347+ force " io.netty:netty-codec-http:${ nettyVersion} "
348+ force " io.netty:netty-codec-http2:${ nettyVersion} "
349+ force " io.netty:netty-transport-native-epoll:${ nettyVersion} "
350+ force " io.netty:netty-transport-native-kqueue:${ nettyVersion} "
337351
338352 // Force consistency for dependencies from pipeline and query
339353 force " org.dom4j:dom4j:${ dom4jVersion} "
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ commonsLangVersion=2.6
134134commonsLoggingVersion =1.3.5
135135commonsMath3Version =3.6.1
136136commonsPoolVersion =1.6
137- commonsTextVersion =1.14 .0
137+ commonsTextVersion =1.15 .0
138138commonsValidatorVersion =1.10.1
139139commonsVfs2Version =2.10.0
140140
@@ -247,6 +247,9 @@ luceneVersion=9.12.3
247247
248248mssqlJdbcVersion =13.2.1.jre11
249249
250+ # force for docker
251+ nettyVersion =4.2.9.Final
252+
250253objenesisVersion =1.0
251254
252255opencsvVersion =2.3
You can’t perform that action at this time.
0 commit comments