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 14:38:26 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump org.apache.felix.scr from 2.1.30 to 2.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


The following commit(s) were added to refs/heads/master by this push:
     new 9c1a97f  Bump org.apache.felix.scr from 2.1.30 to 2.2.0
9c1a97f is described below

commit 9c1a97f2d560a3a03d4e7ac7e8aeee2bb45f9a2a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 6 09:18:10 2022 +0000

    Bump org.apache.felix.scr from 2.1.30 to 2.2.0
    
    Bumps org.apache.felix.scr from 2.1.30 to 2.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.felix:org.apache.felix.scr
      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 984d260..7b81dac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
         <felix.http.jetty.version>4.1.12</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.1.30</felix.scr.version>
+        <felix.scr.version>2.2.0</felix.scr.version>
         <geronimo.activation.version>1.1</geronimo.activation.version>
         <geronimo.annotation.version>1.3</geronimo.annotation.version>
         <geronimo.jaxrs.version>1.1</geronimo.jaxrs.version>