This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new 5c9d79e3fb4 Upgrade org.json:json version (#8750)
5c9d79e3fb4 is described below
commit 5c9d79e3fb474c583522bda978a620ffee782975
Author: Vishesh <[email protected]>
AuthorDate: Tue Apr 30 18:23:51 2024 +0530
Upgrade org.json:json version (#8750)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bbbb3d561be..cff8af3e422 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<cs.joda-time.version>2.12.5</cs.joda-time.version>
<cs.jpa.version>2.2.1</cs.jpa.version>
<cs.jsch.version>0.1.55</cs.jsch.version>
- <cs.json.version>20090211</cs.json.version>
+ <cs.json.version>20231013</cs.json.version>
<cs.jstl.version>1.2</cs.jstl.version>
<cs.kafka-clients.version>2.7.0</cs.kafka-clients.version>
<cs.libvirt-java.version>0.5.3</cs.libvirt-java.version>