diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 20:39:54 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 20:39:54 +0100 |
commit | 3d4a4bd9303c5ec524e375291f4250093be2bec4 (patch) | |
tree | 334a134f30265050bd3f2a9be0d341497dbc0ac7 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 90674ab152102b16081bd109d7f72bc37c4040ab (diff) | |
download | jgit-3d4a4bd9303c5ec524e375291f4250093be2bec4.tar.gz jgit-3d4a4bd9303c5ec524e375291f4250093be2bec4.zip |
Update jetty to 10.0.20
Change-Id: Ic79c5ce718fe1345f75c4254a9ee2aa7d91af359
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index e05c1a629e..4656b56676 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.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.24" sequenceNumber="1708446487"> +<target name="jgit-4.24" sequenceNumber="1708457972"> <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.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>10.0.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>10.0.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>10.0.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>10.0.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> - <version>10.0.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>10.0.18</version> + <version>10.0.20</version> <type>jar</type> </dependency> <dependency> |