File tree Expand file tree Collapse file tree 4 files changed +9
-30
lines changed Expand file tree Collapse file tree 4 files changed +9
-30
lines changed 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:4.1.125.Final'
100+ resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
101+ resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
102+ resolutionStrategy. force ' io.netty:netty-codec-http2:4.1.125.Final'
103+ resolutionStrategy. force ' io.netty:netty-common:4.1.125.Final'
104+ resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
105+ resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
106+ resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
107+ resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final'
99108 }
100109
101110 apply plugin : ' com.diffplug.spotless'
Original file line number Diff line number Diff line change @@ -55,18 +55,6 @@ lombok {
5555 version = " 1.18.38"
5656}
5757
58- configurations. all {
59- resolutionStrategy. force ' io.netty:netty-buffer:4.1.125.Final'
60- resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
61- resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
62- resolutionStrategy. force ' io.netty:netty-codec-http2:4.1.125.Final'
63- resolutionStrategy. force ' io.netty:netty-common:4.1.125.Final'
64- resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
65- resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
66- resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
67- resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final'
68- }
69-
7058jacocoTestReport {
7159 reports {
7260 xml. getRequired(). set(true )
Original file line number Diff line number Diff line change @@ -105,15 +105,6 @@ configurations.all {
105105 resolutionStrategy. force ' com.google.protobuf:protobuf-java:3.25.5'
106106 resolutionStrategy. force ' org.apache.commons:commons-compress:1.26.0'
107107 resolutionStrategy. force group : ' software.amazon.awssdk' , name :' bom' , version :" ${ versions.aws} "
108- resolutionStrategy. force ' io.netty:netty-buffer:4.1.125.Final'
109- resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
110- resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
111- resolutionStrategy. force ' io.netty:netty-codec-http2:4.1.125.Final'
112- resolutionStrategy. force ' io.netty:netty-common:4.1.125.Final'
113- resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
114- resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
115- resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
116- resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final'
117108}
118109
119110jacocoTestReport {
Original file line number Diff line number Diff line change @@ -672,15 +672,6 @@ configurations.all {
672672 resolutionStrategy. force ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3'
673673 resolutionStrategy. force ' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.18.3'
674674 resolutionStrategy. force ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3'
675- resolutionStrategy. force ' io.netty:netty-buffer:4.1.125.Final'
676- resolutionStrategy. force ' io.netty:netty-codec:4.1.125.Final'
677- resolutionStrategy. force ' io.netty:netty-codec-http:4.1.125.Final'
678- resolutionStrategy. force ' io.netty:netty-codec-http2:4.1.125.Final'
679- resolutionStrategy. force ' io.netty:netty-common:4.1.125.Final'
680- resolutionStrategy. force ' io.netty:netty-handler:4.1.125.Final'
681- resolutionStrategy. force ' io.netty:netty-resolver:4.1.125.Final'
682- resolutionStrategy. force ' io.netty:netty-transport:4.1.125.Final'
683- resolutionStrategy. force ' io.netty:netty-transport-native-unix-common:4.1.125.Final'
684675}
685676
686677apply plugin : ' com.netflix.nebula.ospackage'
You can’t perform that action at this time.
0 commit comments