File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.4.7 - 2024-09-16
4+ Fix: Updated json dependency to fix security vulnerability
5+
36## Version 1.4.6 - 2024-04-02
47feat: Added new API endpoints
58* Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
2323<dependency >
2424 <groupId >com.razorpay</groupId >
2525 <artifactId >razorpay-java</artifactId >
26- <version >1.4.6 </version >
26+ <version >1.4.7 </version >
2727</dependency >
2828```
2929
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232Add this dependency to your project's build file:
3333
3434``` groovy
35- implementation "com.razorpay:razorpay-java:1.4.6 "
35+ implementation "com.razorpay:razorpay-java:1.4.7 "
3636```
3737
3838## Usage
You can’t perform that action at this time.
0 commit comments