Skip to content

Commit

Permalink
Use camel version of commons-io (commons-io-version). Unit tests are …
Browse files Browse the repository at this point in the history
…failing in the PR test build because of API differences between 2.16.1 and 2.17.0 (#146)
  • Loading branch information
cunningt authored Nov 28, 2024
1 parent 3bf8e6f commit 13193cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhir-auth-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 13193cb

Please sign in to comment.