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:53 UTC

(myfaces-tobago) branch tobago-5.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-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit 31305bfde652b210ee3d0e00ec314237beb4d699
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 6 16:53:51 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 5f7d4b1c1c..1ff42e8713 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <required.maven.version>3.8.1</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>
     <testcontainers.version>1.19.1</testcontainers.version>
     <checkstyle-rules.version>23</checkstyle-rules.version>