File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
=========
3
3
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
5
6
* [ #140 ] ( https://github.com/IBMStreams/streamsx.hbase/issues/140 ) Links in documentation updated
6
7
7
8
## v3.9.2:
Original file line number Diff line number Diff line change @@ -229,8 +229,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja
229
229
230
230
* 3rd party library guava upgraded to version 24.1.1-jre
231
231
232
+ ++ What is new in version 3.9.3
233
+
234
+ * 3rd party library guava upgraded to version 30.0-jre
235
+
232
236
</info : description >
233
- <info : version >3.9.2 </info : version >
237
+ <info : version >3.9.3 </info : version >
234
238
<info : requiredProductVersion >4.0.0.0</info : requiredProductVersion >
235
239
</info : identity >
236
240
<info : dependencies />
Original file line number Diff line number Diff line change 11
11
<groupId >com.ibm.streamsx.hbase</groupId >
12
12
<artifactId >streamsx.hbase</artifactId >
13
13
<packaging >jar</packaging >
14
- <version >3.9.2 </version >
14
+ <version >3.9.3 </version >
15
15
<name >com.ibm.streamsx.hbase</name >
16
16
<repositories >
17
17
<repository >
194
194
<dependency >
195
195
<groupId >com.google.guava</groupId >
196
196
<artifactId >guava</artifactId >
197
- <version >29 .0-jre</version >
197
+ <version >30 .0-jre</version >
198
198
<exclusions >
199
199
<exclusion >
200
200
<groupId >*</groupId >
201
201
<artifactId >*</artifactId >
202
202
</exclusion >
203
203
</exclusions >
204
204
</dependency >
205
-
205
+ <dependency >
206
+ <groupId >com.google.guava</groupId >
207
+ <artifactId >failureaccess</artifactId >
208
+ <version >1.0.1</version >
209
+ </dependency >
206
210
<dependency >
207
211
<groupId >com.google.protobuf</groupId >
208
212
<artifactId >protobuf-java</artifactId >
You can’t perform that action at this time.
0 commit comments