From 7a55fe8dc0951126e5e67100d4027587863e28a7 Mon Sep 17 00:00:00 2001
From: Ankit Das <89454448+ankitdas13@users.noreply.github.com>
Date: Mon, 16 Sep 2024 14:50:15 +0530
Subject: [PATCH] [CEPF-1677] Updated Json package version to fix security
vulnerabilities (#324)
---
.github/workflows/ci.yml | 4 +---
pom.xml | 11 +----------
2 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 185bbc42..23d629f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,9 +32,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
- flags: tests
- name: razorpay-java
- fail_ci_if_error: true
+ fail_ci_if_error: false
verbose: true
publish:
diff --git a/pom.xml b/pom.xml
index 28b1070a..bfc4db37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,16 +61,7 @@
org.json
json
test
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.13.1
- test
-
-
@@ -89,7 +80,7 @@
org.json
json
- 20180130
+ 20231013