Skip to content

Commit eec7179

Browse files
* fix cve Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> * Force version for other netty modules Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> * Apply suggestion Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> * Use versions.netty Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com> --------- Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
1 parent 7642ef5 commit eec7179

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)