We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00704b commit 69ba0d2Copy full SHA for 69ba0d2
1 file changed
pom.xml
@@ -21,7 +21,6 @@
21
</licenses>
22
<properties>
23
<jackson.version>2.10.2</jackson.version>
24
- <java-http-client.version>4.3.0</java-http-client.version>
25
</properties>
26
<scm>
27
<url>https://github.com/sendgrid/sendgrid-java</url>
@@ -267,7 +266,7 @@
267
266
<dependency>
268
<groupId>com.sendgrid</groupId>
269
<artifactId>java-http-client</artifactId>
270
- <version>${java-http-client.version}</version>
+ <version>[4.2,)</version>
271
</dependency>
272
273
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments