Skip to content

Commit

Permalink
Release 4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed May 19, 2021
1 parent 9ee62ba commit 0aff8bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ All updates to this project are documented in our [CHANGELOG](CHANGELOG.md).
...
dependencies {
...
compile 'com.sendgrid:java-http-client:4.3.6'
compile 'com.sendgrid:java-http-client:4.3.7'
}
repositories {
Expand All @@ -54,7 +54,7 @@ repositories {
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>4.3.6</version>
<version>4.3.7</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>A simple HTTP client</name>
<description>HTTP REST client, simplified for Java</description>
<version>4.3.6</version>
<version>4.3.7</version>
<url>https://github.com/sendgrid/java-http-client</url>
<licenses>
<license>
Expand All @@ -24,7 +24,7 @@
<url>https://github.com/sendgrid/java-http-client</url>
<connection>scm:git:[email protected]:sendgrid/java-http-client.git</connection>
<developerConnection>scm:git:[email protected]:sendgrid/java-http-client.git</developerConnection>
<tag>4.3.6</tag>
<tag>4.3.7</tag>
</scm>
<profiles>
<profile>
Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.13</version>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -240,4 +240,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 0aff8bc

Please sign in to comment.