This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 13193cb 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)
13193cb is described below
commit 13193cb2c2f68d31eb348f74754d3a8d99a109d7
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Nov 28 05:40:12 2024 -0500
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 0b45c7d..9f9022b 100644
--- a/fhir-auth-tx/pom.xml
+++ b/fhir-auth-tx/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.1</version>
+ <version>${commons-io-version}</version>
</dependency>
</dependencies>
</dependencyManagement>