Skip to content

Commit 3ed6081

Browse files
bump up son and nv-websocket-client versions
1 parent ea38e6c commit 3ed6081

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ sourceCompatibility = 1.6
66
targetCompatibility = 1.6
77
group = 'com.ibm.watson.developercloud'
88
archivesBaseName = 'watson-developer-cloud'
9-
version = '2.7.1'
9+
version = '2.8.0'
1010

1111
description = 'Client library to use the IBM Watson Services and AlchemyAPI'
1212

1313
repositories {
1414
mavenCentral()
1515
}
1616
dependencies {
17-
compile group: 'com.squareup.okhttp', name: 'okhttp', version:'2.7.0'
18-
compile group: 'com.google.code.gson', name: 'gson', version:'2.5'
17+
compile group: 'com.squareup.okhttp', name: 'okhttp', version:'2.7.2'
18+
compile group: 'com.google.code.gson', name: 'gson', version:'2.6.2'
1919
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.4'
20-
compile group: 'com.neovisionaries', name: 'nv-websocket-client', version:'1.19'
20+
compile group: 'com.neovisionaries', name: 'nv-websocket-client', version:'1.22'
2121
testCompile group: 'org.mock-server', name: 'mockserver-netty', version:'3.9.17'
2222
testCompile group: 'junit', name: 'junit-dep', version:'4.11'
2323
}

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>com.ibm.watson.developer_cloud</groupId>
56
<version>2.8.1-SNAPSHOT</version>
@@ -25,7 +26,7 @@
2526
<dependency>
2627
<groupId>com.google.code.gson</groupId>
2728
<artifactId>gson</artifactId>
28-
<version>2.5</version>
29+
<version>2.6.2</version>
2930
</dependency>
3031
<dependency>
3132
<groupId>org.apache.commons</groupId>
@@ -41,7 +42,7 @@
4142
<dependency>
4243
<groupId>com.neovisionaries</groupId>
4344
<artifactId>nv-websocket-client</artifactId>
44-
<version>1.21</version>
45+
<version>1.22</version>
4546
</dependency>
4647
<!-- mockserver -->
4748
<dependency>
@@ -200,11 +201,11 @@
200201
<goals>
201202
<goal>check</goal>
202203
</goals>
203-
</execution>
204-
</executions>
205-
<configuration>
206-
<signature>
207-
<groupId>org.codehaus.mojo.signature</groupId>
204+
</execution>
205+
</executions>
206+
<configuration>
207+
<signature>
208+
<groupId>org.codehaus.mojo.signature</groupId>
208209
<artifactId>java16</artifactId>
209210
<version>1.1</version>
210211
</signature>

0 commit comments

Comments
 (0)