You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/05/21 04:49:06 UTC

[maven-surefire] branch master updated: Bump javacc from 7.0.10 to 7.0.11 (#524)

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 7008175d4 Bump javacc from 7.0.10 to 7.0.11 (#524)
7008175d4 is described below

commit 7008175d49cfbf93630ffd6040ed62f3042e4f98
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 14:49:02 2022 +1000

    Bump javacc from 7.0.10 to 7.0.11 (#524)
    
    Bumps [javacc](https://github.com/javacc/javacc) from 7.0.10 to 7.0.11.
    - [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.10...javacc-7.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.javacc:javacc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 surefire-grouper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index f4e460442..b40c70baa 100644
--- a/surefire-grouper/pom.xml
+++ b/surefire-grouper/pom.xml
@@ -50,7 +50,7 @@
           <dependency>
             <groupId>net.java.dev.javacc</groupId>
             <artifactId>javacc</artifactId>
-            <version>7.0.10</version>
+            <version>7.0.11</version>
           </dependency>
         </dependencies>
       </plugin>