This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new ed9631f02 [AMQ-9058] Upgrade javacc-maven-plugin to 3.0.1 (#900)
ed9631f02 is described below
commit ed9631f02cdd0eea2b2dd07db70ee445b5374668
Author: Matt Pavlovich <[email protected]>
AuthorDate: Fri Feb 3 14:00:56 2023 -0600
[AMQ-9058] Upgrade javacc-maven-plugin to 3.0.1 (#900)
---
activemq-client/src/main/grammar/SelectorParser.jj | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/activemq-client/src/main/grammar/SelectorParser.jj
b/activemq-client/src/main/grammar/SelectorParser.jj
index 6ccb11317..435b2d4eb 100755
--- a/activemq-client/src/main/grammar/SelectorParser.jj
+++ b/activemq-client/src/main/grammar/SelectorParser.jj
@@ -121,7 +121,7 @@ public class SelectorParser {
}
}
- private BooleanExpression asBooleanExpression(Expression value) throws
ParseException {
+ private static BooleanExpression asBooleanExpression(Expression value)
throws ParseException {
if (value instanceof BooleanExpression) {
return (BooleanExpression) value;
}
diff --git a/pom.xml b/pom.xml
index 9fccc40fa..5a413b088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<maven-install-plugin-version>2.5.2</maven-install-plugin-version>
<maven-shade-plugin-version>3.3.0</maven-shade-plugin-version>
<findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
- <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
+ <javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
<cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
<taglist-maven-plugin-version>3.0.0</taglist-maven-plugin-version>
<build-helper-maven-plugin-version>3.3.0</build-helper-maven-plugin-version>