Skip to content

Commit 69ba0d2

Browse files
committed
fix: use http client version range
1 parent f00704b commit 69ba0d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</licenses>
2222
<properties>
2323
<jackson.version>2.10.2</jackson.version>
24-
<java-http-client.version>4.3.0</java-http-client.version>
2524
</properties>
2625
<scm>
2726
<url>https://github.com/sendgrid/sendgrid-java</url>
@@ -267,7 +266,7 @@
267266
<dependency>
268267
<groupId>com.sendgrid</groupId>
269268
<artifactId>java-http-client</artifactId>
270-
<version>${java-http-client.version}</version>
269+
<version>[4.2,)</version>
271270
</dependency>
272271
<dependency>
273272
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)