File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -334,20 +334,6 @@ 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} "
351337
352338 // Force consistency for dependencies from pipeline and query
353339 force " org.dom4j:dom4j:${ dom4jVersion} "
Original file line number Diff line number Diff line change @@ -247,9 +247,6 @@ luceneVersion=9.12.3
247247
248248mssqlJdbcVersion =13.2.1.jre11
249249
250- # force for docker
251- nettyVersion =4.2.9.Final
252-
253250objenesisVersion =1.0
254251
255252opencsvVersion =2.3
You can’t perform that action at this time.
0 commit comments