You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/02/13 13:31:45 UTC

[myfaces-tobago] 14/32: cherrypick from 2.x: build(deps): bump maven-surefire-plugin from 2.9 to 2.22.2

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit f41b5937467c6086ff6ed0d8d772a28ccae09a19
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 2 16:38:17 2022 +0000

    cherrypick from 2.x: build(deps): bump maven-surefire-plugin from 2.9 to 2.22.2
    
    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.9 to 2.22.2.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.9...surefire-2.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      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 1f09678..8ffa9b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -884,7 +884,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.9</version>
+          <version>2.22.2</version>
           <configuration>
             <!--
             <childDelegation>false</childDelegation>