You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/06/06 23:19:29 UTC

[archiva-components] branch master updated: Bump junit.platform.version from 1.5.2 to 1.8.2

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git


The following commit(s) were added to refs/heads/master by this push:
     new 649c173  Bump junit.platform.version from 1.5.2 to 1.8.2
649c173 is described below

commit 649c1732c9c64fcf7e655faf7d3a8e5b77008926
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 6 17:35:14 2022 +0000

    Bump junit.platform.version from 1.5.2 to 1.8.2
    
    Bumps `junit.platform.version` from 1.5.2 to 1.8.2.
    
    Updates `junit-platform-launcher` from 1.5.2 to 1.8.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    Updates `junit-platform-console-standalone` from 1.5.2 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-launcher
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.junit.platform:junit-platform-console-standalone
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 cfcfc93..8159479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
     <apacheds.shared.version>0.9.7</apacheds.shared.version>
 
     <!-- junit -->
-    <junit.platform.version>1.5.2</junit.platform.version>
+    <junit.platform.version>1.8.2</junit.platform.version>
     <junit.jupiter.version>5.5.2</junit.jupiter.version>
 
   </properties>