File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
40
40
...
41
41
dependencies {
42
42
...
43
- compile 'com.sendgrid:java-http-client:4.3.5 '
43
+ compile 'com.sendgrid:java-http-client:4.3.6 '
44
44
}
45
45
46
46
repositories {
@@ -55,7 +55,7 @@ repositories {
55
55
<dependency >
56
56
<groupId >com.sendgrid</groupId >
57
57
<artifactId >java-http-client</artifactId >
58
- <version >4.3.5 </version >
58
+ <version >4.3.6 </version >
59
59
</dependency >
60
60
```
61
61
Original file line number Diff line number Diff line change 11
11
<packaging >jar</packaging >
12
12
<name >A simple HTTP client</name >
13
13
<description >HTTP REST client, simplified for Java</description >
14
- <version >4.3.5 </version >
14
+ <version >4.3.6 </version >
15
15
<url >https://github.com/sendgrid/java-http-client</url >
16
16
<licenses >
17
17
<license >
24
24
<url >https://github.com/sendgrid/java-http-client</url >
25
25
<connection >scm:git:git@github.com:sendgrid/java-http-client.git</connection >
26
26
<developerConnection >scm:git:git@github.com:sendgrid/java-http-client.git</developerConnection >
27
- <tag >4.3.5 </tag >
27
+ <tag >4.3.6 </tag >
28
28
</scm >
29
29
<profiles >
30
30
<profile >
You can’t perform that action at this time.
0 commit comments