You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/28 01:41:28 UTC

[maven-surefire] branch master updated: Bump commons-email

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new a0944d064 Bump commons-email
a0944d064 is described below

commit a0944d06431f230e6b50d96c7a2ddc6abbb72631
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 29 19:37:25 2022 +0000

    Bump commons-email
    
    Bumps commons-email from 1.2 to 1.5.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-email
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 surefire-its/src/test/resources/classpath-scope-filtering/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-its/src/test/resources/classpath-scope-filtering/pom.xml b/surefire-its/src/test/resources/classpath-scope-filtering/pom.xml
index 7dcdfa203..061242d8e 100644
--- a/surefire-its/src/test/resources/classpath-scope-filtering/pom.xml
+++ b/surefire-its/src/test/resources/classpath-scope-filtering/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-email</artifactId>
-      <version>1.2</version>
+      <version>1.5</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>