diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 16:20:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 16:20:54 +0200 |
commit | 69cc4c312a7732a93a3793962035aab14196349e (patch) | |
tree | a687974c0b555834599ee0a60ccaabc09deb798c /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target | |
parent | e355c0e492918c55bf50ed6df59db40f233c1398 (diff) | |
download | jgit-69cc4c312a7732a93a3793962035aab14196349e.tar.gz jgit-69cc4c312a7732a93a3793962035aab14196349e.zip |
Update jna to 5.15.0
Change-Id: I164964b2173ee285d35d6d3a29caf30c0b8a6f95
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target index a358b0d8aa..6202171d67 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.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.27" sequenceNumber="1727792183"> +<target name="jgit-4.27" sequenceNumber="1727792359"> <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.14.0</version> + <version>5.15.0</version> <type>jar</type> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> - <version>5.14.0</version> + <version>5.15.0</version> <type>jar</type> </dependency> </dependencies> |