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/12/11 15:25:59 UTC

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

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 b118ece3bb54721e06117294f606a2a9ba30e3c8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 1 09:38:18 2021 +0000

    Bump junit.platform.version from 1.8.1 to 1.8.2
    
    Bumps `junit.platform.version` from 1.8.1 to 1.8.2.
    
    Updates `junit-platform-commons` from 1.8.1 to 1.8.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    Updates `junit-platform-launcher` from 1.8.1 to 1.8.2
    - [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:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:development
      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 bb8367a..9275a10 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.1</junit.jupiter.version>
-        <junit.platform.version>1.8.1</junit.platform.version>
+        <junit.platform.version>1.8.2</junit.platform.version>
         <logback.version>1.2.7</logback.version>
         <openapi.version>2.1.11</openapi.version>
         <osgi.annotation.version>8.0.1</osgi.annotation.version>