From 69ae79ad84ab91192827a8f146ebda5e661453b1 Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Wed, 10 May 2023 10:51:30 -0500 Subject: [PATCH] ARTEMIS-4277 upgrade checkstyle --- .../apache/activemq/artemis/core/protocol/stomp/Stomp.java | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java index 5ec24f3fbe..935ecec5fb 100644 --- a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java +++ b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/Stomp.java @@ -175,7 +175,7 @@ public interface Stomp { */ String ACTIVEMQ_NO_LOCAL = "activemq.noLocal"; - public interface AckModeValues { + interface AckModeValues { String AUTO = "auto"; diff --git a/pom.xml b/pom.xml index 0cd4cc4454..4d751aa1fa 100644 --- a/pom.xml +++ b/pom.xml @@ -106,10 +106,10 @@ 5.2.0.Final 2.10.0 5.1.9 - 3.1.2 + 3.2.2 3.3.2 1.39.0 - 9.2.1 + 10.11.0 5.2.0 2.1.2 4.1.93.Final