Skip to content

Commit ef54a97

Browse files
committed
Release 4.3.4
1 parent ca7dbdf commit ef54a97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
3838
...
3939
dependencies {
4040
...
41-
compile 'com.sendgrid:java-http-client:4.3.3'
41+
compile 'com.sendgrid:java-http-client:4.3.4'
4242
}
4343
4444
repositories {
@@ -53,7 +53,7 @@ repositories {
5353
<dependency>
5454
<groupId>com.sendgrid</groupId>
5555
<artifactId>java-http-client</artifactId>
56-
<version>4.3.3</version>
56+
<version>4.3.4</version>
5757
</dependency>
5858
```
5959

pom.xml

+5-5
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.3</version>
14+
<version>4.3.4</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:[email protected]:sendgrid/java-http-client.git</connection>
2626
<developerConnection>scm:git:[email protected]:sendgrid/java-http-client.git</developerConnection>
27-
<tag>4.3.3</tag>
27+
<tag>4.3.4</tag>
2828
</scm>
2929
<profiles>
3030
<profile>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>junit</groupId>
133133
<artifactId>junit-dep</artifactId>
134-
<version>4.10</version>
134+
<version>4.11</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>
@@ -143,12 +143,12 @@
143143
<dependency>
144144
<groupId>org.apache.httpcomponents</groupId>
145145
<artifactId>httpcore</artifactId>
146-
<version>4.4.12</version>
146+
<version>4.4.13</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.apache.httpcomponents</groupId>
150150
<artifactId>httpclient</artifactId>
151-
<version>4.5.10</version>
151+
<version>4.5.12</version>
152152
</dependency>
153153
</dependencies>
154154
<build>

0 commit comments

Comments
 (0)