This is an automated email from the ASF dual-hosted git repository.
jbertram 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 d943213cae ARTEMIS-4299 Upgrade json-smart to 2.4.11
d943213cae is described below
commit d943213cae95394ec2da9eac6728c7d166256893
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Wed May 31 19:18:23 2023 +0200
ARTEMIS-4299 Upgrade json-smart to 2.4.11
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index b9a1ad2cea..fbf52d7b08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1055,6 +1055,13 @@
<version>${apache.httpclient.version}</version>
</dependency>
+ <dependency>
+ <groupId>net.minidev</groupId>
+ <artifactId>json-smart</artifactId>
+ <version>[2.4.11,)</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
</dependencyManagement>