-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#48: Fixed CVE-2023-4043 in test dependency `org.eclipse.parsson:pars…
…son` (#49)
- Loading branch information
1 parent
07e75bc
commit 9ebaedb
Showing
8 changed files
with
88 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,7 @@ sources: | |
modules: | ||
- maven_central | ||
- integration_tests | ||
build: | ||
exasolDbVersions: | ||
- "8.23.1" | ||
- "7.1.24" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Matcher for SQL Result Sets 1.6.3, released 2023-11-20 | ||
|
||
Code name: Fix CVE-2023-4043 in test dependency `org.eclipse.parsson:parsson` | ||
|
||
## Summary | ||
|
||
This release fixes vulnerability CVE-2023-4043 in test dependency `org.eclipse.parsson:parsson`. The release also runs integration tests with Exasol 8. | ||
|
||
## Security | ||
|
||
* #48: Fixed CVE-2023-4043 in test dependency `org.eclipse.parsson:parsson` | ||
|
||
## Dependency Updates | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3` | ||
* Updated `org.junit.jupiter:junit-jupiter-engine:5.10.0` to `5.10.1` | ||
* Updated `org.junit.jupiter:junit-jupiter-params:5.10.0` to `5.10.1` | ||
* Updated `org.testcontainers:jdbc:1.19.1` to `1.19.2` | ||
* Updated `org.testcontainers:junit-jupiter:1.19.1` to `1.19.2` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-maven-plugin:2.9.14` to `2.9.16` | ||
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.1.2` to `3.2.2` | ||
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.6.0` to `3.6.2` | ||
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.1.2` to `3.2.2` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters