Skip to content

Commit

Permalink
v3.9.3, resolves #143
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Apr 1, 2021
1 parent 2627d41 commit cf596be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion com.ibm.streamsx.hbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changes
=========

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

## v3.9.2:
Expand Down
6 changes: 5 additions & 1 deletion com.ibm.streamsx.hbase/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja

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

++ What is new in version 3.9.3

* 3rd party library guava upgraded to version 30.0-jre

</info:description>
<info:version>3.9.2</info:version>
<info:version>3.9.3</info:version>
<info:requiredProductVersion>4.0.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
10 changes: 7 additions & 3 deletions com.ibm.streamsx.hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.ibm.streamsx.hbase</groupId>
<artifactId>streamsx.hbase</artifactId>
<packaging>jar</packaging>
<version>3.9.2</version>
<version>3.9.3</version>
<name>com.ibm.streamsx.hbase</name>
<repositories>
<repository>
Expand Down Expand Up @@ -194,15 +194,19 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.0-jre</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down

0 comments on commit cf596be

Please sign in to comment.