diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-15 22:20:29 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-15 22:20:29 +0100 |
commit | 8db605620b1f747d0fc9bfe1bf2ffb2525246802 (patch) | |
tree | 636cfdfa5a7deb3f03d3676882460a641cb144d9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target | |
parent | ac0a9959759a69a966cd1390eb1949fb0bfd3a50 (diff) | |
download | jgit-8db605620b1f747d0fc9bfe1bf2ffb2525246802.tar.gz jgit-8db605620b1f747d0fc9bfe1bf2ffb2525246802.zip |
Update jetty to 10.0.18
Change-Id: I34c9f7c062400bb69849812d57390dd2e7b04cac
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target index f4309afc43..6b9871c5a8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.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.30" sequenceNumber="1700080695"> +<target name="jgit-4.30" sequenceNumber="1700081439"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -105,43 +105,43 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>10.0.16</version> + <version>10.0.18</version> <type>jar</type> </dependency> <dependency> |