Upgrade Netty to 4.1.133 · grpc/grpc-java@ada087b (original) (raw)

`@@ -23,20 +23,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [

`

23

23

`"com.google.truth:truth:1.4.5",

`

24

24

`"com.squareup.okhttp:okhttp:2.7.5",

`

25

25

`"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day

`

26

``

`-

"io.netty:netty-buffer:4.1.132.Final",

`

27

``

`-

"io.netty:netty-codec-http2:4.1.132.Final",

`

28

``

`-

"io.netty:netty-codec-http:4.1.132.Final",

`

29

``

`-

"io.netty:netty-codec-socks:4.1.132.Final",

`

30

``

`-

"io.netty:netty-codec:4.1.132.Final",

`

31

``

`-

"io.netty:netty-common:4.1.132.Final",

`

32

``

`-

"io.netty:netty-handler-proxy:4.1.132.Final",

`

33

``

`-

"io.netty:netty-handler:4.1.132.Final",

`

34

``

`-

"io.netty:netty-resolver:4.1.132.Final",

`

``

26

`+

"io.netty:netty-buffer:4.1.133.Final",

`

``

27

`+

"io.netty:netty-codec-http2:4.1.133.Final",

`

``

28

`+

"io.netty:netty-codec-http:4.1.133.Final",

`

``

29

`+

"io.netty:netty-codec-socks:4.1.133.Final",

`

``

30

`+

"io.netty:netty-codec:4.1.133.Final",

`

``

31

`+

"io.netty:netty-common:4.1.133.Final",

`

``

32

`+

"io.netty:netty-handler-proxy:4.1.133.Final",

`

``

33

`+

"io.netty:netty-handler:4.1.133.Final",

`

``

34

`+

"io.netty:netty-resolver:4.1.133.Final",

`

35

35

`"io.netty:netty-tcnative-boringssl-static:2.0.75.Final",

`

36

36

`"io.netty:netty-tcnative-classes:2.0.75.Final",

`

37

``

`-

"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.132.Final",

`

38

``

`-

"io.netty:netty-transport-native-unix-common:4.1.132.Final",

`

39

``

`-

"io.netty:netty-transport:4.1.132.Final",

`

``

37

`+

"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.133.Final",

`

``

38

`+

"io.netty:netty-transport-native-unix-common:4.1.133.Final",

`

``

39

`+

"io.netty:netty-transport:4.1.133.Final",

`

40

40

`"io.opencensus:opencensus-api:0.31.0",

`

41

41

`"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",

`

42

42

`"io.perfmark:perfmark-api:0.27.0",

`