diff --git a/java/memory/memory-netty/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java b/java/memory/memory-netty/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java index fc6fc5d2b6f..74b7a8530c4 100644 --- a/java/memory/memory-netty/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java +++ b/java/memory/memory-netty/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java @@ -161,7 +161,7 @@ public InnerAllocator() { } private UnsafeDirectLittleEndian newDirectBufferL(int initialCapacity, int maxCapacity) { - PoolThreadCache cache = threadCache(); + PoolArenasCache cache = threadCache(); PoolArena directArena = cache.directArena; if (directArena != null) { diff --git a/java/pom.xml b/java/pom.xml index ce393fed876..ccb2a2b72d5 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -33,9 +33,9 @@ 5.9.0 1.7.25 31.1-jre - 4.1.82.Final - 1.49.1 - 3.21.6 + 4.1.94.Final + 1.56.0 + 3.23.1 2.15.1 2.7.1 1.12.0