Skip to content

Commit

Permalink
Bump netty version to 4.1.74.Final (#715)
Browse files Browse the repository at this point in the history
* Bump netty dependency to 4.1.74.Final
  • Loading branch information
majisourav99 authored Oct 26, 2023
1 parent e2d8009 commit 9163931
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ext.libraries = [
mapreduceClientCore: "org.apache.hadoop:hadoop-mapreduce-client-core:${hadoopVersion}",
mapreduceClientJobClient: "org.apache.hadoop:hadoop-mapreduce-client-jobclient:${hadoopVersion}",
mockito: 'org.mockito:mockito-core:4.11.0',
netty: 'io.netty:netty-all:4.1.52.Final',
netty: 'io.netty:netty-all:4.1.74.Final',
oss: 'org.sonatype.oss:oss-parent:7',
pulsarClient: "${pulsarGroup}:pulsar-client:${pulsarVersion}",
pulsarIoCore: "${pulsarGroup}:pulsar-io-core:${pulsarVersion}",
Expand Down Expand Up @@ -227,16 +227,6 @@ subprojects {
exclude module: 'clojure'
exclude module: 'kafka_2.10' // This ends up getting pulled in by a few dependencies, unfortunately :/ ...
exclude module: 'kafka_2.11'

// These various netty modules clash with netty-all, and we transitively pull a different version, which causes NoSuchMethodError
exclude group: 'io.netty', module: 'netty-buffer'
exclude group: 'io.netty', module: 'netty-codec'
exclude group: 'io.netty', module: 'netty-common'
exclude group: 'io.netty', module: 'netty-handler'
exclude group: 'io.netty', module: 'netty-resolver'
exclude group: 'io.netty', module: 'netty-transport'
exclude group: 'io.netty', module: 'netty-transport-native-epoll'
exclude group: 'io.netty', module: 'netty-transport-native-unix-common'
}
compileOnly {
// These dependencies are transitively used at runtime, so we cannot exclude them further than compileOnly
Expand Down

0 comments on commit 9163931

Please sign in to comment.