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:52:04 UTC

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

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-configuration.git


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

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

    Bump commons-text from 1.9 to 1.10.0 (#221)
    
    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 64debafe..39d821d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,7 +294,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
-      <version>1.9</version>
+      <version>1.10.0</version>
     </dependency>
 
     <dependency>