This is an automated email from the ASF dual-hosted git repository.
brusdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 45744698f7 ARTEMIS-4628 Upgrade vertx-proton test dep to 4.5.2
45744698f7 is described below
commit 45744698f7e4b26e7ece925517b9e7c53cbb103d
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Thu Feb 1 12:36:49 2024 +0100
ARTEMIS-4628 Upgrade vertx-proton test dep to 4.5.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9cfa150941..d873b75a06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
<!-- used on tests -->
<groovy.version>4.0.13</groovy.version>
- <vertx.version>4.3.3</vertx.version>
+ <vertx.version>4.5.2</vertx.version>
<hadoop.minikdc.version>3.3.1</hadoop.minikdc.version>
<mockserver.version>5.15.0</mockserver.version>