From b5075f0003b36690a128eb8b47a8be09081be2c9 Mon Sep 17 00:00:00 2001 From: Brendan Lynch Date: Mon, 22 Apr 2024 11:17:42 -0700 Subject: [PATCH 1/2] Updated ion java to most recent version to avoid security vulnerabilities --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35acc00..355e1d8 100644 --- a/pom.xml +++ b/pom.xml @@ -309,7 +309,7 @@ software.amazon.ion ion-java - 1.5.1 + 1.11.4 software.amazon.glue From 32d4a2513f5bc58f51646f4492fa20f7b88a504e Mon Sep 17 00:00:00 2001 From: Brendan Lynch Date: Mon, 22 Apr 2024 11:25:50 -0700 Subject: [PATCH 2/2] Updated ion java to use com.amazon.ion --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 355e1d8..45c4459 100644 --- a/pom.xml +++ b/pom.xml @@ -307,7 +307,7 @@ ${aws-java-sdk.version} - software.amazon.ion + com.amazon.ion ion-java 1.11.4