From 947a74438c19f79a1d07b77f1407d75620a037f7 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Thu, 5 Dec 2024 10:12:34 -0600 Subject: [PATCH] chore: Update ice4j * fix: Fail early if IMDS returns an error. (jitsi/ice4j#298) * Add IMDSv2 support to AwsCandidateHarvester and replace URLConnectionn with HttpRequest (jitsi/ice4j#297) * Add Java 21 to GitHub testing matrix (jitsi/ice4j#296) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67676da56f..556f1eef12 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ ${project.groupId} ice4j - 3.2-4-g1373788 + 3.2-7-g4f13296 ${project.groupId}