You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by gi...@apache.org on 2022/03/15 08:40:35 UTC

[ws-wss4j] 01/01: Bump maven-surefire-plugin from 2.22.1 to 2.22.2

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

github-bot pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-2.22.2
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git

commit 6509a37e7d3e853003c57a0cd2f3b333abb61573
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 15 08:40:32 2022 +0000

    Bump maven-surefire-plugin from 2.22.1 to 2.22.2
    
    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.1 to 2.22.2.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.1...surefire-2.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      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 4d6daa7..f1c3ef7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-surefire-plugin</artifactId>
-                            <version>2.22.1</version>
+                            <version>2.22.2</version>
                             <configuration>
                                 <reportFormat>brief</reportFormat>
                                 <useFile>false</useFile>