Skip to content

Commit

Permalink
Updated dependencies (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki authored Oct 17, 2024
1 parent 9866d66 commit ffe30c2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
1 change: 1 addition & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions doc/changes/changes_8.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Virtual Schema for Document Data in Files 8.1.4, released 2024-10-17

Code name: Fix CVE-2024-47561 in dependency

## Summary

This release fixes vulnerability CVE-2024-47561 by updating transitive dependency `org.apache.avro:avro` via `com.exasol:parquet-io-java`.

## Security Issues

* #171: Fixed vulnerability CVE-2024-47561 in org.apache.avro:avro
## Dependency Updates

### Compile Dependency Updates

* Updated `com.exasol:parquet-io-java:2.0.10` to `2.0.11`
* Updated `de.siegmar:fastcsv:3.3.0` to `3.3.1`

### Test Dependency Updates

* Updated `nl.jqno.equalsverifier:equalsverifier:3.16.2` to `3.17.1`
* Updated `org.junit.jupiter:junit-jupiter-params:5.11.0` to `5.11.2`
* Updated `org.mockito:mockito-junit-jupiter:5.13.0` to `5.14.2`
2 changes: 1 addition & 1 deletion pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>virtual-schema-common-document-files</artifactId>
<version>8.1.3</version>
<version>8.1.4</version>
<name>Virtual Schema for document data in files</name>
<description>Adapter for document data access from files.</description>
<url>https://github.com/exasol/virtual-schema-common-document-files/</url>
Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>parquet-io-java</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</dependency>
<dependency>
<!-- https://mvnrepository.com/artifact/de.siegmar/fastcsv -->
<groupId>de.siegmar</groupId>
<artifactId>fastcsv</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>io.deephaven</groupId>
Expand Down Expand Up @@ -59,13 +59,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.0</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.16.2</version>
<version>3.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.13.0</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<!--Integration test dependencies-->
Expand Down Expand Up @@ -163,7 +163,7 @@
<parent>
<artifactId>virtual-schema-common-document-files-generated-parent</artifactId>
<groupId>com.exasol</groupId>
<version>8.1.3</version>
<version>8.1.4</version>
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
</project>

0 comments on commit ffe30c2

Please sign in to comment.