File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
40
40
...
41
41
dependencies {
42
42
...
43
- compile 'com.sendgrid:java-http-client:4.3.2 '
43
+ compile 'com.sendgrid:java-http-client:4.3.3 '
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.2 </version >
58
+ <version >4.3.3 </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.2 </version >
14
+ <version >4.3.3 </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:
[email protected] :sendgrid/java-http-client.git</
connection >
26
26
<
developerConnection >scm:git:
[email protected] :sendgrid/java-http-client.git</
developerConnection >
27
- <tag >4.3.2 </tag >
27
+ <tag >4.3.3 </tag >
28
28
</scm >
29
29
<profiles >
30
30
<profile >
240
240
</plugin >
241
241
</plugins >
242
242
</build >
243
- </project >
243
+ </project >
You can’t perform that action at this time.
0 commit comments