Skip to content

Commit

Permalink
Merge pull request #59 from markheger/develop
Browse files Browse the repository at this point in the history
update commons-codec 1.14
  • Loading branch information
markheger authored Jul 20, 2020
2 parents d517ab9 + 5237b93 commit 6322c31
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions com.ibm.streamsx.elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changes
==========


## v2.1.6
* [#58](https://github.com/IBMStreams/streamsx.elasticsearch/issues/58) Third-party lib updated to resolve security vulnerabilities (commons-codec: 1.14)

## v2.1.5:
* [#55](https://github.com/IBMStreams/streamsx.elasticsearch/issues/55) Update messages_ja_JP.properties

## v2.1.4:
* Minor fixes in samples and test scripts

## v2.1.3:
* [#47](https://github.com/IBMStreams/streamsx.elasticsearch/issues/47) Globalization support

6 changes: 5 additions & 1 deletion com.ibm.streamsx.elasticsearch/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ The Elasticsearch toolkit is an open source IBM Streams toolkit that provides ad
This is an overview of changes for major and minor version upgrades. For details see the Releases in public Github.
++ What is changed in version 2.1.6
* Third-party lib updated to resolve security vulnerabilities (commons-codec: 1.14)
++ What is changed in version 2.1.5
* Globalization support: Messages updated
Expand Down Expand Up @@ -90,7 +94,7 @@ as they constitute serious security holes.
you can use this parameter to temporarily disable hostnam verification.
]]></info:description>
<info:version>2.1.5</info:version>
<info:version>2.1.6</info:version>
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.streamsx.elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
<version>1.14</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
Expand Down

0 comments on commit 6322c31

Please sign in to comment.