You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/09/01 07:37:29 UTC

[maven-verifier] branch master updated: Bump junit-jupiter from 5.8.0 to 5.9.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d21635  Bump junit-jupiter from 5.8.0 to 5.9.0
3d21635 is described below

commit 3d21635ce52f5866351f67965c215f91122814b1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 1 05:40:47 2022 +0000

    Bump junit-jupiter from 5.8.0 to 5.9.0
    
    Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.0 to 5.9.0.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter
      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 77b756c..2fef0e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.8.0</version>
+      <version>5.9.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>