Skip to content

Commit f520fb1

Browse files
authored
FELIX-6734 Update to Jetty 12.0.15 (#343)
- Update to 12.0.15
1 parent 3948c0a commit f520fb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

http/jetty12/pom.xml

Lines changed: 1 addition & 1 deletion
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.14</jetty.version>
45+
<jetty.version>12.0.15</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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import org.slf4j.LoggerFactory;
4646

4747
public abstract class AbstractJettyTestSupport {
48-
protected static final String JETTY_VERSION = "12.0.14";
48+
protected static final String JETTY_VERSION = "12.0.15";
4949

5050
protected final Logger logger = LoggerFactory.getLogger(getClass());
5151

http/samples/whiteboard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</scm>
4040

4141
<properties>
42-
<jetty.version>12.0.14</jetty.version>
42+
<jetty.version>12.0.15</jetty.version>
4343
</properties>
4444

4545
<build>

0 commit comments

Comments
 (0)