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 976ecbe95 Bump ant from 1.10.12 to 1.10.13 in /lang/java (#2059)
976ecbe95 is described below
commit 976ecbe95098c8b95c67f65d2da3602f2a40d8dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 17 10:24:57 2023 +0200
Bump ant from 1.10.12 to 1.10.13 in /lang/java (#2059)
Bumps ant from 1.10.12 to 1.10.13.
---
updated-dependencies:
- dependency-name: org.apache.ant:ant
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ee27a1fa9c56ab405435987a3598ff7d8e6e4b78)
---
lang/java/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index ede200e69..e4e1629d0 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -51,9 +51,9 @@
<snappy.version>1.1.8.4</snappy.version>
<velocity.version>2.3</velocity.version>
<maven-core.version>3.3.9</maven-core.version>
- <ant.version>1.10.12</ant.version>
- <commons-cli.version>1.4</commons-cli.version>
- <commons-compress.version>1.21</commons-compress.version>
+ <ant.version>1.10.13</ant.version>
+ <commons-cli.version>1.5.0</commons-cli.version>
+ <commons-compress.version>1.22</commons-compress.version>
<commons-text.version>1.10.0</commons-text.version>
<tukaani.version>1.9</tukaani.version>
<mockito.version>4.11.0</mockito.version>