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:44 UTC

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

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>