From 610109ef64684bd45d989c5de6497ba60f75d6c7 Mon Sep 17 00:00:00 2001 From: Brian Nichols Date: Tue, 17 Sep 2024 11:41:46 -0400 Subject: [PATCH 1/2] Upgrade to netty 4.1.112.Final and commons-cli 1.9.0 per snyk. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3fe926122..b6bc2569d 100644 --- a/pom.xml +++ b/pom.xml @@ -39,12 +39,12 @@ 2.18.1 3.2.0 - 4.1.111.Final + 4.1.112.Final 2.0.62.Final 1.65.1 3.0.1 0.4 - 1.8.0 + 1.9.0 4.13.1 From 95a64d9a2f744519861febe501cd892d4cb5155a Mon Sep 17 00:00:00 2001 From: Brian Nichols Date: Tue, 17 Sep 2024 11:56:01 -0400 Subject: [PATCH 2/2] Update version 8.1.4 --- benchmarks/pom.xml | 2 +- client/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- proxy/pom.xml | 2 +- test/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index e79957d8c..cb4b52b73 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -6,7 +6,7 @@ com.aerospike aerospike-parent - 8.1.3 + 8.1.4 aerospike-benchmarks jar diff --git a/client/pom.xml b/client/pom.xml index 65008b3ef..dfe67163a 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ com.aerospike aerospike-parent - 8.1.3 + 8.1.4 aerospike-client-jdk8 jar diff --git a/examples/pom.xml b/examples/pom.xml index 21ced4a1f..fad839b13 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -6,7 +6,7 @@ com.aerospike aerospike-parent - 8.1.3 + 8.1.4 aerospike-examples jar diff --git a/pom.xml b/pom.xml index b6bc2569d..359cdd7f7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.aerospike aerospike-parent aerospike-parent - 8.1.3 + 8.1.4 pom https://github.com/aerospike/aerospike-client-java diff --git a/proxy/pom.xml b/proxy/pom.xml index 8e8ebd270..9be7dce26 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -6,7 +6,7 @@ com.aerospike aerospike-parent - 8.1.3 + 8.1.4 aerospike-proxy-client jar diff --git a/test/pom.xml b/test/pom.xml index ac86ff071..1ed1b89a9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ com.aerospike aerospike-parent - 8.1.3 + 8.1.4 aerospike-client-test jar