File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ 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+
8687 resolutionStrategy. force ' io.netty:netty-buffer:4.1.125.Final'
8788 resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
8889 resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
@@ -91,7 +92,8 @@ subprojects {
9192 resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
9293 resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
9394 resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
94- resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final' }
95+ resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final'
96+ }
9597}
9698
9799ext {
You can’t perform that action at this time.
0 commit comments