Skip to content

Commit cb1f029

Browse files
committed
Update Jetty to latest v9, reuse version property
(cherry picked from commit fbfb73d)
1 parent 39f4386 commit cb1f029

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<jsf.version>2.2.15</jsf.version>
1313
<primefaces.version>7.0</primefaces.version>
14-
<jetty.version>9.4.29.v20200521</jetty.version>
14+
<jetty.version>9.4.56.v20240826</jetty.version>
1515
<log4j.version>2.24.2</log4j.version>
1616
</properties>
1717
<dependencies>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.eclipse.jetty</groupId>
245245
<artifactId>jetty-maven-plugin</artifactId>
246-
<version>9.4.30.v20200611</version>
246+
<version>${jetty.version}</version>
247247
<configuration>
248248
<httpConnector>
249249
<port>8888</port>
@@ -261,7 +261,7 @@
261261
<dependency>
262262
<groupId>org.eclipse.jetty</groupId>
263263
<artifactId>apache-jstl</artifactId>
264-
<version>9.4.29.v20200521</version>
264+
<version>${jetty.version}</version>
265265
<exclusions>
266266
<exclusion>
267267
<groupId>org.apache.taglibs</groupId>

0 commit comments

Comments
 (0)