Skip to content

Commit

Permalink
Made the org.tukaani dependency explicit (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkhi authored Feb 21, 2024
1 parent 3071273 commit 216cdb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion droid-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,12 @@ Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="${project.organ
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 216cdb1

Please sign in to comment.