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 @@ -82,6 +82,7 @@ subprojects {
8282 resolutionStrategy. force ' org.apache.commons:commons-compress:1.26.0'
8383 resolutionStrategy. force " org.apache.commons:commons-lang3:${ versions.commonslang} "
8484 resolutionStrategy. force ' software.amazon.awssdk:bom:2.32.29'
85+
8586 resolutionStrategy. force ' io.netty:netty-buffer:4.1.125.Final'
8687 resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
8788 resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
@@ -90,7 +91,8 @@ subprojects {
9091 resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
9192 resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
9293 resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
93- resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final' }
94+ resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final'
95+ }
9496}
9597
9698ext {
You can’t perform that action at this time.
0 commit comments