mirror of
https://github.com/ethauvin/bld-archive.git
synced 2025-04-24 21:17:10 -07:00
Updated commons-compress to version 1.27.1
This commit is contained in:
parent
0bfd068e94
commit
8836a8a6f7
1 changed files with 3 additions and 3 deletions
|
@ -29,10 +29,10 @@ public class ArchiveBuild extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(2,0,1)))
|
||||
.include(dependency("org.apache.commons", "commons-compress", version(1,26,2)));
|
||||
.include(dependency("org.apache.commons", "commons-compress", version(1,27,1)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,3)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,3)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,11,0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,11,0)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue