This is an automated email from the ASF dual-hosted git repository.
opwvhk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 8fad7dd88 Bump antlr.version from 4.13.1 to 4.13.2 in /lang/java
(#3059)
8fad7dd88 is described below
commit 8fad7dd8863fa471c42df660cc6ab7486af8a8ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 09:00:59 2024 +0200
Bump antlr.version from 4.13.1 to 4.13.2 in /lang/java (#3059)
Bumps `antlr.version` from 4.13.1 to 4.13.2.
Updates `org.antlr:antlr4-runtime` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.13.1...4.13.2)
Updates `org.antlr:antlr4-maven-plugin` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.13.1...4.13.2)
---
updated-dependencies:
- dependency-name: org.antlr:antlr4-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.antlr:antlr4-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/java/idl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/idl/pom.xml b/lang/java/idl/pom.xml
index 118dcd06b..6d585c21c 100644
--- a/lang/java/idl/pom.xml
+++ b/lang/java/idl/pom.xml
@@ -43,7 +43,7 @@
*
</osgi.import>
<osgi.export>org.apache.avro.idl*;version="${project.version}"</osgi.export>
- <antlr.version>4.13.1</antlr.version>
+ <antlr.version>4.13.2</antlr.version>
</properties>
<build>