Skip to content

Commit f5231a2

Browse files
authored
fix: bump jetty version to 9.4.49.v20220914 (GoogleCloudPlatform#164)
1 parent f7f6e6d commit f5231a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

invoker/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
9797
<dependency>
9898
<groupId>org.eclipse.jetty</groupId>
9999
<artifactId>jetty-servlet</artifactId>
100-
<version>9.4.45.v20220203</version>
100+
<version>9.4.49.v20220914</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.eclipse.jetty</groupId>
104104
<artifactId>jetty-server</artifactId>
105-
<version>9.4.45.v20220203</version>
105+
<version>9.4.49.v20220914</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)