diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:06:06 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:06:06 +0200 |
commit | 1f8f86e28bacb08e8ba5415d6dd09d06947a38f3 (patch) | |
tree | ef2052e38d4a57e14f63508ef55f743eb95f108e /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | 8164155bf7532e57617c1c487bf25480220b2095 (diff) | |
download | jgit-1f8f86e28bacb08e8ba5415d6dd09d06947a38f3.tar.gz jgit-1f8f86e28bacb08e8ba5415d6dd09d06947a38f3.zip |
Update Apache commons-io to 2.16.1
Change-Id: Ia8dec10b4d487611a9cad2268764fa53fcd35c47
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index 6544471933..ecdcf7321a 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18" sequenceNumber="1716238484"> +<target name="jgit-4.18" sequenceNumber="1716238639"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -263,7 +263,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.15.1</version> + <version>2.16.1</version> <type>jar</type> </dependency> <dependency> |