ARTEMIS-4277 upgrade checkstyle
This commit is contained in:
parent
b316272e14
commit
69ae79ad84
|
@ -175,7 +175,7 @@ public interface Stomp {
|
|||
*/
|
||||
String ACTIVEMQ_NO_LOCAL = "activemq.noLocal";
|
||||
|
||||
public interface AckModeValues {
|
||||
interface AckModeValues {
|
||||
|
||||
String AUTO = "auto";
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -106,10 +106,10 @@
|
|||
<jgroups.version>5.2.0.Final</jgroups.version>
|
||||
<errorprone.version>2.10.0</errorprone.version>
|
||||
<maven.bundle.plugin.version>5.1.9</maven.bundle.plugin.version>
|
||||
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
|
||||
<maven.checkstyle.plugin.version>3.2.2</maven.checkstyle.plugin.version>
|
||||
<jib.maven.plugin.version>3.3.2</jib.maven.plugin.version>
|
||||
<sevntu.checks.version>1.39.0</sevntu.checks.version>
|
||||
<checkstyle.version>9.2.1</checkstyle.version>
|
||||
<checkstyle.version>10.11.0</checkstyle.version>
|
||||
<mockito.version>5.2.0</mockito.version>
|
||||
<jctools.version>2.1.2</jctools.version>
|
||||
<netty.version>4.1.93.Final</netty.version>
|
||||
|
|
Loading…
Reference in New Issue