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/02/20 01:13:52 UTC

[aries-cdi] 01/03: 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-cdi.git

commit eb67e61d9ac073514a5cc5e6f3f67cca8efb119f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 3 21:28:41 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-engine` 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-engine
      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 ea018e3..40a3bab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 		<johnzon.version>1.2.13</johnzon.version>
 		<jsp.version>2.0</jsp.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>
 		<mp.config.version>1.3</mp.config.version>
 		<mp.jwt.auth.version>1.2.1</mp.jwt.auth.version>
 		<mp.metrics.version>1.1.1</mp.metrics.version>