Skip to content

Commit

Permalink
#121: Upgrade dependencies (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Sep 27, 2022
1 parent fa52707 commit f72d2b3
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 269 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

# Auto detect text files and perform LF normalization
* text=auto

.github/workflows/broken_links_checker.yml linguist-generated=true
.github/workflows/dependencies_check.yml linguist-generated=true
dependencies.md linguist-generated=true
pk_generated_parent.pom linguist-generated=true
doc/changes/changelog.md linguist-generated=true
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
exasol-docker-version: [ 7.1.10 ]
exasol-docker-version: [ 7.1.14 ]
mvn:
[
{
Expand Down
1 change: 0 additions & 1 deletion .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ excludes:
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_release_on_maven_central.yml'"
linkReplacements:
- LICENSE-exasol-jdbc.txt|https://docs.exasol.com/connect_exasol/drivers/jdbc.htm
- https://netty.io/netty-all/|https://netty.io/index.html
- http://nexus.sonatype.org/oss-repository-hosting.html/scalatest-maven-plugin|https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin
- jquery.org/license|https://github.com/jquery/jquery/blob/main/LICENSE.txt
Expand Down
115 changes: 59 additions & 56 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.

35 changes: 35 additions & 0 deletions doc/changes/changes_1.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# The Spark Exasol Connector 1.2.2, released 2022-09-27

Code name: Fix vulnerabilities in dependencies

## Summary

This release fixes [sonatype-2022-5401](https://ossindex.sonatype.org/vulnerability/sonatype-2022-5401) in reload4j.

## Features

* #121: Fixed vulnerabilities in dependencies

## Dependency Updates

### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:6.1.2` to `6.2.0`
* Updated `com.exasol:hamcrest-resultset-matcher:1.5.1` to `1.5.2`
* Updated `com.exasol:test-db-builder-java:3.3.3` to `3.3.4`
* Updated `org.apache.logging.log4j:log4j-1.2-api:2.18.0` to `2.19.0`
* Updated `org.apache.logging.log4j:log4j-core:2.18.0` to `2.19.0`
* Updated `org.mockito:mockito-core:4.6.1` to `4.8.0`

### Plugin Dependency Updates

* Updated `com.diffplug.spotless:spotless-maven-plugin:2.22.4` to `2.22.8`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.1` to `1.1.2`
* Updated `com.exasol:project-keeper-maven-plugin:2.5.0` to `2.8.0`
* Updated `net.alchim31.maven:scala-maven-plugin:4.6.1` to `4.6.3`
* Updated `org.apache.maven.plugins:maven-clean-plugin:3.2.0` to `2.5`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.0.0` to `3.1.0`
* Updated `org.apache.maven.plugins:maven-install-plugin:2.5.2` to `2.4`
* Updated `org.apache.maven.plugins:maven-jar-plugin:3.2.2` to `3.3.0`
* Updated `org.apache.maven.plugins:maven-resources-plugin:3.2.0` to `2.6`
* Updated `org.apache.maven.plugins:maven-site-plugin:3.12.0` to `3.3`
34 changes: 17 additions & 17 deletions pk_generated_parent.pom

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

Loading

0 comments on commit f72d2b3

Please sign in to comment.