File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8- - 1.*
9- - 2.*
8+ - ' [0-9]+.[0-9]+ '
9+ - ' [0-9]+.x '
1010
1111jobs :
1212 build-and-publish-snapshots :
Original file line number Diff line number Diff line change @@ -96,6 +96,15 @@ subprojects {
9696 // Force spotless depending on newer version of guava due to CVE-2023-2976. Remove after spotless upgrades.
9797 resolutionStrategy. force " com.google.guava:guava:32.1.3-jre"
9898 resolutionStrategy. force ' org.apache.commons:commons-compress:1.26.0'
99+ resolutionStrategy. force " io.netty:netty-buffer:${ versions.netty} "
100+ resolutionStrategy. force " io.netty:netty-codec:${ versions.netty} "
101+ resolutionStrategy. force " io.netty:netty-codec-http:${ versions.netty} "
102+ resolutionStrategy. force " io.netty:netty-codec-http2:${ versions.netty} "
103+ resolutionStrategy. force " io.netty:netty-common:${ versions.netty} "
104+ resolutionStrategy. force " io.netty:netty-handler:${ versions.netty} "
105+ resolutionStrategy. force " io.netty:netty-resolver:${ versions.netty} "
106+ resolutionStrategy. force " io.netty:netty-transport:${ versions.netty} "
107+ resolutionStrategy. force " io.netty:netty-transport-native-unix-common:${ versions.netty} "
99108 }
100109
101110 apply plugin : ' com.diffplug.spotless'
You can’t perform that action at this time.
0 commit comments