From 13193cb2c2f68d31eb348f74754d3a8d99a109d7 Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Thu, 28 Nov 2024 05:40:12 -0500 Subject: [PATCH] Use camel version of commons-io (commons-io-version). Unit tests are failing in the PR test build because of API differences between 2.16.1 and 2.17.0 (#146) --- fhir-auth-tx/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhir-auth-tx/pom.xml b/fhir-auth-tx/pom.xml index 0b45c7d81..9f9022bc7 100644 --- a/fhir-auth-tx/pom.xml +++ b/fhir-auth-tx/pom.xml @@ -60,7 +60,7 @@ commons-io commons-io - 2.16.1 + ${commons-io-version}