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 18:17:43 UTC

[aries-jax-rs-whiteboard] branch master updated (fc0e181 -> dabce1d)

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 fc0e181  Bump org.apache.aries.spifly.dynamic.framework.extension
     new 90b37a9  Bump junit.platform.version from 1.8.0 to 1.8.1
     new dabce1d  Bump junit.jupiter.version at same time

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 junit.jupiter.version at same time

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 dabce1df0f34e384a9514e5150e88ea374398723
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Tue Nov 2 13:31:27 2021 -0400

    Bump junit.jupiter.version at same time
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e34429e..16c3683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
         <jettison.version>1.4.1</jettison.version>
         <json.unit.assertj.version>2.28.0</json.unit.assertj.version>
         <junit.version>4.13.2</junit.version>
-        <junit.jupiter.version>5.8.0</junit.jupiter.version>
+        <junit.jupiter.version>5.8.1</junit.jupiter.version>
         <junit.platform.version>1.8.1</junit.platform.version>
         <logback.version>1.2.3</logback.version>
         <openapi.version>2.1.9</openapi.version>

[aries-jax-rs-whiteboard] 01/02: Bump junit.platform.version from 1.8.0 to 1.8.1

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 90b37a9cdaabd93df99e9458031dfe0b4e6508ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 2 17:26:10 2021 +0000

    Bump junit.platform.version from 1.8.0 to 1.8.1
    
    Bumps `junit.platform.version` from 1.8.0 to 1.8.1.
    
    Updates `junit-platform-commons` from 1.8.0 to 1.8.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    Updates `junit-platform-launcher` from 1.8.0 to 1.8.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-commons
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.platform:junit-platform-launcher
      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 409644b..e34429e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <json.unit.assertj.version>2.28.0</json.unit.assertj.version>
         <junit.version>4.13.2</junit.version>
         <junit.jupiter.version>5.8.0</junit.jupiter.version>
-        <junit.platform.version>1.8.0</junit.platform.version>
+        <junit.platform.version>1.8.1</junit.platform.version>
         <logback.version>1.2.3</logback.version>
         <openapi.version>2.1.9</openapi.version>
         <osgi.annotation.version>8.0.0</osgi.annotation.version>