Skip to content

Commit cccce61

Browse files
committed
Release 4.3.9
1 parent 51f1b15 commit cccce61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.8'
42+
compile 'com.sendgrid:java-http-client:4.3.9'
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.8</version>
57+
<version>4.3.9</version>
5858
</dependency>
5959
```
6060

pom.xml

+3-3
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.8</version>
14+
<version>4.3.9</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.8</tag>
27+
<tag>4.3.9</tag>
2828
</scm>
2929
<profiles>
3030
<profile>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.apache.httpcomponents</groupId>
121121
<artifactId>httpcore</artifactId>
122-
<version>4.4.14</version>
122+
<version>4.4.15</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)