Skip to content

Commit 0102c8f

Browse files
author
Kenneth Rosario
authored
fix: bump org.eclipse.jetty dependency to 9.4.51 (#201)
1 parent 4679f1e commit 0102c8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

invoker/core/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
@@ -103,7 +105,7 @@
103105
<dependency>
104106
<groupId>org.eclipse.jetty</groupId>
105107
<artifactId>jetty-server</artifactId>
106-
<version>9.4.49.v20220914</version>
108+
<version>9.4.51.v20230217</version>
107109
</dependency>
108110
<dependency>
109111
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)