You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/02/27 07:24:41 UTC

[santuario-xml-security-java] branch main updated: Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#129)

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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b04de7c Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#129)
8b04de7c is described below

commit 8b04de7cfb0a5eb0ffdbc4e3f17872aa13eac5b4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 27 07:24:36 2023 +0000

    Bump maven-surefire-plugin from 2.22.1 to 2.22.2 (#129)
    
    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>
    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 d22383b4..3fdcc3ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,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>