diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-03 14:59:28 +0000 |
---|---|---|
committer | Gerrit Code Review <support@gerrithub.io> | 2024-07-03 14:59:28 +0000 |
commit | 00fa31b6ec9af18c965a37ff6667dfdb22cea083 (patch) | |
tree | 18fd3dd9f5e7a9eab6a301aec410cac98bf2a771 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target | |
parent | 47fd412affd8d7578606ae9b3015a911b71b13ed (diff) | |
parent | 583cec3f623d87eece33e17411227272444a848a (diff) | |
download | jgit-00fa31b6ec9af18c965a37ff6667dfdb22cea083.tar.gz jgit-00fa31b6ec9af18c965a37ff6667dfdb22cea083.zip |
Merge changes I2e10c428,I082c3726,I20622430,I040ccaff
* changes:
Update org.eclipse.jdt.ecj to 3.38.0
Update bytebuddy to 1.14.17
Update jetty to 12.0.10
Update org.apache.sshd to 2.13.1
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 | 26 |
1 files changed, 13 insertions, 13 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 1a00d75e85..70669a85a9 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="1717515463"> +<target name="jgit-4.22" sequenceNumber="1719872117"> <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.12.1</version> + <version>2.13.1</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-sftp</artifactId> - <version>2.12.1</version> + <version>2.13.1</version> <type>jar</type> </dependency> </dependencies> @@ -105,49 +105,49 @@ <dependency> <groupId>org.eclipse.jetty.ee10</groupId> <artifactId>jetty-ee10-servlet</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-session</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>12.0.9</version> + <version>12.0.10</version> <type>jar</type> </dependency> <dependency> @@ -193,13 +193,13 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.16</version> + <version>1.14.17</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.16</version> + <version>1.14.17</version> <type>jar</type> </dependency> </dependencies> |