瀏覽代碼

:arrow_up: Bump jetty.version from 9.4.35.v20201120 to 11.0.1 (#2037)

Bumps `jetty.version` from 9.4.35.v20201120 to 11.0.1.

Updates `jetty-server` from 9.4.35.v20201120 to 11.0.1
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-11.0.1)

Updates `jetty-servlet` from 9.4.35.v20201120 to 11.0.1
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-11.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 年之前
父節點
當前提交
eb46a10fd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -119,7 +119,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <httpclient.version>4.5</httpclient.version>
-    <jetty.version>9.4.35.v20201120</jetty.version>
+    <jetty.version>11.0.1</jetty.version>
   </properties>
 
   <dependencyManagement>