Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Dec 21, 2021
2 parents 65aa4d4 + 66c6e28 commit c958d75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Support for stream partitioning in windows
* Joins of data streams

## [2.2.2] - 2021-12-21

### Changed
* Updated Log4J from version 2.16.0 to 2.17.0 due to [CVE-2021-45105](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105).

## [2.2.1] - 2021-12-16

### Changed
Expand Down Expand Up @@ -171,3 +176,4 @@ can be set with the program argument `--baseIRI`.
[2.1.1]: https://github.com/RMLio/RMLStreamer/compare/v2.1.0...v2.1.1
[2.2.0]: https://github.com/RMLio/RMLStreamer/compare/v2.1.1...v2.2.0
[2.2.1]: https://github.com/RMLio/RMLStreamer/compare/v2.2.0...v2.2.1
[2.2.2]: https://github.com/RMLio/RMLStreamer/compare/v2.2.1...v2.2.2
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.

<groupId>io.rml</groupId>
<artifactId>RMLStreamer</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
<packaging>jar</packaging>

<name>RMLStreamer</name>
Expand All @@ -38,7 +38,7 @@ SOFTWARE.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.14.0</flink.version>
<slf4j.version>1.7.32</slf4j.version>
<log4j.version>2.16.0</log4j.version>
<log4j.version>2.17.0</log4j.version>
<jena.version>4.3.1</jena.version>
<kafka.version>2.4.1</kafka.version>

Expand Down

0 comments on commit c958d75

Please sign in to comment.