You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/10 14:04:33 UTC

[avro] branch branch-1.11 updated: Bump jetty.version in /lang/java (#1403)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new fbf3858  Bump jetty.version in /lang/java (#1403)
fbf3858 is described below

commit fbf3858ba83b3a840ba0c0ac5eb305217b809c35
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 10 15:58:39 2022 +0200

    Bump jetty.version in /lang/java (#1403)
    
    Bumps `jetty.version` from 9.4.43.v20210629 to 9.4.44.v20210927.
    
    Updates `jetty-server` from 9.4.43.v20210629 to 9.4.44.v20210927
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.43.v20210629...jetty-9.4.44.v20210927)
    
    Updates `jetty-servlet` from 9.4.43.v20210629 to 9.4.44.v20210927
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.43.v20210629...jetty-9.4.44.v20210927)
    
    Updates `jetty-util` from 9.4.43.v20210629 to 9.4.44.v20210927
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.43.v20210629...jetty-9.4.44.v20210927)
    
    ---
    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-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-util
      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>
    (cherry picked from commit 633ce2cf931d95e5febbbee4e2dd8b5851d699bc)
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index a9dfc47..2646f10 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -40,7 +40,7 @@
     <hadoop.version>3.3.1</hadoop.version>
     <jackson.version>2.12.5</jackson.version>
     <servlet-api.version>4.0.1</servlet-api.version>
-    <jetty.version>9.4.43.v20210629</jetty.version>
+    <jetty.version>9.4.44.v20210927</jetty.version>
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.13.2</junit.version>
     <netty.version>4.1.72.Final</netty.version>