From 4ad5aba934e164f6ccf598a9bcc1ad4975aa8d6a Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 3 Oct 2025 17:00:16 -0400 Subject: [PATCH] Update resteasy and junit dependencies (#325) --- 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 2affa2f..8072e70 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -48,13 +48,13 @@ xsi:schemaLocation= 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 a0fcb1d..5083387 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -48,13 +48,13 @@ xsi:schemaLocation= 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