File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ sourceCompatibility = 1.6
66targetCompatibility = 1.6
77group = ' com.ibm.watson.developercloud'
88archivesBaseName = ' watson-developer-cloud'
9- version = ' 2.7.1 '
9+ version = ' 2.8.0 '
1010
1111description = ' Client library to use the IBM Watson Services and AlchemyAPI'
1212
1313repositories {
1414 mavenCentral()
1515}
1616dependencies {
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}
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments