This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 8e8a547cb Bump commons-text from 1.9 to 1.10.0 in /lang/java (#1898)
8e8a547cb is described below
commit 8e8a547cb89877bc182b7f05b15421315529ab6c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 3 13:44:50 2022 +0300
Bump commons-text from 1.9 to 1.10.0 in /lang/java (#1898)
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] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 8e965fae1541d72653ae73ae27499eae4f72c4a4)
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 2dce6675a..6c870375d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -54,7 +54,7 @@
<ant.version>1.10.12</ant.version>
<commons-cli.version>1.4</commons-cli.version>
<commons-compress.version>1.21</commons-compress.version>
- <commons-text.version>1.9</commons-text.version>
+ <commons-text.version>1.10.0</commons-text.version>
<tukaani.version>1.9</tukaani.version>
<mockito.version>4.8.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>