diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:15:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-20 23:15:36 +0200 |
commit | 7b8aab9897315483f1b388672b1d065d61e084d2 (patch) | |
tree | aad9edb9a9b05ae7826fdd5544c11362848620af /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target | |
parent | 1f8f86e28bacb08e8ba5415d6dd09d06947a38f3 (diff) | |
download | jgit-7b8aab9897315483f1b388672b1d065d61e084d2.tar.gz jgit-7b8aab9897315483f1b388672b1d065d61e084d2.zip |
Update jetty to 10.0.21
Change-Id: I1d7bf0fb66d329aad24b512bed082e3f74a5b2a8
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 b8fc44392c..6b1553bd5b 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="1716238639"> +<target name="jgit-4.30" sequenceNumber="1716239663"> <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.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>10.0.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>10.0.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>10.0.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>10.0.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> - <version>10.0.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>10.0.20</version> + <version>10.0.21</version> <type>jar</type> </dependency> <dependency> |