Skip to content

Commit

Permalink
FELIX-6728 Update to Jetty 12.0.14 (#335)
Browse files Browse the repository at this point in the history
- upgrade to 12.0.14
  • Loading branch information
paulrutter authored Oct 14, 2024
1 parent c5ad532 commit d958adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.13</jetty.version>
<jetty.version>12.0.14</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.13";
protected static final String JETTY_VERSION = "12.0.14";

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.13</jetty.version>
<jetty.version>12.0.14</jetty.version>
</properties>

<build>
Expand Down

0 comments on commit d958adf

Please sign in to comment.