Skip to content

Commit

Permalink
Fix vulnerability in org.eclipse.parsson:parsson (#213)
Browse files Browse the repository at this point in the history
* Update deps

* Aim to release today

* Switch back to 2.1.4 version
  • Loading branch information
Shmuma committed Nov 21, 2023
1 parent f1c6c3f commit 045f133
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions 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

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
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

0 comments on commit 045f133

Please sign in to comment.