diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-23 22:14:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-23 22:15:54 +0200 |
commit | f306a8a99c2c9aadbbd5b3153caae3d4ef4ba252 (patch) | |
tree | e463df212fa0d019f13ee8f36cf30dcc96f5b977 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target | |
parent | e9b0fc93a5976902d0b060a70bdee78765b36a7e (diff) | |
parent | eeccc5a92e78d6bef5908a61481e159e6c38288a (diff) | |
download | jgit-f306a8a99c2c9aadbbd5b3153caae3d4ef4ba252.tar.gz jgit-f306a8a99c2c9aadbbd5b3153caae3d4ef4ba252.zip |
Merge branch 'stable-6.10' into stable-7.0
* stable-6.10:
Update Apache sshd to 2.14.0
LfsConnectionFactoryTest: remove unnecessary cast
JSchSshProtocol2Test: remove unnecessary cast
ApacheSshProtocol2Test: remove unnecessary cast
NoteMapMerger: remove unnecessary cast
Change-Id: I8fca74d88efadc827955b0a5032e6fbd72ce3e0d
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target index 3875520cb4..5af352f96e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.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.28" sequenceNumber="1724850719"> +<target name="jgit-4.28" sequenceNumber="1729714537"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -63,13 +63,13 @@ <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-osgi</artifactId> - <version>2.13.2</version> + <version>2.14.0</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.13.2</version> + <version>2.14.0</version> <type>jar</type> </dependency> </dependencies> |