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 d5180d7 commit 0ad232f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,17 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 0ad232f

Please sign in to comment.