You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2023/01/11 09:21:20 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump junit-jupiter.version from 5.9.1 to 5.9.2 (#3632)

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

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new b1847fefe9 build(deps-dev): bump junit-jupiter.version from 5.9.1 to 5.9.2 (#3632)
b1847fefe9 is described below

commit b1847fefe9caace106e38d70bffd8f8b5228bfba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 10:21:15 2023 +0100

    build(deps-dev): bump junit-jupiter.version from 5.9.1 to 5.9.2 (#3632)
    
    Bumps `junit-jupiter.version` from 5.9.1 to 5.9.2.
    
    Updates `junit-jupiter-engine` from 5.9.1 to 5.9.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2)
    
    Updates `junit-jupiter-params` from 5.9.1 to 5.9.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d08f077257..fce067a21c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <required.maven.version>3.8.1</required.maven.version>
     <maven-pmd-plugin.version>3.19.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
-    <junit-jupiter.version>5.9.1</junit-jupiter.version>
+    <junit-jupiter.version>5.9.2</junit-jupiter.version>
     <testcontainers.version>1.17.6</testcontainers.version>
     <checkstyle-rules.version>21-SNAPSHOT</checkstyle-rules.version>