This is an automated email from the ASF dual-hosted git repository.
jsinovassinnaik pushed a commit to branch UNOMI-821
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/UNOMI-821 by this push:
new d816961ab use a version of org.json built with jdk8
d816961ab is described below
commit d816961abb49e1f8eb074d03b504193f90767362
Author: jsinovassin <[email protected]>
AuthorDate: Thu Apr 18 17:56:00 2024 +0200
use a version of org.json built with jdk8
---
extensions/unomi-mailchimp/services/pom.xml | 2 +-
tools/shell-commands/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/unomi-mailchimp/services/pom.xml
b/extensions/unomi-mailchimp/services/pom.xml
index 67d543dea..cf732bbbb 100644
--- a/extensions/unomi-mailchimp/services/pom.xml
+++ b/extensions/unomi-mailchimp/services/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
- <version>20240303</version>
+ <version>20231013</version>
</dependency>
<dependency>
diff --git a/tools/shell-commands/pom.xml b/tools/shell-commands/pom.xml
index 1c7388a69..7bc956e7a 100644
--- a/tools/shell-commands/pom.xml
+++ b/tools/shell-commands/pom.xml
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
- <version>20240303</version>
+ <version>20231013</version>
</dependency>