File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,15 @@ subprojects {
8383 resolutionStrategy. force ' org.apache.commons:commons-compress:1.26.0'
8484 resolutionStrategy. force " org.apache.commons:commons-lang3:${ versions.commonslang} "
8585 resolutionStrategy. force ' software.amazon.awssdk:bom:2.32.29'
86-
87- }
86+ resolutionStrategy. force ' io.netty:netty-buffer:4.1.125.Final'
87+ resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
88+ resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
89+ resolutionStrategy. force ' io.netty:netty-codec-http2:4.1.125.Final'
90+ resolutionStrategy. force ' io.netty:netty-common:4.1.125.Final'
91+ resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
92+ resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
93+ resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
94+ resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final' }
8895}
8996
9097ext {
You can’t perform that action at this time.
0 commit comments