Skip to content

Commit

Permalink
Merge pull request #2563 from markheger/develop
Browse files Browse the repository at this point in the history
third-party lib updated, commons-compress:1.19, #2561
  • Loading branch information
markheger committed Sep 9, 2020
2 parents 4c6ff24 + 3ecc056 commit 9ed8124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions com.ibm.streamsx.topology/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* [#2517](https://github.com/IBMStreams/streamsx.topology/issues/2517) Python: Provide Stream.punctor()
* [#2516](https://github.com/IBMStreams/streamsx.topology/issues/2516) Python: Write punctuation markers with Stream.print() to stdout

## v1.15.10
* [#2561](https://github.com/IBMStreams/streamsx.topology/issues/2561) Third-party lib updated to resolve security vulnerabilities (commons-compress: 1.19)

## v1.15.9
* [#2522](https://github.com/IBMStreams/streamsx.topology/issues/2522) Build scripts prepared for publishing the release to Maven repository
* [#2537](https://github.com/IBMStreams/streamsx.topology/issues/2537) TestTopology: Check OS version to skip tests in SPLOperatorsTest.java for RH6
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion common-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</path>

<path id="compress.classpath">
<pathelement location="${tk.opt}/client/apache-commons/commons-compress-1.18.jar"/>
<pathelement location="${tk.opt}/client/apache-commons/commons-compress-1.19.jar"/>
</path>

<path id="tk.classpath">
Expand Down

0 comments on commit 9ed8124

Please sign in to comment.