diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-12 09:49:15 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-12 09:49:15 +0200 |
commit | 1adf927dde692c79f31548a46a9db34be2cd9923 (patch) | |
tree | d5df326c86a6eeb66163620ce419f43e8b517375 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target | |
parent | 9524adbdc20b7c872b83c629efbd34af50e88fd0 (diff) | |
download | jgit-1adf927dde692c79f31548a46a9db34be2cd9923.tar.gz jgit-1adf927dde692c79f31548a46a9db34be2cd9923.zip |
Update to jetty 12.0.13
Change-Id: I05772a87c351fed631d386c034e01fca9ec38fb1
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target index f9b54ed244..53c09c15b1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.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.21" sequenceNumber="1726126830"> +<target name="jgit-4.21" sequenceNumber="1726127292"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -105,49 +105,49 @@ <dependency> <groupId>org.eclipse.jetty.ee10</groupId> <artifactId>jetty-ee10-servlet</artifactId> - <version>12.0.10</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-session</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util-ajax</artifactId> - <version>12.0.12</version> + <version>12.0.13</version> <type>jar</type> </dependency> <dependency> |