Skip to content

Commit

Permalink
FELIX-6722
Browse files Browse the repository at this point in the history
- Upgrade to 11.0.23
  • Loading branch information
paulrutter committed Sep 2, 2024
1 parent fd326d6 commit 9698e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 9698e00

Please sign in to comment.