From b97a23722ea7c16e1e1f7960c58c773adae58242 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Thu, 26 Oct 2023 15:18:58 +0200 Subject: [PATCH] add v8 to ci --- .github/workflows/ci-build.yml | 4 +-- dependencies.md | 56 +++++++++++++++------------------- doc/changes/changes_7.1.5.md | 9 ++++-- pk_generated_parent.pom | 17 ++++++----- pom.xml | 2 +- 5 files changed, 42 insertions(+), 46 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e194739..05b0485 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -15,9 +15,7 @@ jobs: strategy: fail-fast: false matrix: - docker_db_version: ["7.1.23"] - env: - DEFAULT_DB_VERSION: "7.1.23" + docker_db_version: ["7.1.24", "8.23.0"] steps: - name: Checkout the repository uses: actions/checkout@v4 diff --git a/dependencies.md b/dependencies.md index 6e48498..5f7541e 100644 --- a/dependencies.md +++ b/dependencies.md @@ -27,34 +27,30 @@ ## Plugin Dependencies -| Dependency | License | -| ------------------------------------------------------- | ---------------------------------------------- | -| [SonarQube Scanner for Maven][26] | [GNU LGPL 3][27] | -| [Apache Maven Compiler Plugin][28] | [Apache-2.0][29] | -| [Apache Maven Enforcer Plugin][30] | [Apache-2.0][29] | -| [Maven Flatten Plugin][31] | [Apache Software Licenese][29] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][32] | [ASL2][33] | -| [Maven Surefire Plugin][34] | [Apache-2.0][29] | -| [Versions Maven Plugin][35] | [Apache License, Version 2.0][29] | -| [duplicate-finder-maven-plugin Maven Mojo][36] | [Apache License 2.0][37] | -| [Project keeper maven plugin][38] | [The MIT License][39] | -| [Apache Maven Assembly Plugin][40] | [Apache-2.0][29] | -| [Apache Maven JAR Plugin][41] | [Apache License, Version 2.0][29] | -| [Artifact reference checker and unifier][42] | [MIT][43] | -| [Apache Maven Deploy Plugin][44] | [Apache-2.0][29] | -| [Apache Maven GPG Plugin][45] | [Apache-2.0][29] | -| [Apache Maven Source Plugin][46] | [Apache License, Version 2.0][29] | -| [Apache Maven Javadoc Plugin][47] | [Apache License, Version 2.0][29] | -| [Nexus Staging Maven Plugin][48] | [Eclipse Public License][49] | -| [Apache Maven Dependency Plugin][50] | [Apache-2.0][29] | -| [Maven Failsafe Plugin][51] | [Apache-2.0][29] | -| [JaCoCo :: Maven Plugin][52] | [Eclipse Public License 2.0][25] | -| [error-code-crawler-maven-plugin][53] | [MIT License][54] | -| [Reproducible Build Maven Plugin][55] | [Apache 2.0][33] | -| [Maven Clean Plugin][56] | [The Apache Software License, Version 2.0][33] | -| [Maven Resources Plugin][57] | [The Apache Software License, Version 2.0][33] | -| [Maven Install Plugin][58] | [The Apache Software License, Version 2.0][33] | -| [Maven Site Plugin 3][59] | [The Apache Software License, Version 2.0][33] | +| Dependency | License | +| ------------------------------------------------------- | --------------------------------- | +| [SonarQube Scanner for Maven][26] | [GNU LGPL 3][27] | +| [Apache Maven Compiler Plugin][28] | [Apache-2.0][29] | +| [Apache Maven Enforcer Plugin][30] | [Apache-2.0][29] | +| [Maven Flatten Plugin][31] | [Apache Software Licenese][29] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][32] | [ASL2][33] | +| [Maven Surefire Plugin][34] | [Apache-2.0][29] | +| [Versions Maven Plugin][35] | [Apache License, Version 2.0][29] | +| [duplicate-finder-maven-plugin Maven Mojo][36] | [Apache License 2.0][37] | +| [Project keeper maven plugin][38] | [The MIT License][39] | +| [Apache Maven Assembly Plugin][40] | [Apache-2.0][29] | +| [Apache Maven JAR Plugin][41] | [Apache License, Version 2.0][29] | +| [Artifact reference checker and unifier][42] | [MIT][43] | +| [Apache Maven Deploy Plugin][44] | [Apache-2.0][29] | +| [Apache Maven GPG Plugin][45] | [Apache-2.0][29] | +| [Apache Maven Source Plugin][46] | [Apache License, Version 2.0][29] | +| [Apache Maven Javadoc Plugin][47] | [Apache License, Version 2.0][29] | +| [Nexus Staging Maven Plugin][48] | [Eclipse Public License][49] | +| [Apache Maven Dependency Plugin][50] | [Apache-2.0][29] | +| [Maven Failsafe Plugin][51] | [Apache-2.0][29] | +| [JaCoCo :: Maven Plugin][52] | [Eclipse Public License 2.0][25] | +| [error-code-crawler-maven-plugin][53] | [MIT License][54] | +| [Reproducible Build Maven Plugin][55] | [Apache 2.0][33] | [0]: https://github.com/exasol/virtual-schema-common-jdbc/ [1]: https://github.com/exasol/virtual-schema-common-jdbc/blob/main/LICENSE @@ -112,7 +108,3 @@ [53]: https://github.com/exasol/error-code-crawler-maven-plugin/ [54]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE [55]: http://zlika.github.io/reproducible-build-maven-plugin -[56]: http://maven.apache.org/plugins/maven-clean-plugin/ -[57]: http://maven.apache.org/plugins/maven-resources-plugin/ -[58]: http://maven.apache.org/plugins/maven-install-plugin/ -[59]: http://maven.apache.org/plugins/maven-site-plugin/ diff --git a/doc/changes/changes_7.1.5.md b/doc/changes/changes_7.1.5.md index 156f0f9..469e422 100644 --- a/doc/changes/changes_7.1.5.md +++ b/doc/changes/changes_7.1.5.md @@ -22,6 +22,7 @@ This release fixes vulnerability CVE-2023-42503 in transitive test dependency to * Updated `com.exasol:hamcrest-resultset-matcher:1.6.0` to `1.6.1` * Updated `com.exasol:test-db-builder-java:3.4.2` to `3.5.1` * Updated `com.exasol:virtual-schema-common-jdbc:11.0.1` to `11.0.2` +* Updated `org.jacoco:org.jacoco.agent:0.8.10` to `0.8.11` * Updated `org.junit.jupiter:junit-jupiter:5.9.3` to `5.10.0` * Updated `org.mockito:mockito-junit-jupiter:5.4.0` to `5.6.0` * Updated `org.slf4j:slf4j-jdk14:2.0.7` to `2.0.9` @@ -29,5 +30,9 @@ This release fixes vulnerability CVE-2023-42503 in transitive test dependency to ### Plugin Dependency Updates -* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.12` -* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.0` +* Updated `com.exasol:error-code-crawler-maven-plugin:1.3.0` to `1.3.1` +* Updated `com.exasol:project-keeper-maven-plugin:2.9.9` to `2.9.14` +* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.1` +* Updated `org.codehaus.mojo:versions-maven-plugin:2.16.0` to `2.16.1` +* Updated `org.jacoco:jacoco-maven-plugin:0.8.10` to `0.8.11` +* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184` to `3.10.0.2594` diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom index a776242..bd86b4b 100644 --- a/pk_generated_parent.pom +++ b/pk_generated_parent.pom @@ -46,7 +46,7 @@ org.jacoco org.jacoco.agent - 0.8.10 + 0.8.11 test runtime @@ -56,7 +56,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.9.1.2184 + 3.10.0.2594 org.apache.maven.plugins @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.0 + 3.4.1 enforce-maven @@ -80,7 +80,7 @@ - [3.8.7,3.9.0) + 3.6.3 @@ -140,7 +140,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.0 + 2.16.1 display-updates @@ -277,7 +277,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.0 attach-javadocs @@ -292,6 +292,7 @@ true true true + true @@ -361,7 +362,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 prepare-agent @@ -408,7 +409,7 @@ com.exasol error-code-crawler-maven-plugin - 1.3.0 + 1.3.1 verify diff --git a/pom.xml b/pom.xml index b9d97fa..e8c34d9 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ com.exasol project-keeper-maven-plugin - 2.9.12 + 2.9.14