Skip to content

Commit cf596be

Browse files
author
markheger
committed
v3.9.3, resolves #143
1 parent 2627d41 commit cf596be

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

com.ibm.streamsx.hbase/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changes
22
=========
33

4-
## latest
4+
## v3.9.3:
5+
* [#143](https://github.com/IBMStreams/streamsx.hbase/issues/143) 3rd party library guava upgraded to version 30.0-jre
56
* [#140](https://github.com/IBMStreams/streamsx.hbase/issues/140) Links in documentation updated
67

78
## v3.9.2:

com.ibm.streamsx.hbase/info.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja
229229

230230
* 3rd party library guava upgraded to version 24.1.1-jre
231231

232+
++ What is new in version 3.9.3
233+
234+
* 3rd party library guava upgraded to version 30.0-jre
235+
232236
</info:description>
233-
<info:version>3.9.2</info:version>
237+
<info:version>3.9.3</info:version>
234238
<info:requiredProductVersion>4.0.0.0</info:requiredProductVersion>
235239
</info:identity>
236240
<info:dependencies/>

com.ibm.streamsx.hbase/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.ibm.streamsx.hbase</groupId>
1212
<artifactId>streamsx.hbase</artifactId>
1313
<packaging>jar</packaging>
14-
<version>3.9.2</version>
14+
<version>3.9.3</version>
1515
<name>com.ibm.streamsx.hbase</name>
1616
<repositories>
1717
<repository>
@@ -194,15 +194,19 @@
194194
<dependency>
195195
<groupId>com.google.guava</groupId>
196196
<artifactId>guava</artifactId>
197-
<version>29.0-jre</version>
197+
<version>30.0-jre</version>
198198
<exclusions>
199199
<exclusion>
200200
<groupId>*</groupId>
201201
<artifactId>*</artifactId>
202202
</exclusion>
203203
</exclusions>
204204
</dependency>
205-
205+
<dependency>
206+
<groupId>com.google.guava</groupId>
207+
<artifactId>failureaccess</artifactId>
208+
<version>1.0.1</version>
209+
</dependency>
206210
<dependency>
207211
<groupId>com.google.protobuf</groupId>
208212
<artifactId>protobuf-java</artifactId>

0 commit comments

Comments
 (0)