From a90720fa14fe58ccd82bebe2d179577ccdd427f6 Mon Sep 17 00:00:00 2001 From: Ashish Shinde Date: Wed, 8 Nov 2023 01:33:57 +0530 Subject: [PATCH] Upgraded dependency versions (#296) - Made AsyncBatchExecutor constructor protected for internal use --- .../com/aerospike/client/async/AsyncBatchExecutor.java | 5 ++++- pom.xml | 10 +++++----- proxy/pom.xml | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/client/src/com/aerospike/client/async/AsyncBatchExecutor.java b/client/src/com/aerospike/client/async/AsyncBatchExecutor.java index 5f1f81d4f..733509748 100644 --- a/client/src/com/aerospike/client/async/AsyncBatchExecutor.java +++ b/client/src/com/aerospike/client/async/AsyncBatchExecutor.java @@ -305,7 +305,10 @@ protected void onFailure(AerospikeException ae) { boolean done; boolean error; - private AsyncBatchExecutor(EventLoop eventLoop, Cluster cluster, boolean hasResultCode) { + /** + * For internal use only. + */ + protected AsyncBatchExecutor(EventLoop eventLoop, Cluster cluster, boolean hasResultCode) { this.eventLoop = eventLoop; this.cluster = cluster; this.hasResultCode = hasResultCode; diff --git a/pom.xml b/pom.xml index 799e579a0..09d881e24 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,9 @@ 2.18.1 3.2.0 - 4.1.99.Final - 2.0.61.Final - 1.56.1 + 4.1.100.Final + 2.0.62.Final + 1.59.0 3.0.1 0.4 1.5.0 @@ -172,7 +172,7 @@ - - + diff --git a/proxy/pom.xml b/proxy/pom.xml index 7f9950c0f..855382814 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -22,7 +22,7 @@ com.aerospike aerospike-proxy-stub - 0.10.0 + 1.0.1