Skip to content

Commit

Permalink
Update bundled jetty to version 10.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Mar 14, 2023
1 parent 567b278 commit b3f7851
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -282,49 +282,49 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util-ajax</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>10.0.13</version>
<version>10.0.14</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit b3f7851

Please sign in to comment.