-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e29b8ad
commit 6df89e2
Showing
7 changed files
with
162 additions
and
136 deletions.
There are no files selected for viewing
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
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,19 @@ | ||
{ | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": true, | ||
"source.generate.finalModifiers": true | ||
}, | ||
"java.saveActions.organizeImports": true, | ||
"java.sources.organizeImports.starThreshold": 3, | ||
"java.sources.organizeImports.staticStarThreshold": 3, | ||
"java.test.config": { | ||
"vmArgs": [ | ||
"-Djava.util.logging.config.file=src/test/resources/logging.properties" | ||
] | ||
}, | ||
"sonarlint.connectedMode.project": { | ||
"connectionId": "exasol", | ||
"projectKey": "com.exasol:test-db-builder-java" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Test Database Builder for Java 3.4.1, released 2022-10-24 | ||
|
||
Code name: Fix vulnerabilities in dependencies | ||
|
||
## Summary | ||
|
||
This release fixes CVE-2022-3171 in test dependency `com.google.protobuf:protobuf-java`. | ||
|
||
## Bugfixes | ||
|
||
* #105: Fixed vulnerabilities in dependencies | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Updated `com.exasol:db-fundamentals-java:0.1.2` to `0.1.3` | ||
* Updated `com.exasol:error-reporting-java:0.4.1` to `1.0.0` | ||
|
||
### 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` | ||
* Added `com.google.protobuf:protobuf-java:3.21.8` | ||
* Updated `com.oracle.database.jdbc:ojdbc11:21.6.0.0.1` to `21.7.0.0` | ||
* Updated `mysql:mysql-connector-java:8.0.30` to `8.0.31` | ||
* Updated `org.junit.jupiter:junit-jupiter-api:5.9.0` to `5.9.1` | ||
* Updated `org.junit.jupiter:junit-jupiter:5.9.0` to `5.9.1` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.6.1` to `4.8.1` | ||
* Updated `org.postgresql:postgresql:42.4.1` to `42.5.0` | ||
* Updated `org.testcontainers:junit-jupiter:1.17.3` to `1.17.5` | ||
* Updated `org.testcontainers:mysql:1.17.3` to `1.17.5` | ||
* Updated `org.testcontainers:oracle-xe:1.17.3` to `1.17.5` | ||
* Updated `org.testcontainers:postgresql:1.17.3` to `1.17.5` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.