-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
) Fixes #165 * Bump actions/checkout from 2.3.1 to 3.5.0 (#164) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.4.1 (#161) Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.5 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@4.1.5...v4.4.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepared for release --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": true, | ||
"source.generate.finalModifiers": true, | ||
"source.fixAll": true | ||
}, | ||
"java.codeGeneration.useBlocks": 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" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Exasol SQL Statement Builder 4.5.3, released 2023-04-06 | ||
|
||
Code name: Removed outdated `maven.exasol.com` references | ||
|
||
## Summary | ||
|
||
In this release, we removed references to the discontinued Exasol `maven.exasol.com` artifactory. | ||
|
||
## Refactoring | ||
|
||
* #165: Removed references to outdated `maven.exasol.com` artifactory repository | ||
|
||
## Dependency Updates | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `nl.jqno.equalsverifier:equalsverifier:3.10.1` to `3.14.1` | ||
* Updated `org.junit.jupiter:junit-jupiter:5.9.0` to `5.9.2` | ||
* Updated `org.mockito:mockito-core:4.7.0` to `5.2.0` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.7.0` to `5.2.0` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.2` | ||
* Updated `com.exasol:project-keeper-maven-plugin:2.6.2` to `2.9.6` | ||
* 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.1.0` | ||
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.2.1` | ||
* 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-M8` | ||
* 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.14.2` | ||
* Updated `org.itsallcode:openfasttrace-maven-plugin:1.6.0` to `1.6.1` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.