File tree 2 files changed +7
-7
lines changed
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/
38
38
...
39
39
dependencies {
40
40
...
41
- compile 'com.sendgrid:java-http-client:4.3.3 '
41
+ compile 'com.sendgrid:java-http-client:4.3.4 '
42
42
}
43
43
44
44
repositories {
@@ -53,7 +53,7 @@ repositories {
53
53
<dependency >
54
54
<groupId >com.sendgrid</groupId >
55
55
<artifactId >java-http-client</artifactId >
56
- <version >4.3.3 </version >
56
+ <version >4.3.4 </version >
57
57
</dependency >
58
58
```
59
59
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.3 </version >
14
+ <version >4.3.4 </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.3 </tag >
27
+ <tag >4.3.4 </tag >
28
28
</scm >
29
29
<profiles >
30
30
<profile >
131
131
<dependency >
132
132
<groupId >junit</groupId >
133
133
<artifactId >junit-dep</artifactId >
134
- <version >4.10 </version >
134
+ <version >4.11 </version >
135
135
<scope >test</scope >
136
136
</dependency >
137
137
<dependency >
143
143
<dependency >
144
144
<groupId >org.apache.httpcomponents</groupId >
145
145
<artifactId >httpcore</artifactId >
146
- <version >4.4.12 </version >
146
+ <version >4.4.13 </version >
147
147
</dependency >
148
148
<dependency >
149
149
<groupId >org.apache.httpcomponents</groupId >
150
150
<artifactId >httpclient</artifactId >
151
- <version >4.5.10 </version >
151
+ <version >4.5.12 </version >
152
152
</dependency >
153
153
</dependencies >
154
154
<build >
You can’t perform that action at this time.
0 commit comments