File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 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).
3939...
4040dependencies {
4141 ...
42- compile 'com.sendgrid:java-http-client:4.3.6 '
42+ compile 'com.sendgrid:java-http-client:4.3.7 '
4343}
4444
4545repositories {
@@ -54,7 +54,7 @@ repositories {
5454<dependency >
5555 <groupId >com.sendgrid</groupId >
5656 <artifactId >java-http-client</artifactId >
57- <version >4.3.6 </version >
57+ <version >4.3.7 </version >
5858</dependency >
5959```
6060
Original file line number Diff line number Diff line change 1111 <packaging >jar</packaging >
1212 <name >A simple HTTP client</name >
1313 <description >HTTP REST client, simplified for Java</description >
14- <version >4.3.6 </version >
14+ <version >4.3.7 </version >
1515 <url >https://github.com/sendgrid/java-http-client</url >
1616 <licenses >
1717 <license >
2424 <url >https://github.com/sendgrid/java-http-client</url >
2525 <
connection >scm:git:
[email protected] :sendgrid/java-http-client.git</
connection >
2626 <
developerConnection >scm:git:
[email protected] :sendgrid/java-http-client.git</
developerConnection >
27- <tag >4.3.6 </tag >
27+ <tag >4.3.7 </tag >
2828 </scm >
2929 <profiles >
3030 <profile >
143143 <dependency >
144144 <groupId >org.apache.httpcomponents</groupId >
145145 <artifactId >httpcore</artifactId >
146- <version >4.4.13 </version >
146+ <version >4.4.14 </version >
147147 </dependency >
148148 <dependency >
149149 <groupId >org.apache.httpcomponents</groupId >
240240 </plugin >
241241 </plugins >
242242 </build >
243- </project >
243+ </project >
You can’t perform that action at this time.
0 commit comments