Skip to content

Commit cb33fcb

Browse files
author
RolefH
committed
bumped kafka base and toolkit version to 1.3.3
1 parent 4b245cb commit cb33fcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.ibm.streamsx.messagehub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939

4040
/* Defs */
4141
def STREAMS_INSTALL = System.getenv("STREAMS_INSTALL")
42-
def KAFKA_BASE_TAG = 'v1.3.2' // Update this tag when changing the underlying Kafka version
42+
def KAFKA_BASE_TAG = 'v1.3.3' // Update this tag when changing the underlying Kafka version
4343

4444
dependencies {
4545
compile fileTree(dir: STREAMS_INSTALL + '/lib', include: ['com.ibm.streams.operator.jar'])

com.ibm.streamsx.messagehub/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<info:identity>
55
<info:name>com.ibm.streamsx.messagehub</info:name>
66
<info:description>This toolkit integrates IBM Streams with the IBM Message Hub cloud service.</info:description>
7-
<info:version>1.3.2</info:version>
7+
<info:version>1.3.3</info:version>
88
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
99
</info:identity>
1010
<info:dependencies/>

0 commit comments

Comments
 (0)