From 045f133b7523c5cc8360e4b646b07f54c9fa3cbb Mon Sep 17 00:00:00 2001 From: Max Lapan Date: Tue, 21 Nov 2023 13:17:17 +0100 Subject: [PATCH] Fix vulnerability in org.eclipse.parsson:parsson (#213) * Update deps * Aim to release today * Switch back to 2.1.4 version --- doc/changes/changes_2.1.4.md | 18 ++++++++++++++++-- parent-pom/pom.xml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) 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/parent-pom/pom.xml b/parent-pom/pom.xml index 29ac5d0..e871046 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -385,7 +385,7 @@ com.exasol exasol-testcontainers - 6.6.2 + 6.6.3 test