File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
39
39
...
40
40
dependencies {
41
41
...
42
- compile 'com.sendgrid:java-http-client:4.3.6 '
42
+ compile 'com.sendgrid:java-http-client:4.3.7 '
43
43
}
44
44
45
45
repositories {
@@ -54,7 +54,7 @@ repositories {
54
54
<dependency >
55
55
<groupId >com.sendgrid</groupId >
56
56
<artifactId >java-http-client</artifactId >
57
- <version >4.3.6 </version >
57
+ <version >4.3.7 </version >
58
58
</dependency >
59
59
```
60
60
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.6 </version >
14
+ <version >4.3.7 </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.6 </tag >
27
+ <tag >4.3.7 </tag >
28
28
</scm >
29
29
<profiles >
30
30
<profile >
143
143
<dependency >
144
144
<groupId >org.apache.httpcomponents</groupId >
145
145
<artifactId >httpcore</artifactId >
146
- <version >4.4.13 </version >
146
+ <version >4.4.14 </version >
147
147
</dependency >
148
148
<dependency >
149
149
<groupId >org.apache.httpcomponents</groupId >
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