File tree Expand file tree Collapse file tree
src/test/java/com/rabbitmq/client/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ public static boolean isVersion310orLater(Connection connection) {
195195 return atLeastVersion ("3.10.0" , connection );
196196 }
197197
198- public static boolean isVersion426orLater (Connection connection ) {
199- return atLeastVersion (BrokerVersion .RABBITMQ_4_2_6 .version (), connection );
198+ public static boolean isVersion431orLater (Connection connection ) {
199+ return atLeastVersion (BrokerVersion .RABBITMQ_4_3_1 .version (), connection );
200200 }
201201
202202 public static boolean isVersion43orLater (Connection connection ) {
@@ -603,7 +603,7 @@ public enum BrokerVersion {
603603 RABBITMQ_3_10 ("3.10.0" ),
604604 RABBITMQ_4_0 ("4.0.0" ),
605605 RABBITMQ_4_2 ("4.2.0" ),
606- RABBITMQ_4_2_6 ("4.2.6 " );
606+ RABBITMQ_4_3_1 ("4.3.1 " );
607607
608608 final String value ;
609609
You can’t perform that action at this time.
0 commit comments