We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9721e commit ece9dc4Copy full SHA for ece9dc4
2 files changed
build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
compile 'org.apache.httpcomponents:httpclient:4.3.4'
51
compile 'org.apache.httpcomponents:httpmime:4.3.4'
52
compile 'org.json:json:20140107'
53
- testCompile group: 'junit', name: 'junit', version: '4.+'
+ testCompile group: 'junit', name: 'junit', version: '4.12'
54
}
55
56
repositories {
src/main/java/com/sendgrid/SendGrid.java
@@ -26,7 +26,7 @@
26
import org.apache.http.entity.ContentType;
27
28
public class SendGrid {
29
- private static final String VERSION = "2.0.0";
+ private static final String VERSION = "2.1.0";
30
private static final String USER_AGENT = "sendgrid/" + VERSION + ";java";
31
32
private static final String PARAM_TO = "to[%d]";
0 commit comments