Skip to content

Commit

Permalink
FELIX-6722 Upgrade jetty 12.0.12 / 11.0.23 (#330)
Browse files Browse the repository at this point in the history
* Update pom.xml

Upgrade jetty

* Update AbstractJettyTestSupport.java

* Update pom.xml

* FELIX-6722
- Upgrade to 11.0.23
  • Loading branch information
paulrutter authored Sep 3, 2024
1 parent bcf435d commit a4523df
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.22</jetty.version>
<jetty.version>11.0.23</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.22";
protected static final String JETTY_VERSION = "11.0.23";

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.11</jetty.version>
<jetty.version>12.0.12</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.11";
protected static final String JETTY_VERSION = "12.0.12";

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.11</jetty.version>
<jetty.version>12.0.12</jetty.version>
</properties>

<build>
Expand Down

0 comments on commit a4523df

Please sign in to comment.