Skip to content

Commit 783f409

Browse files
committed
FELIX-6779 Update to Jetty 12.0.21
- Update to 12.0.21
1 parent 54fd91e commit 783f409

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

http/base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.eclipse.jetty.ee10.websocket</groupId>
162162
<artifactId>jetty-ee10-websocket-jetty-server</artifactId>
163-
<version>12.0.16</version>
163+
<version>12.0.21</version>
164164
<scope>test</scope>
165165
</dependency>
166166
</dependencies>

http/jetty12/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<properties>
4444
<felix.java.version>17</felix.java.version>
45-
<jetty.version>12.0.20</jetty.version>
45+
<jetty.version>12.0.21</jetty.version>
4646
<baseline.skip>true</baseline.skip>
4747
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
4848
<!-- To debug the pax process, override this with -D -->

http/jetty12/src/test/java/org/apache/felix/http/jetty/it/AbstractJettyTestSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import org.ops4j.pax.exam.util.PathUtils;
4444

4545
public abstract class AbstractJettyTestSupport {
46-
protected static final String JETTY_VERSION = "12.0.20";
46+
protected static final String JETTY_VERSION = "12.0.21";
4747

4848
private final String workingDirectory = String.format("%s/target/paxexam/%s/%s", PathUtils.getBaseDir(), getClass().getSimpleName(), UUID.randomUUID());
4949

http/samples/whiteboard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</scm>
4040

4141
<properties>
42-
<jetty.version>12.0.20</jetty.version>
42+
<jetty.version>12.0.21</jetty.version>
4343
</properties>
4444

4545
<build>

0 commit comments

Comments
 (0)