File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
drift-transport-netty/src/main/java/io/airlift/drift/transport/netty/client Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727import io .airlift .drift .transport .client .DriftClientConfig ;
2828import io .airlift .drift .transport .client .MethodInvokerFactory ;
2929import io .netty .buffer .ByteBufAllocator ;
30- import io .netty .buffer .PooledByteBufAllocator ;
3130import jakarta .annotation .PreDestroy ;
3231
3332import java .lang .annotation .Annotation ;
@@ -43,7 +42,7 @@ public class DriftNettyClientModule
4342
4443 public DriftNettyClientModule ()
4544 {
46- this (PooledByteBufAllocator .DEFAULT );
45+ this (ByteBufAllocator .DEFAULT );
4746 }
4847
4948 @ VisibleForTesting
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >io.netty</groupId >
6767 <artifactId >netty-bom</artifactId >
68- <version >4.2.1 .Final</version >
68+ <version >4.2.6 .Final</version >
6969 <type >pom</type >
7070 <scope >import</scope >
7171 </dependency >
You can’t perform that action at this time.
0 commit comments