Skip to content

Commit 13193cb

Browse files
authored
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)
1 parent 3bf8e6f commit 13193cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fhir-auth-tx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>commons-io</groupId>
6262
<artifactId>commons-io</artifactId>
63-
<version>2.16.1</version>
63+
<version>${commons-io-version}</version>
6464
</dependency>
6565
</dependencies>
6666
</dependencyManagement>

0 commit comments

Comments
 (0)