diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-16 00:23:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-01-12 20:20:56 +0000 |
commit | 81f1c02092ee4186256c525b2579e2a75561f257 (patch) | |
tree | fa119bbabf0a59b4f00627e1da4d848b4d4e84b4 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | |
parent | 37cbd41a86b0062e66fb6cfbac7a797b046efeaa (diff) | |
download | jgit-81f1c02092ee4186256c525b2579e2a75561f257.tar.gz jgit-81f1c02092ee4186256c525b2579e2a75561f257.zip |
Update jna to 5.14.0
Change-Id: Ie60f618fabd1c35815a7fe2775b7fe059baba8b4
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target index 51defc7e42..068530acf9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.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.17" sequenceNumber="1702163260"> +<target name="jgit-4.17" sequenceNumber="1702682577"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -89,13 +89,13 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>5.13.0</version> + <version>5.14.0</version> <type>jar</type> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> - <version>5.13.0</version> + <version>5.14.0</version> <type>jar</type> </dependency> </dependencies> |