diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 00:56:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 16:18:05 +0200 |
commit | 31a76e4068de9f6f7110901f8089f0cc0648eb54 (patch) | |
tree | ab86a8a32586846605440f4ab8856459b7b6ef3f /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | |
parent | c1f95130c554580afc1d6090d30b3946b578714e (diff) | |
download | jgit-31a76e4068de9f6f7110901f8089f0cc0648eb54.tar.gz jgit-31a76e4068de9f6f7110901f8089f0cc0648eb54.zip |
Update args4j to 2.37
Change-Id: I6f8c1cce050017aad5b0d36886f85c42c1a3aed9
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 | 4 |
1 files changed, 2 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 21ca0f8583..8cc5fd8bc9 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="1715429382"> +<target name="jgit-4.25" sequenceNumber="1715556979"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -241,7 +241,7 @@ <dependency> <groupId>args4j</groupId> <artifactId>args4j</artifactId> - <version>2.33</version> + <version>2.37</version> <type>jar</type> </dependency> </dependencies> |