Skip to content

Commit 0aff8bc

Browse files
committed
Release 4.3.7
1 parent 9ee62ba commit 0aff8bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
3939
...
4040
dependencies {
4141
...
42-
compile 'com.sendgrid:java-http-client:4.3.6'
42+
compile 'com.sendgrid:java-http-client:4.3.7'
4343
}
4444
4545
repositories {
@@ -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

Diff for: pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>
@@ -24,7 +24,7 @@
2424
<url>https://github.com/sendgrid/java-http-client</url>
2525
<connection>scm:git:git@github.com:sendgrid/java-http-client.git</connection>
2626
<developerConnection>scm:git:git@github.com:sendgrid/java-http-client.git</developerConnection>
27-
<tag>4.3.6</tag>
27+
<tag>4.3.7</tag>
2828
</scm>
2929
<profiles>
3030
<profile>
@@ -143,7 +143,7 @@
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>
@@ -240,4 +240,4 @@
240240
</plugin>
241241
</plugins>
242242
</build>
243-
</project>
243+
</project>

0 commit comments

Comments
 (0)