diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-16 00:38:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-17 22:23:10 +0200 |
commit | 72455b5fd3a1a97057cdbfa497ff274e288a1666 (patch) | |
tree | b3475480c32ad7982fd3e9388c3bd140a865dd86 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target | |
parent | e5325092190817a1616683c144b5dafc10091b9f (diff) | |
download | jgit-72455b5fd3a1a97057cdbfa497ff274e288a1666.tar.gz jgit-72455b5fd3a1a97057cdbfa497ff274e288a1666.zip |
Update jna to 5.13.0
Change-Id: I87d65e66e1cac64ccb744632ea45d06f8b8637fe
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target index c76efb9e28..ae9c93db21 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.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.22" sequenceNumber="1684354921"> +<target name="jgit-4.22" sequenceNumber="1684354978"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -81,13 +81,13 @@ <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> - <version>5.12.1</version> + <version>5.13.0</version> <type>jar</type> </dependency> <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna-platform</artifactId> - <version>5.12.1</version> + <version>5.13.0</version> <type>jar</type> </dependency> </dependencies> |