diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-15 01:54:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-22 17:04:19 +0200 |
commit | 136b8953e2d7d5fc1641ebabfb716e2f44146c3e (patch) | |
tree | a7f281931f741d028c45dcaf00c8df2acb4a8e4c /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | |
parent | ff10cd2d811371d9bc3b0b3767046b9a28ca23f8 (diff) | |
download | jgit-136b8953e2d7d5fc1641ebabfb716e2f44146c3e.tar.gz jgit-136b8953e2d7d5fc1641ebabfb716e2f44146c3e.zip |
Update jetty to 10.0.16
Change-Id: I918e308e71fa978c9f25e3fad63c5f2e94ec3be7
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target index d86b296bae..ebd6421950 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18" sequenceNumber="1694732050"> +<target name="jgit-4.18" sequenceNumber="1694733565"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -105,43 +105,43 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>10.0.15</version> + <version>10.0.16</version> <type>jar</type> </dependency> <dependency> |