You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/02/08 22:13:49 UTC

[jena] branch main updated: Bump ver.jetty from 9.4.35.v20201120 to 9.4.36.v20210114

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new cd6ea91  Bump ver.jetty from 9.4.35.v20201120 to 9.4.36.v20210114
cd6ea91 is described below

commit cd6ea914c5774b5c3b1e330e2c8f0aef26cc0426
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 8 18:22:16 2021 +0000

    Bump ver.jetty from 9.4.35.v20201120 to 9.4.36.v20210114
    
    Bumps `ver.jetty` from 9.4.35.v20201120 to 9.4.36.v20210114.
    
    Updates `jetty-servlet` from 9.4.35.v20201120 to 9.4.36.v20210114
    - [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.36.v20210114)
    
    Updates `jetty-servlets` from 9.4.35.v20201120 to 9.4.36.v20210114
    - [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.36.v20210114)
    
    Updates `jetty-webapp` from 9.4.35.v20201120 to 9.4.36.v20210114
    - [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.36.v20210114)
    
    Updates `jetty-xml` from 9.4.35.v20201120 to 9.4.36.v20210114
    - [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.36.v20210114)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7b26530..052b5b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <ver.log4j2>2.14.0</ver.log4j2>
     <ver.shade-plugin>3.2.4</ver.shade-plugin>
 
-    <ver.jetty>9.4.35.v20201120</ver.jetty>
+    <ver.jetty>9.4.36.v20210114</ver.jetty>
     <ver.shiro>1.7.1</ver.shiro>
 
     <ver.libthrift>0.13.0</ver.libthrift>