diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:25:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-21 23:39:40 +0200 |
commit | 7a74abd6be8db8e72dd96d6908d29cc1b6dd3072 (patch) | |
tree | 2b6ea87dcde55997e8b20d39091444bff1b4e4b9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven | |
parent | 7b8aab9897315483f1b388672b1d065d61e084d2 (diff) | |
download | jgit-7a74abd6be8db8e72dd96d6908d29cc1b6dd3072.tar.gz jgit-7a74abd6be8db8e72dd96d6908d29cc1b6dd3072.zip |
Update Apache commons-logging to 1.3.2
Stop bundling the source bundle since the upstream artifact doesn't have
a valid OSGi manifest.
Change-Id: I819685f7f6d6ebcf8f179dd3133e7fc809bba392
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd index e79e220b66..842b402efb 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd @@ -25,7 +25,7 @@ maven apache dependency { groupId = "commons-logging" artifactId = "commons-logging" - version = "1.2" + version = "1.3.2" } } |