Skip to content

Commit

Permalink
FELIX-6725 Update to Jetty 12.0.13 / 11.0.24 (#333)
Browse files Browse the repository at this point in the history
- Upgrade Jetty 11 and 12 to latest
  • Loading branch information
paulrutter authored Sep 6, 2024
1 parent 99f28ae commit f6bba2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion http/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<properties>
<felix.java.version>11</felix.java.version>
<jetty.version>11.0.23</jetty.version>
<jetty.version>11.0.24</jetty.version>
<baseline.skip>true</baseline.skip>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
<!-- To debug the pax process, override this with -D -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import org.slf4j.LoggerFactory;

public abstract class AbstractJettyTestSupport {
protected static final String JETTY_VERSION = "11.0.23";
protected static final String JETTY_VERSION = "11.0.24";

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

Expand Down
2 changes: 1 addition & 1 deletion http/jetty12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<properties>
<felix.java.version>17</felix.java.version>
<jetty.version>12.0.12</jetty.version>
<jetty.version>12.0.13</jetty.version>
<baseline.skip>true</baseline.skip>
<org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
<!-- To debug the pax process, override this with -D -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import org.slf4j.LoggerFactory;

public abstract class AbstractJettyTestSupport {
protected static final String JETTY_VERSION = "12.0.12";
protected static final String JETTY_VERSION = "12.0.13";

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

Expand Down
2 changes: 1 addition & 1 deletion http/samples/whiteboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</scm>

<properties>
<jetty.version>12.0.12</jetty.version>
<jetty.version>12.0.13</jetty.version>
</properties>

<build>
Expand Down

0 comments on commit f6bba2f

Please sign in to comment.