diff options
author | Ed Merks <ed.merks@gmail.com> | 2024-05-24 17:41:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-26 00:04:43 +0200 |
commit | 4a6d04b25b211faf6498ce8ae9ee034be3566dc7 (patch) | |
tree | 124f3d08f923d25084200c6839649e68ad0f88a9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | |
parent | d43a92aee19e1c87ff51a116196da6999bf853ac (diff) | |
download | jgit-4a6d04b25b211faf6498ce8ae9ee034be3566dc7.tar.gz jgit-4a6d04b25b211faf6498ce8ae9ee034be3566dc7.zip |
Update org.apache.commons:commons-compress to 1.26.2
commons-compress 1.26.0 added commons-lang3 as a transitive dependency.
Hence add it to the target platform, p2 repository and bazel build.
Change-Id: Iac5ca095d3e93176e21364a66a29c5e533168e16
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target index 1a84179031..89c71dccf2 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.25" sequenceNumber="1716397980"> +<target name="jgit-4.25" sequenceNumber="1716672770"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -257,7 +257,13 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.26.1</version> + <version>1.26.2</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.14.0</version> <type>jar</type> </dependency> <dependency> |