You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/10 15:16:13 UTC

[aries-jax-rs-whiteboard] 01/03: Bump org.apache.felix.http.jetty from 4.1.12 to 4.2.0

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 29dd6ee06ca45ffbf91e8e147e694883f2e93021
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Apr 10 15:04:23 2022 +0000

    Bump org.apache.felix.http.jetty from 4.1.12 to 4.2.0
    
    Bumps org.apache.felix.http.jetty from 4.1.12 to 4.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:org.apache.felix.http.jetty
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 3f7add7..5d643e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <eclipse.osgi.version>3.17.100</eclipse.osgi.version>
         <felix.configadmin.version>1.9.22</felix.configadmin.version>
         <felix.gogo.bom.version>1.0.6</felix.gogo.bom.version>
-        <felix.http.jetty.version>4.1.14</felix.http.jetty.version>
+        <felix.http.jetty.version>4.2.0</felix.http.jetty.version>
         <felix.http.servlet-api.version>1.1.4</felix.http.servlet-api.version>
         <felix.logback.version>1.0.6</felix.logback.version>
         <felix.scr.version>2.2.0</felix.scr.version>