Skip to content

Commit 41975d6

Browse files
committed
Release 4.3.5
1 parent 2cd339a commit 41975d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All updates to this project are documented in our [CHANGELOG](https://github.com
4040
...
4141
dependencies {
4242
...
43-
compile 'com.sendgrid:java-http-client:4.3.4'
43+
compile 'com.sendgrid:java-http-client:4.3.5'
4444
}
4545
4646
repositories {
@@ -55,7 +55,7 @@ repositories {
5555
<dependency>
5656
<groupId>com.sendgrid</groupId>
5757
<artifactId>java-http-client</artifactId>
58-
<version>4.3.4</version>
58+
<version>4.3.5</version>
5959
</dependency>
6060
```
6161

Diff for: pom.xml

+2-2
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.4</version>
14+
<version>4.3.5</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.4</tag>
27+
<tag>4.3.5</tag>
2828
</scm>
2929
<profiles>
3030
<profile>

0 commit comments

Comments
 (0)