Skip to content

Commit

Permalink
FELIX-6734 Update to Jetty 12.0.15 (#343)
Browse files Browse the repository at this point in the history
- Update to 12.0.15
  • Loading branch information
paulrutter authored Nov 12, 2024
1 parent 3948c0a commit f520fb1
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.14</jetty.version>
<jetty.version>12.0.15</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.14";
protected static final String JETTY_VERSION = "12.0.15";

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.14</jetty.version>
<jetty.version>12.0.15</jetty.version>
</properties>

<build>
Expand Down

0 comments on commit f520fb1

Please sign in to comment.