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 4ab2c3604 Bump javacc from 7.0.11 to 7.0.12 in /lang/java (#1758)
4ab2c3604 is described below

commit 4ab2c3604d89b98c468836acb2129c2e50346d76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 11 11:26:03 2022 +0300

    Bump javacc from 7.0.11 to 7.0.12 in /lang/java (#1758)
    
    Bumps [javacc](https://github.com/javacc/javacc) from 7.0.11 to 7.0.12.
    - [Release notes](https://github.com/javacc/javacc/releases)
    - 
[Changelog](https://github.com/javacc/javacc/blob/master/docs/release-notes.md)
    - 
[Commits](https://github.com/javacc/javacc/compare/javacc-7.0.11...javacc-7.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.javacc:javacc
      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>
    (cherry picked from commit 5fc7e599958c38d5aa1d46776fbc8590fcc02424)
---
 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 4f9066010..d799da8c9 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -66,7 +66,7 @@
     <exec-plugin.version>3.0.0</exec-plugin.version>
     <file-management.version>3.1.0</file-management.version>
     <javacc-plugin.version>3.0.3</javacc-plugin.version>
-    <javacc.version>7.0.11</javacc.version>
+    <javacc.version>7.0.12</javacc.version>
   </properties>
 
   <modules>

Reply via email to