From 08085fb40b1d8a9e9e6c17699612f5b47c584566 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 3 Oct 2025 16:54:08 -0400 Subject: [PATCH] Update resteasy and junit dependencies --- finish/pom.xml | 4 ++-- start/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index 01db2978..39c18189 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -44,13 +44,13 @@ org.jboss.resteasy resteasy-client - 6.2.12.Final + 6.2.14.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.12.Final + 6.2.14.Final test diff --git a/start/pom.xml b/start/pom.xml index 323d52ad..fc5583db 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -44,13 +44,13 @@ org.jboss.resteasy resteasy-client - 6.2.12.Final + 6.2.14.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.12.Final + 6.2.14.Final test