File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add this dependency to your project's POM:
2121<dependency >
2222 <groupId >com.razorpay</groupId >
2323 <artifactId >razorpay-java</artifactId >
24- <version >1.3.8 </version >
24+ <version >1.3.9 </version >
2525</dependency >
2626```
2727
@@ -30,7 +30,7 @@ Add this dependency to your project's POM:
3030Add this dependency to your project's build file:
3131
3232``` groovy
33- compile "com.razorpay:razorpay-java:1.3.8 "
33+ compile "com.razorpay:razorpay-java:1.3.9 "
3434```
3535
3636## Usage
Original file line number Diff line number Diff line change 3636
3737 <properties >
3838 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
39+ <maven .compiler.source>1.7</maven .compiler.source>
40+ <maven .compiler.target>1.7</maven .compiler.target>
3941 </properties >
4042
4143 <dependencies >
You can’t perform that action at this time.
0 commit comments