Skip to content

Commit

Permalink
ARTEMIS-4277 upgrade checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram authored and gemmellr committed Jun 20, 2023
1 parent b316272 commit 69ae79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ interface Subscribe {
*/
String ACTIVEMQ_NO_LOCAL = "activemq.noLocal";

public interface AckModeValues {
interface AckModeValues {

String AUTO = "auto";

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 69ae79a

Please sign in to comment.