You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/07/21 03:28:45 UTC

[iotdb] branch master updated: Bump jetty.version from 9.4.35.v20201120 to 9.4.48.v20220622 (#6726)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 53a15c5a6c Bump jetty.version from 9.4.35.v20201120 to 9.4.48.v20220622 (#6726)
53a15c5a6c is described below

commit 53a15c5a6ccd0341f890b052331a1b83ca9bb516
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jul 21 11:28:40 2022 +0800

    Bump jetty.version from 9.4.35.v20201120 to 9.4.48.v20220622 (#6726)
    
    Bumps `jetty.version` from 9.4.35.v20201120 to 9.4.48.v20220622.
    
    Updates `jetty-server` from 9.4.35.v20201120 to 9.4.48.v20220622
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-9.4.48.v20220622)
    
    Updates `jetty-webapp` from 9.4.35.v20201120 to 9.4.48.v20220622
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-9.4.48.v20220622)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-webapp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85f8864c45..cb5001fca3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
         <org.slf4j.version>1.7.36</org.slf4j.version>
         <guava.version>24.1.1</guava.version>
         <jline.version>3.21.0</jline.version>
-        <jetty.version>9.4.35.v20201120</jetty.version>
+        <jetty.version>9.4.48.v20220622</jetty.version>
         <metrics.version>4.2.7</metrics.version>
         <javax.xml.bind.version>2.4.0-b180830.0359</javax.xml.bind.version>
         <felix.version>5.1.7</felix.version>