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 2021/11/02 15:05:42 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump org.apache.felix.http.servlet-api from 1.1.2 to 1.1.4

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


The following commit(s) were added to refs/heads/master by this push:
     new f274836  Bump org.apache.felix.http.servlet-api from 1.1.2 to 1.1.4
f274836 is described below

commit f27483631f89a906b3bff2e38f557e5101779b53
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 2 14:50:05 2021 +0000

    Bump org.apache.felix.http.servlet-api from 1.1.2 to 1.1.4
    
    Bumps org.apache.felix.http.servlet-api from 1.1.2 to 1.1.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:org.apache.felix.http.servlet-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 adadfa5..d559c76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <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.12</felix.http.jetty.version>
-        <felix.http.servlet-api.version>1.1.2</felix.http.servlet-api.version>
+        <felix.http.servlet-api.version>1.1.4</felix.http.servlet-api.version>
         <felix.logback.version>1.0.2</felix.logback.version>
         <felix.scr.version>2.1.26</felix.scr.version>
         <geronimo.activation.version>1.1</geronimo.activation.version>