File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
3838...
3939dependencies {
4040 ...
41- compile 'com.sendgrid:java-http-client:4.3.3 '
41+ compile 'com.sendgrid:java-http-client:4.3.4 '
4242}
4343
4444repositories {
@@ -53,7 +53,7 @@ repositories {
5353<dependency >
5454 <groupId >com.sendgrid</groupId >
5555 <artifactId >java-http-client</artifactId >
56- <version >4.3.3 </version >
56+ <version >4.3.4 </version >
5757</dependency >
5858```
5959
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.3 </version >
14+ <version >4.3.4 </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.3 </tag >
27+ <tag >4.3.4 </tag >
2828 </scm >
2929 <profiles >
3030 <profile >
131131 <dependency >
132132 <groupId >junit</groupId >
133133 <artifactId >junit-dep</artifactId >
134- <version >4.10 </version >
134+ <version >4.11 </version >
135135 <scope >test</scope >
136136 </dependency >
137137 <dependency >
143143 <dependency >
144144 <groupId >org.apache.httpcomponents</groupId >
145145 <artifactId >httpcore</artifactId >
146- <version >4.4.12 </version >
146+ <version >4.4.13 </version >
147147 </dependency >
148148 <dependency >
149149 <groupId >org.apache.httpcomponents</groupId >
150150 <artifactId >httpclient</artifactId >
151- <version >4.5.10 </version >
151+ <version >4.5.12 </version >
152152 </dependency >
153153 </dependencies >
154154 <build >
You can’t perform that action at this time.
0 commit comments