Skip to content

Commit

Permalink
Prepare for new release (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Dec 21, 2021
1 parent 358fc06 commit 3c0975a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val root =
project
.in(file("."))
.settings(moduleName := "exasol-cloud-storage-extension")
.settings(version := "2.1.0")
.settings(version := "2.2.0")
.settings(orgSettings)
.settings(buildSettings)
.settings(Settings.projectSettings(scalaVersion))
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

* [2.1.1](changes_2.1.1.md)
* [2.2.0](changes_2.2.0.md)
* [2.1.0](changes_2.1.0.md)
* [2.0.0](changes_2.0.0.md)
* [1.3.1](changes_1.3.1.md)
Expand Down
8 changes: 6 additions & 2 deletions doc/changes/changes_2.1.1.md → doc/changes/changes_2.2.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Cloud Storage Extension 2.1.1, released 2021-12-??
# Cloud Storage Extension 2.2.0, released 2021-12-21

Code name:
Code name: Fixed Log4J CVE-2021-45105 vulnerability

## Summary

In this release we fixed Log4J [`CVE-2021-45105`](https://github.com/advisories/GHSA-p6xc-xr62-6r2g) vulnerability.

## Bug Fixes

* #178: Updated log4j dependency to 2.17.0 version
Expand All @@ -12,6 +14,8 @@ Code name:

### Compile Dependency Updates

* Updated `io.grpc:grpc-netty:1.43.0` to `1.43.1`
* Updated `org.apache.orc:orc-core:1.7.1` to `1.7.2`
* Updated `org.apache.logging.log4j:log4j-api:2.16.0` to `2.17.0`
* Updated `org.apache.logging.log4j:log4j-1.2-api:2.16.0` to `2.17.0`
* Updated `com.fasterxml.jackson.core:jackson-databind:2.13.0` to `2.13.1`
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
private val ParquetIOVersion = "1.2.1"
private val HadoopVersion = "3.3.1"
private val DeltaVersion = "1.1.0"
private val OrcVersion = "1.7.1"
private val OrcVersion = "1.7.2"
private val GoogleStorageVersion = "1.9.4-hadoop3"
private val SparkSQLVersion = "3.2.0"
private val AlluxioCoreHDFSVersion = "2.7.1"
Expand All @@ -36,7 +36,7 @@ object Dependencies {
"com.google.guava" % "guava" % "31.0.1-jre",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
"io.grpc" % "grpc-netty" % "1.43.0",
"io.grpc" % "grpc-netty" % "1.43.1",
"io.netty" % "netty-all" % "4.1.72.Final",
"com.exasol" %% "import-export-udf-common-scala" % ImportExportUDFVersion
exclude ("org.slf4j", "slf4j-simple")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.6
sbt.version=1.5.8

0 comments on commit 3c0975a

Please sign in to comment.