diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 17:00:22 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 17:05:47 +0100 |
commit | 1fd8b0f7dcf1151638baf07a356d49cb63e57c23 (patch) | |
tree | 58983c6b4a7c24988793f9f14b0fbec6b78a1737 /org.eclipse.jgit.pgm.test/BUILD | |
parent | 1f9feb613ac14cf44289d51d821f479584b3d456 (diff) | |
download | jgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.tar.gz jgit-1fd8b0f7dcf1151638baf07a356d49cb63e57c23.zip |
Update org.apache.commons:commons-compress to 1.26.0
The new version now requires commons-io for the tests.
Hence adding dependency to commons-io:commons-io:2.15.1.
Change-Id: Ieb50ef559a119c89f90d700ab95a73c0fcae85a8
Diffstat (limited to 'org.eclipse.jgit.pgm.test/BUILD')
-rw-r--r-- | org.eclipse.jgit.pgm.test/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/BUILD b/org.eclipse.jgit.pgm.test/BUILD index 539d666883..b8ffa69594 100644 --- a/org.eclipse.jgit.pgm.test/BUILD +++ b/org.eclipse.jgit.pgm.test/BUILD @@ -15,6 +15,7 @@ junit_tests( deps = [ ":helpers", "//lib:args4j", + "//lib:commons-io", "//lib:commons-compress", "//lib:javaewah", "//lib:junit", |