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

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c1ddd252d ARTEMIS-4848 Bump org.codehaus.mojo:javacc-maven-plugin 
from 2.6 to 3.1.0
     new 75a6b1343f This closes #5005
6c1ddd252d is described below

commit 6c1ddd252d0f8c44e7dc65322fb2fc978b1e233f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 26 18:23:38 2024 +0000

    ARTEMIS-4848 Bump org.codehaus.mojo:javacc-maven-plugin from 2.6 to 3.1.0
    
    Bumps 
[org.codehaus.mojo:javacc-maven-plugin](https://github.com/mojohaus/javacc-maven-plugin)
 from 2.6 to 3.1.0.
    - [Release notes](https://github.com/mojohaus/javacc-maven-plugin/releases)
    - 
[Commits](https://github.com/mojohaus/javacc-maven-plugin/compare/javacc-maven-plugin-2.6...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:javacc-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 etc/checkstyle-suppressions.xml | 4 ++--
 pom.xml                         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/checkstyle-suppressions.xml b/etc/checkstyle-suppressions.xml
index 38d77dcca5..6b47d76183 100644
--- a/etc/checkstyle-suppressions.xml
+++ b/etc/checkstyle-suppressions.xml
@@ -27,7 +27,7 @@ under the License.
 <suppressions>
 
    <!-- Suppress unfixable violations in JavaCC generated sources -->
-   <suppress 
checks="Indentation|Whitespace|Curly|Modifier|AvoidStarImport|RedundantImport|UnusedImports|EmptyStatement|ArrayTypeStyle|RegexpSingleline"
 files="[\\/]generated-sources[\\/]javacc[\\/]"/>
-   <suppress 
checks="Indentation|Whitespace|Curly|Modifier|AvoidStarImport|RedundantImport|UnusedImports|EmptyStatement|ArrayTypeStyle|RegexpSingleline"
 files="[\\/]generated-sources[\\/]annotations[\\/]"/>
+   <suppress 
checks="MethodParamPad|FileTabCharacter|Indentation|Whitespace|Curly|Modifier|AvoidStarImport|RedundantImport|UnusedImports|EmptyStatement|ArrayTypeStyle|RegexpSingleline"
 files="[\\/]generated-sources[\\/]javacc[\\/]"/>
+   <suppress 
checks="MethodParamPad|FileTabCharacter|Indentation|Whitespace|Curly|Modifier|AvoidStarImport|RedundantImport|UnusedImports|EmptyStatement|ArrayTypeStyle|RegexpSingleline"
 files="[\\/]generated-sources[\\/]annotations[\\/]"/>
 
 </suppressions>
diff --git a/pom.xml b/pom.xml
index 76c7794070..f8ff37f78c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -808,7 +808,7 @@
             <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>javacc-maven-plugin</artifactId>
-               <version>2.6</version>
+               <version>3.1.0</version>
                <executions>
                   <execution>
                      <id>javacc</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to