diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-28 15:22:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-28 21:46:37 +0200 |
commit | f13a655c56a63a367d74e22e3f39f08a0f787b45 (patch) | |
tree | 594e27ab5f51bd96836f097cc594889a18ed05b4 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 69f64a5ff73807d34a172be596c694a35bed4ac9 (diff) | |
download | jgit-f13a655c56a63a367d74e22e3f39f08a0f787b45.tar.gz jgit-f13a655c56a63a367d74e22e3f39f08a0f787b45.zip |
Update jakarta.servlet:jakarta.servlet-api to 6.1.0
Change-Id: Ie95e0247e6a23a16343e0f644d613dfe95fd2d1e
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 | 4 |
1 files changed, 2 insertions, 2 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 5d194a475f..0ed6d80ca9 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="1724846450"> +<target name="jgit-4.24" sequenceNumber="1724850719"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -153,7 +153,7 @@ <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> - <version>6.0.0</version> + <version>6.1.0</version> <type>jar</type> </dependency> </dependencies> |