We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4679f1e commit 0102c8fCopy full SHA for 0102c8f
invoker/core/pom.xml
@@ -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">
+<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">
4
<modelVersion>4.0.0</modelVersion>
5
6
<parent>
@@ -103,7 +105,7 @@
103
105
<dependency>
104
106
<groupId>org.eclipse.jetty</groupId>
107
<artifactId>jetty-server</artifactId>
- <version>9.4.49.v20220914</version>
108
+ <version>9.4.51.v20230217</version>
109
</dependency>
110
111
<groupId>com.beust</groupId>
0 commit comments