You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/22 22:34:53 UTC

[maven-shared-utils] branch dependabot/maven/org.apache.commons-commons-text-1.8 created (now bcc9af4)

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

slachiewicz pushed a change to branch dependabot/maven/org.apache.commons-commons-text-1.8
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


      at bcc9af4  Bump commons-text from 1.3 to 1.8

This branch includes the following new commits:

     new bcc9af4  Bump commons-text from 1.3 to 1.8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-shared-utils] 01/01: Bump commons-text from 1.3 to 1.8

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/org.apache.commons-commons-text-1.8
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit bcc9af408d671727305f3eca40ea801f775fab80
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Jun 8 04:17:21 2020 +0000

    Bump commons-text from 1.3 to 1.8
    
    Bumps commons-text from 1.3 to 1.8.
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 714a520..a1f456a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.3</version>
+      <version>1.8</version>
       <scope>test</scope>
     </dependency>
     <dependency>