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 {
45
45
}
46
46
47
47
dependencies {
48
- compile ' com.sendgrid:java-http-client:2.3.1 '
48
+ compile ' com.sendgrid:java-http-client:2.3.2 '
49
49
compile ' com.fasterxml.jackson.core:jackson-core:2.5.3'
50
50
compile ' com.fasterxml.jackson.core:jackson-annotations:2.5.3'
51
51
compile ' com.fasterxml.jackson.core:jackson-databind:2.5.3'
Original file line number Diff line number Diff line change 89
89
<dependency >
90
90
<groupId >com.sendgrid</groupId >
91
91
<artifactId >java-http-client</artifactId >
92
- <version >2.3.1 </version >
92
+ <version >2.3.2 </version >
93
93
</dependency >
94
94
<dependency >
95
95
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public SendGrid(String apiKey) {
32
32
33
33
/**
34
34
* @param apiKey is your SendGrid API Key: https://app.sendgrid.com/settings/api_keys
35
+ * @param test is true if you are unit testing
35
36
*/
36
37
public SendGrid (String apiKey , Boolean test ) {
37
38
this .client = new Client (test );
You can’t perform that action at this time.
0 commit comments