You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/29 13:29:36 UTC

[commons-lang] branch master updated: Bump commons-text from 1.9 to 1.10.0 (#957)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new d97e12e9f Bump commons-text from 1.9 to 1.10.0 (#957)
d97e12e9f is described below

commit d97e12e9ff02caa14aa7fe361b32f6db90a46782
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 29 09:29:29 2022 -0400

    Bump commons-text from 1.9 to 1.10.0 (#957)
    
    Bumps commons-text from 1.9 to 1.10.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-text
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 2a64413e4..d40171db0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,7 +566,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.9</version>
+      <version>1.10.0</version>
       <scope>provided</scope>
     </dependency>