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/05/20 21:15:18 UTC

[aries-jax-rs-whiteboard] branch master updated (dfbceba -> 3975970)

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

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


    from dfbceba  Bump junit.platform.version from 1.7.1 to 1.7.2
     new 7701b9e  Bump junit.jupiter.version from 5.7.1 to 5.7.2
     new 3975970  Bump org.apache.felix.http.jetty from 4.1.6 to 4.1.8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[aries-jax-rs-whiteboard] 02/02: Bump org.apache.felix.http.jetty from 4.1.6 to 4.1.8

Posted by ro...@apache.org.
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 3975970abfa9222df151cbaef94e9751896144fc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 20 21:07:30 2021 +0000

    Bump org.apache.felix.http.jetty from 4.1.6 to 4.1.8
    
    Bumps org.apache.felix.http.jetty from 4.1.6 to 4.1.8.
    
    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 f940b97..b0f58c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <eclipse.osgi.version>3.16.200</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.6</felix.http.jetty.version>
+        <felix.http.jetty.version>4.1.8</felix.http.jetty.version>
         <felix.http.servlet-api.version>1.1.2</felix.http.servlet-api.version>
         <felix.logback.version>1.0.2</felix.logback.version>
         <felix.scr.version>2.1.26</felix.scr.version>

[aries-jax-rs-whiteboard] 01/02: Bump junit.jupiter.version from 5.7.1 to 5.7.2

Posted by ro...@apache.org.
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 7701b9ee726d783c6d26ab15641d20f9094ef11b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 20 21:02:32 2021 +0000

    Bump junit.jupiter.version from 5.7.1 to 5.7.2
    
    Bumps `junit.jupiter.version` from 5.7.1 to 5.7.2.
    
    Updates `junit-jupiter-api` from 5.7.1 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
    
    Updates `junit-jupiter-params` from 5.7.1 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
    
    Updates `junit-jupiter-engine` from 5.7.1 to 5.7.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)
    
    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 c23536c..f940b97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
         <jettison.version>1.4.1</jettison.version>
         <json.unit.assertj.version>2.25.0</json.unit.assertj.version>
         <junit.version>4.13.2</junit.version>
-        <junit.jupiter.version>5.7.1</junit.jupiter.version>
+        <junit.jupiter.version>5.7.2</junit.jupiter.version>
         <junit.platform.version>1.7.2</junit.platform.version>
         <logback.version>1.2.3</logback.version>
         <openapi.version>2.1.9</openapi.version>