Skip to content

Commit

Permalink
Run PK fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Dec 7, 2023
1 parent 88affcc commit c1c88a0
Show file tree
Hide file tree
Showing 10 changed files with 971 additions and 797 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/broken_links_checker.yml

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

2 changes: 1 addition & 1 deletion .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.processAnnotations=disabled
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=11
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
Expand Down
168 changes: 73 additions & 95 deletions dependencies.md

Large diffs are not rendered by default.

80 changes: 45 additions & 35 deletions doc/changes/changes_1.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,62 +22,72 @@ This release fixes CVE-2022-45688 in test dependency `org.json:json`.

#### Runtime Dependency Updates

* Updated `com.exasol:exasol-jdbc:7.1.16` to `7.1.19`
* Updated `com.exasol:exasol-jdbc:7.1.16` to `7.1.20`

#### Test Dependency Updates

* Updated `org.junit.jupiter:junit-jupiter:5.9.1` to `5.9.3`
* Updated `org.junit.jupiter:junit-jupiter:5.9.1` to `5.10.1`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.7`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.3.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.17`
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.3.0`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0`
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.2.2`
* Added `org.basepom.maven:duplicate-finder-maven-plugin:2.0.1`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.5.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.16.2`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.11`
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594`

### Tableau Server GUI Tests

#### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:6.3.1` to `6.5.2`
* Updated `com.exasol:test-db-builder-java:3.4.1` to `3.4.2`
* Added `com.fasterxml.jackson.core:jackson-databind:2.15.0`
* Added `commons-io:commons-io:2.11.0`
* Updated `io.github.bonigarcia:webdrivermanager:5.3.1` to `5.3.2`
* Updated `com.exasol:exasol-testcontainers:6.3.1` to `7.0.0`
* Updated `com.exasol:test-db-builder-java:3.4.1` to `3.5.3`
* Added `com.fasterxml.jackson.core:jackson-databind:2.16.0`
* Added `commons-io:commons-io:2.15.1`
* Updated `io.github.bonigarcia:webdrivermanager:5.3.1` to `5.6.2`
* Added `org.bouncycastle:bcprov-jdk15on:1.70`
* Updated `org.json:json:20220924` to `20230227`
* Updated `org.junit.jupiter:junit-jupiter:5.9.1` to `5.9.3`
* Updated `org.seleniumhq.selenium:selenium-java:4.7.0` to `4.9.1`
* Updated `org.testcontainers:junit-jupiter:1.17.6` to `1.18.0`
* Updated `org.json:json:20220924` to `20231013`
* Updated `org.junit.jupiter:junit-jupiter:5.9.1` to `5.10.1`
* Updated `org.mockito:mockito-junit-jupiter:4.9.0` to `5.8.0`
* Updated `org.seleniumhq.selenium:selenium-java:4.7.0` to `4.16.0`
* Updated `org.testcontainers:junit-jupiter:1.17.6` to `1.19.3`

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.7`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.3.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.17`
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.3.0`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0`
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.2.2`
* Added `org.basepom.maven:duplicate-finder-maven-plugin:2.0.1`
* Updated `org.codehaus.mojo:exec-maven-plugin:3.0.0` to `3.1.0`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.5.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.16.2`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.11`
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594`

### Exasol Connector for Tableau

#### Plugin Dependency Updates

* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.7`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.3.1`
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.17`
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.3.0`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0`
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.4.1`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.2.2`
* Added `org.basepom.maven:duplicate-finder-maven-plugin:2.0.1`
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.5.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.16.2`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.11`
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594`

### Javascript-test

#### Development Dependency Updates

* Updated `jest:^29.5.0` to `^29.7.0`
Loading

0 comments on commit c1c88a0

Please sign in to comment.