Skip to content

Commit 7d16d13

Browse files
committed
bump httpclient
1 parent ea5d9ba commit 7d16d13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.split.client</groupId>
77
<artifactId>java-client-parent</artifactId>
8-
<version>4.1.2</version>
8+
<version>4.1.2-rc2</version>
99
</parent>
1010
<artifactId>java-client</artifactId>
1111
<packaging>jar</packaging>
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.apache.httpcomponents</groupId>
132132
<artifactId>httpclient</artifactId>
133-
<version>4.5.2</version>
133+
<version>4.5.13</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.google.code.gson</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.split.client</groupId>
66
<artifactId>java-client-parent</artifactId>
7-
<version>4.1.2</version>
7+
<version>4.1.2-rc2</version>
88
<dependencyManagement>
99
<dependencies>
1010
<dependency>

testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.split.client</groupId>
88
<artifactId>java-client-parent</artifactId>
9-
<version>4.1.2</version>
9+
<version>4.1.2-rc2</version>
1010
</parent>
1111

1212
<artifactId>java-client-testing</artifactId>

0 commit comments

Comments
 (0)