From 0c146642fb31ee05ae09daf6893bd3c9f431f0bc Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Tue, 21 Nov 2023 12:29:13 +0100 Subject: [PATCH 1/3] Update deps --- doc/changes/changelog.md | 1 + doc/changes/changes_2.1.5.md | 33 +++++++++++++++++++++++++++++++++ parent-pom/pom.xml | 4 ++-- 3 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 doc/changes/changes_2.1.5.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 84364f3..74df9fc 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changes +* [2.1.5](changes_2.1.5.md) * [2.1.4](changes_2.1.4.md) * [2.1.3](changes_2.1.3.md) * [2.1.2](changes_2.1.2.md) diff --git a/doc/changes/changes_2.1.5.md b/doc/changes/changes_2.1.5.md new file mode 100644 index 0000000..3174e44 --- /dev/null +++ b/doc/changes/changes_2.1.5.md @@ -0,0 +1,33 @@ +# Spark Connector 2.1.5, released 2023-??-?? + +Code name: + +## Summary + +## Features + +* #212: Fix vulnerability in org.eclipse.parsson:parsson. + +## Dependency Updates + +### Spark Exasol Connector Parent POM + +#### Plugin Dependency Updates + +* Updated `com.exasol:error-code-crawler-maven-plugin:1.3.0` to `1.3.1` +* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.0` to `3.4.1` +* Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1` +* Updated `org.jacoco:jacoco-maven-plugin:0.8.10` to `0.8.11` +* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594` + +### Spark Exasol Connector With JDBC + +#### Test Dependency Updates + +* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` + +### Spark Exasol Connector With S3 + +#### Test Dependency Updates + +* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index 29ac5d0..0b52f55 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -15,7 +15,7 @@ pk_generated_parent.pom - 2.1.4 + 2.1.5 8 2.20.0 5.10.0 @@ -385,7 +385,7 @@ com.exasol exasol-testcontainers - 6.6.2 + 6.6.3 test From 2caf46057a1bb85929a3a96da88d74ba21a4573e Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Tue, 21 Nov 2023 12:47:19 +0100 Subject: [PATCH 2/3] Aim to release today --- doc/changes/changes_2.1.5.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/changes/changes_2.1.5.md b/doc/changes/changes_2.1.5.md index 3174e44..5653bb1 100644 --- a/doc/changes/changes_2.1.5.md +++ b/doc/changes/changes_2.1.5.md @@ -1,8 +1,9 @@ -# Spark Connector 2.1.5, released 2023-??-?? +# Spark Connector 2.1.5, released 2023-11-21 -Code name: +Code name: Fix vulnerability in transitive dependencies ## Summary +Vulnerability fixed in transitive dependency. ## Features From 5c8c920d225c0ff97f51038e09686a5b77a46393 Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Tue, 21 Nov 2023 13:00:01 +0100 Subject: [PATCH 3/3] Switch back to 2.1.4 version --- doc/changes/changelog.md | 1 - doc/changes/changes_2.1.4.md | 18 ++++++++++++++++-- doc/changes/changes_2.1.5.md | 34 ---------------------------------- parent-pom/pom.xml | 2 +- 4 files changed, 17 insertions(+), 38 deletions(-) delete mode 100644 doc/changes/changes_2.1.5.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 74df9fc..84364f3 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,6 +1,5 @@ # Changes -* [2.1.5](changes_2.1.5.md) * [2.1.4](changes_2.1.4.md) * [2.1.3](changes_2.1.3.md) * [2.1.2](changes_2.1.2.md) diff --git a/doc/changes/changes_2.1.4.md b/doc/changes/changes_2.1.4.md index 4e8ccd4..972414f 100644 --- a/doc/changes/changes_2.1.4.md +++ b/doc/changes/changes_2.1.4.md @@ -1,14 +1,16 @@ -# Spark Connector 2.1.4, released 2023-??-?? +# Spark Connector 2.1.4, released 2023-11-21 -Code name: +Code name: PK back in config, CVE fixed in transitive deps. ## Summary Project keeper added to Maven configuration. +Vulnerability fixed in transitive dependency. ## Features * #211: Brought PK plugin back to the Maven config +* #212: Fix vulnerability in org.eclipse.parsson:parsson ## Dependency Updates @@ -21,3 +23,15 @@ Project keeper added to Maven configuration. * Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1` * Updated `org.jacoco:jacoco-maven-plugin:0.8.10` to `0.8.11` * Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594` + +### Spark Exasol Connector With JDBC + +#### Test Dependency Updates + +* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` + +### Spark Exasol Connector With S3 + +#### Test Dependency Updates + +* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` diff --git a/doc/changes/changes_2.1.5.md b/doc/changes/changes_2.1.5.md deleted file mode 100644 index 5653bb1..0000000 --- a/doc/changes/changes_2.1.5.md +++ /dev/null @@ -1,34 +0,0 @@ -# Spark Connector 2.1.5, released 2023-11-21 - -Code name: Fix vulnerability in transitive dependencies - -## Summary -Vulnerability fixed in transitive dependency. - -## Features - -* #212: Fix vulnerability in org.eclipse.parsson:parsson. - -## Dependency Updates - -### Spark Exasol Connector Parent POM - -#### Plugin Dependency Updates - -* Updated `com.exasol:error-code-crawler-maven-plugin:1.3.0` to `1.3.1` -* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.4.0` to `3.4.1` -* Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1` -* Updated `org.jacoco:jacoco-maven-plugin:0.8.10` to `0.8.11` -* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594` - -### Spark Exasol Connector With JDBC - -#### Test Dependency Updates - -* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` - -### Spark Exasol Connector With S3 - -#### Test Dependency Updates - -* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index 0b52f55..e871046 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -15,7 +15,7 @@ pk_generated_parent.pom - 2.1.5 + 2.1.4 8 2.20.0 5.10.0