Skip to content

Commit

Permalink
[CEPF-1677] Updated Json package version to fix security vulnerabilit…
Browse files Browse the repository at this point in the history
…ies (#324)
  • Loading branch information
ankitdas13 committed Sep 16, 2024
1 parent 524cd70 commit 7a55fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,7 @@
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.1</version>
<scope>test</scope>
</dependency>


<!-- test dependencies -->


Expand All @@ -89,7 +80,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20231013</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7a55fe8

Please sign in to comment.