Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vulnerability in org.eclipse.parsson:parsson #213

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions doc/changes/changes_2.1.4.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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`
2 changes: 1 addition & 1 deletion parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
<version>6.6.2</version>
<version>6.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading