File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/java/com/sendgrid Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ buildscript {
4545}
4646
4747dependencies {
48- compile ' com.sendgrid:java-http-client:2.3.1 '
48+ compile ' com.sendgrid:java-http-client:2.3.2 '
4949 compile ' com.fasterxml.jackson.core:jackson-core:2.5.3'
5050 compile ' com.fasterxml.jackson.core:jackson-annotations:2.5.3'
5151 compile ' com.fasterxml.jackson.core:jackson-databind:2.5.3'
Original file line number Diff line number Diff line change 8989 <dependency >
9090 <groupId >com.sendgrid</groupId >
9191 <artifactId >java-http-client</artifactId >
92- <version >2.3.1 </version >
92+ <version >2.3.2 </version >
9393 </dependency >
9494 <dependency >
9595 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public SendGrid(String apiKey) {
3232
3333 /**
3434 * @param apiKey is your SendGrid API Key: https://app.sendgrid.com/settings/api_keys
35+ * @param test is true if you are unit testing
3536 */
3637 public SendGrid (String apiKey , Boolean test ) {
3738 this .client = new Client (test );
You can’t perform that action at this time.
0 commit comments