You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by tr...@apache.org on 2022/05/04 10:48:31 UTC

[flume] branch trunk updated: Bump jetty-server from 9.4.38.v20210224 to 9.4.41.v20210516 (#365)

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

tristan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 10f0bd3b Bump jetty-server from 9.4.38.v20210224 to 9.4.41.v20210516 (#365)
10f0bd3b is described below

commit 10f0bd3b5e40bc9eeefac34a1ff13a9b374b0db8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 4 11:48:27 2022 +0100

    Bump jetty-server from 9.4.38.v20210224 to 9.4.41.v20210516 (#365)
    
    Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.38.v20210224 to 9.4.41.v20210516.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.38.v20210224...jetty-9.4.41.v20210516)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:production
    ...
    
    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 350380a6..d347981d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@ limitations under the License.
     <httpclient.version>4.5.13</httpclient.version>
     <irclib.version>1.10</irclib.version>
     <jersey.version>1.8</jersey.version>
-    <jetty.version>9.4.38.v20210224</jetty.version>
+    <jetty.version>9.4.41.v20210516</jetty.version>
     <jdom.version>1.1.3</jdom.version>
     <joda-time.version>2.9.9</joda-time.version>
     <junit.version>4.13.2</junit.version>