You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/10 10:33:56 UTC

(myfaces-tobago) branch tobago-4.x updated: build(deps-dev): bump junit-jupiter.version from 5.10.0 to 5.10.1

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new badbe18f27 build(deps-dev): bump junit-jupiter.version from 5.10.0 to 5.10.1
badbe18f27 is described below

commit badbe18f27f18877d8c356691ec61e7b5e6dddda
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 6 16:38:39 2023 +0000

    build(deps-dev): bump junit-jupiter.version from 5.10.0 to 5.10.1
    
    Bumps `junit-jupiter.version` from 5.10.0 to 5.10.1.
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)
    
    Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.0 to 5.10.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f129b0f62..b9992e663a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <required.maven.version>3.0.4</required.maven.version>
     <maven-pmd-plugin.version>3.20.0</maven-pmd-plugin.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
-    <junit-jupiter.version>5.10.0</junit-jupiter.version>
+    <junit-jupiter.version>5.10.1</junit-jupiter.version>
     <checkstyle-rules.version>22</checkstyle-rules.version>
   </properties>