Skip to content

Commit

Permalink
Updated dependencies (#118)
Browse files Browse the repository at this point in the history
* Updated dependencies
  • Loading branch information
ckunki authored Dec 21, 2022
1 parent 2e8f6ff commit 525df5b
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 109 deletions.
184 changes: 94 additions & 90 deletions dependencies.md

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

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.

42 changes: 42 additions & 0 deletions doc/changes/changes_7.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Virtual Schema for document data in files 7.1.3, released 2022-12-21

Code name: Dependency Upgrade

## Summary

Updated dependencies to use artifacts from Maven Central as repository maven.exasol.com has been discontinued.

Replaced transitive dependency com.fasterxml.jackson.core:jackson-core via parquet-io-java / hadoop with an newer version. Additionally excluded vulnerabilities to sonatype-2022-6438 and CVE-2021-37533. The latter only affects the FTP client which is not used by VSDF or parquet.

## Changes

* #117: Updated dependencies

## Dependency Updates

### Compile Dependency Updates

* Updated `com.exasol:virtual-schema-common-document:9.1.1` to `9.1.2`
* Added `com.fasterxml.jackson.core:jackson-databind:2.14.1`
* Added `com.fasterxml.woodstox:woodstox-core:5.4.0`
* Updated `de.siegmar:fastcsv:2.2.0` to `2.2.1`

### Test Dependency Updates

* Updated `com.exasol:performance-test-recorder-java:0.1.1` to `0.1.2`
* Updated `com.exasol:udf-debugging-java:0.6.4` to `0.6.5`
* Updated `com.exasol:virtual-schema-common-document:9.1.1` to `9.1.2`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.10.1` to `3.12.3`
* Updated `org.mockito:mockito-core:4.8.1` to `4.10.0`
* Updated `org.mockito:mockito-junit-jupiter:4.8.1` to `4.10.0`

### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.1`
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1` to `3.0.0`
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M7`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.13.0`
Loading

0 comments on commit 525df5b

Please sign in to comment.