diff --git a/.github/workflows/ci-build-next-java.yml b/.github/workflows/ci-build-next-java.yml index e8302fe..712a7cb 100644 --- a/.github/workflows/ci-build-next-java.yml +++ b/.github/workflows/ci-build-next-java.yml @@ -1,36 +1,39 @@ -# Generated by Project Keeper -# https://github.com/exasol/project-keeper/blob/main/project-keeper/src/main/resources/templates/.github/workflows/ci-build-next-java.yml +# This file was generated by Project Keeper. name: CI Build next Java on: push: - branches: - - main - pull_request: - + branches: [ + main + ] + + pull_request: null jobs: - java-17-compatibility: + next-java-compatibility: runs-on: ubuntu-latest defaults: - run: - shell: "bash" - permissions: + run: { + shell: bash + } + permissions: { contents: read - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + } + concurrency: { + group: '${{ github.workflow }}-${{ github.ref }}', cancel-in-progress: true + } steps: - name: Checkout the repository uses: actions/checkout@v4 - with: + with: { fetch-depth: 0 + } - name: Set up JDK 17 uses: actions/setup-java@v4 - with: - distribution: "temurin" - java-version: 17 - cache: "maven" - - name: Run tests and build with Maven + with: { + distribution: temurin, + java-version: '17', + cache: maven + } + - name: Run tests and build with Maven 17 run: | - mvn --batch-mode --update-snapshots clean package -DtrimStackTrace=false \ - -Djava.version=17 \ - -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + mvn --batch-mode clean package -DtrimStackTrace=false -Djava.version=17 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 124f311..fb46bfa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: | + java-version: |- 11 17 cache: maven diff --git a/.github/workflows/dependencies_check.yml b/.github/workflows/dependencies_check.yml index 9c2365c..02c5aa0 100644 --- a/.github/workflows/dependencies_check.yml +++ b/.github/workflows/dependencies_check.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: | + java-version: |- 11 17 cache: maven diff --git a/.github/workflows/dependencies_update.yml b/.github/workflows/dependencies_update.yml index 0fa7180..c901506 100644 --- a/.github/workflows/dependencies_update.yml +++ b/.github/workflows/dependencies_update.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: | + java-version: |- 11 17 cache: maven diff --git a/.github/workflows/quick-checks.yml b/.github/workflows/quick-checks.yml index 9082621..d65a2a5 100644 --- a/.github/workflows/quick-checks.yml +++ b/.github/workflows/quick-checks.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - exasol_db_version: [8.31.0, 7.1.29] + exasol_db_version: [8.32.0, 7.1.30] steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5be64c8..e4682a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: | + java-version: |- 11 17 cache: maven @@ -67,7 +67,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: | + java-version: |- 11 17 cache: maven diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index bb40c3f..43365b0 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,15 +1,19 @@ eclipse.preferences.version=1 +org.eclipse.jdt.core.builder.annotationPath.allLocations=disabled org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore -org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull org.eclipse.jdt.core.compiler.annotation.nonnull.secondary= -org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=javax.annotation.ParametersAreNonnullByDefault org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary= -org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.notowning=org.eclipse.jdt.annotation.NotOwning +org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable org.eclipse.jdt.core.compiler.annotation.nullable.secondary= -org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled +org.eclipse.jdt.core.compiler.annotation.owning=org.eclipse.jdt.annotation.Owning +org.eclipse.jdt.core.compiler.annotation.resourceanalysis=disabled org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.methodParameters=generate org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=11 @@ -17,6 +21,7 @@ org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.APILeak=warning +org.eclipse.jdt.core.compiler.problem.annotatedTypeArgumentToUnannotated=info org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.autoboxing=ignore @@ -39,8 +44,10 @@ org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompatibleOwningContract=warning org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.insufficientResourceAnalysis=warning org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore @@ -56,15 +63,15 @@ org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning -org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning org.eclipse.jdt.core.compiler.problem.nullReference=warning -org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error -org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=warning +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=ignore org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore -org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning @@ -78,7 +85,8 @@ org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled -org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarningsNotFullyAnalysed=info +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=enabled org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore org.eclipse.jdt.core.compiler.problem.terminalDeprecation=warning org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning diff --git a/.settings/org.eclipse.jdt.ui.prefs b/.settings/org.eclipse.jdt.ui.prefs index 1add06a..54d02ac 100644 --- a/.settings/org.eclipse.jdt.ui.prefs +++ b/.settings/org.eclipse.jdt.ui.prefs @@ -76,6 +76,7 @@ sp_cleanup.add_missing_nls_tags=false sp_cleanup.add_missing_override_annotations=true sp_cleanup.add_missing_override_annotations_interface_methods=true sp_cleanup.add_serial_version_id=false +sp_cleanup.also_simplify_lambda=false sp_cleanup.always_use_blocks=true sp_cleanup.always_use_parentheses_in_expressions=true sp_cleanup.always_use_this_for_non_static_field_access=true @@ -130,6 +131,7 @@ sp_cleanup.one_if_rather_than_duplicate_blocks_that_fall_through=false sp_cleanup.operand_factorization=false sp_cleanup.organize_imports=true sp_cleanup.overridden_assignment=false +sp_cleanup.overridden_assignment_move_decl=false sp_cleanup.plain_replacement=false sp_cleanup.precompile_regex=false sp_cleanup.primitive_comparison=false @@ -159,10 +161,12 @@ sp_cleanup.remove_unnecessary_casts=true sp_cleanup.remove_unnecessary_nls_tags=true sp_cleanup.remove_unused_imports=true sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_method_parameters=false sp_cleanup.remove_unused_private_fields=true sp_cleanup.remove_unused_private_members=false sp_cleanup.remove_unused_private_methods=true sp_cleanup.remove_unused_private_types=true +sp_cleanup.replace_deprecated_calls=false sp_cleanup.return_expression=false sp_cleanup.simplify_lambda_expression_and_method_ref=false sp_cleanup.single_used_field=false @@ -174,6 +178,8 @@ sp_cleanup.strictly_equal_or_different=false sp_cleanup.stringbuffer_to_stringbuilder=false sp_cleanup.stringbuilder=false sp_cleanup.stringbuilder_for_local_vars=false +sp_cleanup.stringconcat_stringbuffer_stringbuilder=false +sp_cleanup.stringconcat_to_textblock=false sp_cleanup.substring=false sp_cleanup.switch=false sp_cleanup.system_property=false diff --git a/dependencies.md b/dependencies.md index 6359272..177ba06 100644 --- a/dependencies.md +++ b/dependencies.md @@ -36,25 +36,30 @@ | Dependency | License | | ------------------------------------------------------- | --------------------------------- | -| [SonarQube Scanner for Maven][29] | [GNU LGPL 3][30] | -| [Apache Maven Toolchains Plugin][31] | [Apache-2.0][23] | -| [Apache Maven Compiler Plugin][32] | [Apache-2.0][23] | -| [Apache Maven Enforcer Plugin][33] | [Apache-2.0][23] | -| [Maven Flatten Plugin][34] | [Apache Software Licenese][23] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][35] | [ASL2][36] | -| [Maven Surefire Plugin][37] | [Apache-2.0][23] | -| [Versions Maven Plugin][38] | [Apache License, Version 2.0][23] | -| [Project Keeper Maven plugin][39] | [The MIT License][40] | -| [duplicate-finder-maven-plugin Maven Mojo][41] | [Apache License 2.0][42] | -| [Apache Maven Deploy Plugin][43] | [Apache-2.0][23] | -| [Apache Maven GPG Plugin][44] | [Apache-2.0][23] | -| [Apache Maven Source Plugin][45] | [Apache License, Version 2.0][23] | -| [Apache Maven Javadoc Plugin][46] | [Apache-2.0][23] | -| [Nexus Staging Maven Plugin][47] | [Eclipse Public License][48] | -| [Maven Failsafe Plugin][49] | [Apache-2.0][23] | -| [JaCoCo :: Maven Plugin][50] | [EPL-2.0][51] | -| [error-code-crawler-maven-plugin][52] | [MIT License][53] | -| [Reproducible Build Maven Plugin][54] | [Apache 2.0][36] | +| [Apache Maven Clean Plugin][29] | [Apache-2.0][23] | +| [Apache Maven Install Plugin][30] | [Apache-2.0][23] | +| [Apache Maven Resources Plugin][31] | [Apache-2.0][23] | +| [Apache Maven Site Plugin][32] | [Apache License, Version 2.0][23] | +| [SonarQube Scanner for Maven][33] | [GNU LGPL 3][34] | +| [Apache Maven Toolchains Plugin][35] | [Apache-2.0][23] | +| [Apache Maven Compiler Plugin][36] | [Apache-2.0][23] | +| [Apache Maven Enforcer Plugin][37] | [Apache-2.0][23] | +| [Maven Flatten Plugin][38] | [Apache Software Licenese][23] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][39] | [ASL2][40] | +| [Maven Surefire Plugin][41] | [Apache-2.0][23] | +| [Versions Maven Plugin][42] | [Apache License, Version 2.0][23] | +| [Project Keeper Maven plugin][43] | [The MIT License][44] | +| [duplicate-finder-maven-plugin Maven Mojo][45] | [Apache License 2.0][46] | +| [Apache Maven Deploy Plugin][47] | [Apache-2.0][23] | +| [Apache Maven GPG Plugin][48] | [Apache-2.0][23] | +| [Apache Maven Source Plugin][49] | [Apache License, Version 2.0][23] | +| [Apache Maven Javadoc Plugin][50] | [Apache-2.0][23] | +| [Nexus Staging Maven Plugin][51] | [Eclipse Public License][52] | +| [Maven Failsafe Plugin][53] | [Apache-2.0][23] | +| [JaCoCo :: Maven Plugin][54] | [EPL-2.0][55] | +| [Quality Summarizer Maven Plugin][56] | [MIT License][57] | +| [error-code-crawler-maven-plugin][58] | [MIT License][59] | +| [Reproducible Build Maven Plugin][60] | [Apache 2.0][40] | [0]: https://github.com/exasol/bucketfs-java/ [1]: https://github.com/exasol/bucketfs-java/blob/main/LICENSE @@ -85,29 +90,35 @@ [26]: http://www.slf4j.org [27]: http://www.opensource.org/licenses/mit-license.php [28]: https://github.com/eclipse-ee4j/parsson -[29]: http://sonarsource.github.io/sonar-scanner-maven/ -[30]: http://www.gnu.org/licenses/lgpl.txt -[31]: https://maven.apache.org/plugins/maven-toolchains-plugin/ -[32]: https://maven.apache.org/plugins/maven-compiler-plugin/ -[33]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ -[34]: https://www.mojohaus.org/flatten-maven-plugin/ -[35]: https://sonatype.github.io/ossindex-maven/maven-plugin/ -[36]: http://www.apache.org/licenses/LICENSE-2.0.txt -[37]: https://maven.apache.org/surefire/maven-surefire-plugin/ -[38]: https://www.mojohaus.org/versions/versions-maven-plugin/ -[39]: https://github.com/exasol/project-keeper/ -[40]: https://github.com/exasol/project-keeper/blob/main/LICENSE -[41]: https://basepom.github.io/duplicate-finder-maven-plugin -[42]: http://www.apache.org/licenses/LICENSE-2.0.html -[43]: https://maven.apache.org/plugins/maven-deploy-plugin/ -[44]: https://maven.apache.org/plugins/maven-gpg-plugin/ -[45]: https://maven.apache.org/plugins/maven-source-plugin/ -[46]: https://maven.apache.org/plugins/maven-javadoc-plugin/ -[47]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ -[48]: http://www.eclipse.org/legal/epl-v10.html -[49]: https://maven.apache.org/surefire/maven-failsafe-plugin/ -[50]: https://www.jacoco.org/jacoco/trunk/doc/maven.html -[51]: https://www.eclipse.org/legal/epl-2.0/ -[52]: https://github.com/exasol/error-code-crawler-maven-plugin/ -[53]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE -[54]: http://zlika.github.io/reproducible-build-maven-plugin +[29]: https://maven.apache.org/plugins/maven-clean-plugin/ +[30]: https://maven.apache.org/plugins/maven-install-plugin/ +[31]: https://maven.apache.org/plugins/maven-resources-plugin/ +[32]: https://maven.apache.org/plugins/maven-site-plugin/ +[33]: http://sonarsource.github.io/sonar-scanner-maven/ +[34]: http://www.gnu.org/licenses/lgpl.txt +[35]: https://maven.apache.org/plugins/maven-toolchains-plugin/ +[36]: https://maven.apache.org/plugins/maven-compiler-plugin/ +[37]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ +[38]: https://www.mojohaus.org/flatten-maven-plugin/ +[39]: https://sonatype.github.io/ossindex-maven/maven-plugin/ +[40]: http://www.apache.org/licenses/LICENSE-2.0.txt +[41]: https://maven.apache.org/surefire/maven-surefire-plugin/ +[42]: https://www.mojohaus.org/versions/versions-maven-plugin/ +[43]: https://github.com/exasol/project-keeper/ +[44]: https://github.com/exasol/project-keeper/blob/main/LICENSE +[45]: https://basepom.github.io/duplicate-finder-maven-plugin +[46]: http://www.apache.org/licenses/LICENSE-2.0.html +[47]: https://maven.apache.org/plugins/maven-deploy-plugin/ +[48]: https://maven.apache.org/plugins/maven-gpg-plugin/ +[49]: https://maven.apache.org/plugins/maven-source-plugin/ +[50]: https://maven.apache.org/plugins/maven-javadoc-plugin/ +[51]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ +[52]: http://www.eclipse.org/legal/epl-v10.html +[53]: https://maven.apache.org/surefire/maven-failsafe-plugin/ +[54]: https://www.jacoco.org/jacoco/trunk/doc/maven.html +[55]: https://www.eclipse.org/legal/epl-2.0/ +[56]: https://github.com/exasol/quality-summarizer-maven-plugin/ +[57]: https://github.com/exasol/quality-summarizer-maven-plugin/blob/main/LICENSE +[58]: https://github.com/exasol/error-code-crawler-maven-plugin/ +[59]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE +[60]: http://zlika.github.io/reproducible-build-maven-plugin diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 3774180..c97c780 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changes +* [2.1.6](changes_2.1.6.md) * [2.1.5](changes_2.1.5.md) * [2.1.4](changes_2.1.4.md) * [2.1.3](changes_2.1.3.md) diff --git a/doc/changes/changes_2.1.6.md b/doc/changes/changes_2.1.6.md new file mode 100644 index 0000000..18ee1bd --- /dev/null +++ b/doc/changes/changes_2.1.6.md @@ -0,0 +1,48 @@ +# Exasol Test Setup Abstraction Java 2.1.6, released 2024-??-?? + +Code name: Fixed vulnerability CVE-2024-47535 in io.netty:netty-common:jar:4.1.112.Final:runtime + +## Summary + +The release updates the default Exasol DB version to 7.1.23 and fixes the following vulnerability: + +### CVE-2024-47535 (CWE-400) in dependency `io.netty:netty-common:jar:4.1.112.Final:runtime` +Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. An unsafe reading of environment file could potentially cause a denial of service in Netty. When loaded on an Windows application, Netty attempts to load a file that does not exist. If an attacker creates such a large file, the Netty application crashes. This vulnerability is fixed in 4.1.115. + +#### References +* https://ossindex.sonatype.org/vulnerability/CVE-2024-47535?component-type=maven&component-name=io.netty%2Fnetty-common&utm_source=ossindex-client&utm_medium=integration&utm_content=1.8.1 +* http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-47535 +* https://github.com/advisories/GHSA-xq3w-v528-46rv + +## Security + +* #86: Fixed vulnerability CVE-2024-47535 in dependency `io.netty:netty-common:jar:4.1.112.Final:runtime` + +## Dependency Updates + +### Compile Dependency Updates + +* Updated `com.github.mwiede:jsch:0.2.20` to `0.2.21` +* Updated `software.amazon.awssdk:cloudformation:2.28.11` to `2.29.15` +* Updated `software.amazon.awssdk:ec2:2.28.11` to `2.29.15` + +### Test Dependency Updates + +* Updated `nl.jqno.equalsverifier:equalsverifier:3.17` to `3.17.3` +* Updated `org.junit.jupiter:junit-jupiter-engine:5.11.1` to `5.11.3` +* Updated `org.junit.jupiter:junit-jupiter-params:5.11.1` to `5.11.3` + +### Plugin Dependency Updates + +* Updated `com.exasol:project-keeper-maven-plugin:4.3.3` to `4.4.0` +* Added `com.exasol:quality-summarizer-maven-plugin:0.2.0` +* Updated `io.github.zlika:reproducible-build-maven-plugin:0.16` to `0.17` +* Updated `org.apache.maven.plugins:maven-clean-plugin:2.5` to `3.4.0` +* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.2.5` to `3.5.1` +* Updated `org.apache.maven.plugins:maven-gpg-plugin:3.2.4` to `3.2.7` +* Updated `org.apache.maven.plugins:maven-install-plugin:2.4` to `3.1.3` +* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.7.0` to `3.10.1` +* Updated `org.apache.maven.plugins:maven-resources-plugin:2.6` to `3.3.1` +* Updated `org.apache.maven.plugins:maven-site-plugin:3.3` to `3.9.1` +* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.2.5` to `3.5.1` +* Updated `org.codehaus.mojo:versions-maven-plugin:2.16.2` to `2.17.1` diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom index 1ff0b2b..752bdf8 100644 --- a/pk_generated_parent.pom +++ b/pk_generated_parent.pom @@ -3,7 +3,7 @@ 4.0.0 com.exasol exasol-test-setup-abstraction-java-generated-parent - 2.1.5 + 2.1.6 pom UTF-8 @@ -47,6 +47,26 @@ + + org.apache.maven.plugins + maven-clean-plugin + 3.4.0 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.3 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + org.sonarsource.scanner.maven sonar-maven-plugin @@ -150,7 +170,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.1 @@ -161,7 +181,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.17.1 display-updates @@ -223,7 +243,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.7 sign-artifacts @@ -259,7 +279,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.10.1 attach-javadocs @@ -302,7 +322,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.5.1 -Djava.util.logging.config.file=src/test/resources/logging.properties ${argLine} @@ -360,6 +380,19 @@ + + com.exasol + quality-summarizer-maven-plugin + 0.2.0 + + + summarize-metrics + + summarize + + + + com.exasol error-code-crawler-maven-plugin @@ -376,7 +409,7 @@ io.github.zlika reproducible-build-maven-plugin - 0.16 + 0.17 strip-jar diff --git a/pom.xml b/pom.xml index 50730c0..4bf88a5 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ 4.0.0 exasol-test-setup-abstraction-java - 2.1.5 + 2.1.6 exasol-test-setup-abstraction-java Common interface for testing with an exasol database local and on AWS using Java. https://github.com/exasol/exasol-test-setup-abstraction-java/ - 5.11.1 - 2.28.11 + 5.11.3 + 2.29.15 @@ -56,7 +56,7 @@ com.github.mwiede jsch - 0.2.20 + 0.2.21 com.exasol @@ -96,7 +96,7 @@ nl.jqno.equalsverifier equalsverifier - 3.17 + 3.17.3 test @@ -141,7 +141,7 @@ com.exasol project-keeper-maven-plugin - 4.3.3 + 4.4.0 @@ -180,7 +180,7 @@ exasol-test-setup-abstraction-java-generated-parent com.exasol - 2.1.5 + 2.1.6 pk_generated_parent.pom