Skip to content

Commit 90878b6

Browse files
authored
Merge pull request #519 from splitio/upgrade-httpclient5
Upgrade httpclient5
2 parents 2931809 + 5268066 commit 90878b6

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

client/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<parent>
66
<groupId>io.split.client</groupId>
77
<artifactId>java-client-parent</artifactId>
8-
<version>4.13.0</version>
8+
<version>4.13.1.rc1</version>
99
</parent>
10+
<version>4.13.1.rc1</version>
1011
<artifactId>java-client</artifactId>
1112
<packaging>jar</packaging>
1213
<name>Java Client</name>
@@ -166,7 +167,7 @@
166167
<dependency>
167168
<groupId>org.apache.httpcomponents.client5</groupId>
168169
<artifactId>httpclient5</artifactId>
169-
<version>5.0.3</version>
170+
<version>5.4.1</version>
170171
</dependency>
171172
<dependency>
172173
<groupId>com.google.code.gson</groupId>

okhttp-modules/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<artifactId>java-client-parent</artifactId>
77
<groupId>io.split.client</groupId>
8-
<version>4.13.0</version>
8+
<version>4.13.1.rc1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
<version>4.13.0</version>
11+
<version>4.13.1.rc1</version>
1212
<artifactId>okhttp-modules</artifactId>
1313
<packaging>jar</packaging>
1414
<name>http-modules</name>
@@ -46,13 +46,13 @@
4646
<dependency>
4747
<groupId>io.split.client</groupId>
4848
<artifactId>java-client</artifactId>
49-
<version>4.13.0</version>
49+
<version>4.13.1.rc1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.httpcomponents.client5</groupId>
5454
<artifactId>httpclient5</artifactId>
55-
<version>5.0.3</version>
55+
<version>5.4.1</version>
5656
</dependency>
5757
<!-- Test deps -->
5858
<dependency>

pluggable-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>java-client-parent</artifactId>
88
<groupId>io.split.client</groupId>
9-
<version>4.13.0</version>
9+
<version>4.13.1.rc1</version>
1010
</parent>
1111

1212
<version>2.1.0</version>
@@ -29,7 +29,7 @@
2929
<serverId>ossrh</serverId>
3030
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
3131
<autoReleaseAfterClose>true</autoReleaseAfterClose>
32-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
32+
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
3333
</configuration>
3434
</plugin>
3535
</plugins>

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.13.0</version>
7+
<version>4.13.1.rc1</version>
88
<dependencyManagement>
99
<dependencies>
1010
<dependency>

redis-wrapper/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<artifactId>java-client-parent</artifactId>
88
<groupId>io.split.client</groupId>
9-
<version>4.13.0</version>
9+
<version>4.13.1.rc1</version>
1010
</parent>
1111
<artifactId>redis-wrapper</artifactId>
12-
<version>3.1.0</version>
12+
<version>4.13.1.rc1</version>
1313
<packaging>jar</packaging>
1414
<name>Package for Redis Wrapper Implementation</name>
1515
<description>Implements Redis Pluggable Storage</description>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>redis.clients</groupId>
3030
<artifactId>jedis</artifactId>
31-
<version>4.3.0</version>
31+
<version>4.4.8</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>junit</groupId>
@@ -51,7 +51,7 @@
5151
<serverId>ossrh</serverId>
5252
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
5353
<autoReleaseAfterClose>true</autoReleaseAfterClose>
54-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
54+
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
5555
</configuration>
5656
</plugin>
5757
</plugins>

testing/pom.xml

Lines changed: 1 addition & 1 deletion
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.13.0</version>
8+
<version>4.13.1.rc1</version>
99
</parent>
1010
<artifactId>java-client-testing</artifactId>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)