Skip to content

Commit

Permalink
Fix upper bound dependencies error (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-st committed Jul 31, 2024
1 parent 0ad232f commit 3c083a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,15 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 3c083a1

Please sign in to comment.