From d5ca5c74bb0b1dbf17a060185fd940e335adb9f4 Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Thu, 28 Sep 2023 14:02:25 +0200 Subject: [PATCH] PK fix --- .github/workflows/broken_links_checker.yml | 6 +- .github/workflows/dependencies_check.yml | 8 +- .../release_droid_print_quick_checksum.yml | 7 +- dependencies.md | 256 +++++++++--------- doc/changes/changes_2.7.4.md | 24 +- pk_generated_parent.pom | 2 +- 6 files changed, 162 insertions(+), 141 deletions(-) diff --git a/.github/workflows/broken_links_checker.yml b/.github/workflows/broken_links_checker.yml index f2079ec3..82ec1cd5 100644 --- a/.github/workflows/broken_links_checker.yml +++ b/.github/workflows/broken_links_checker.yml @@ -15,7 +15,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure broken links checker run: | mkdir -p ./target @@ -27,6 +27,6 @@ jobs: ']}' > ./target/broken_links_checker.json - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - use-quiet-mode: 'yes' - use-verbose-mode: 'yes' + use-quiet-mode: "yes" + use-verbose-mode: "yes" config-file: ./target/broken_links_checker.json diff --git a/.github/workflows/dependencies_check.yml b/.github/workflows/dependencies_check.yml index b2ab2316..3059964b 100644 --- a/.github/workflows/dependencies_check.yml +++ b/.github/workflows/dependencies_check.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 11 uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: "temurin" java-version: 11 - cache: 'maven' + cache: "maven" - name: Checking dependencies for vulnerabilities - run: mvn --batch-mode org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f pom.xml \ No newline at end of file + run: mvn --batch-mode org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f pom.xml diff --git a/.github/workflows/release_droid_print_quick_checksum.yml b/.github/workflows/release_droid_print_quick_checksum.yml index 8add957f..aed44449 100644 --- a/.github/workflows/release_droid_print_quick_checksum.yml +++ b/.github/workflows/release_droid_print_quick_checksum.yml @@ -8,17 +8,16 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up JDK 11 uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: "temurin" java-version: 11 - cache: 'maven' + cache: "maven" - name: Build with Maven skipping tests run: mvn --batch-mode clean verify -DskipTests - name: Print checksum run: echo 'checksum_start==';find target -maxdepth 1 -name *.jar -exec sha256sum "{}" + | xargs;echo '==checksum_end' - diff --git a/dependencies.md b/dependencies.md index 6886e67e..1bd67e5c 100644 --- a/dependencies.md +++ b/dependencies.md @@ -29,68 +29,69 @@ | [Google OAuth Client Library for Java][22] | [The Apache Software License, Version 2.0][3] | | [ORC Core][23] | [Apache License, Version 2.0][3] | | [Apache Avro][24] | [Apache-2.0][3] | -| [delta-core][25] | [Apache-2.0][26] | -| [Spark Project SQL][27] | [Apache 2.0 License][28] | -| [Apache Ivy][29] | [The Apache Software License, Version 2.0][5] | -| [Parquet for Java][30] | [MIT License][31] | -| [JUL to SLF4J bridge][32] | [MIT License][33] | -| [SLF4J Reload4j Binding][34] | [MIT License][33] | -| [Apache Log4j API][35] | [Apache License, Version 2.0][3] | -| [Apache Log4j 1.x Compatibility API][36] | [Apache License, Version 2.0][3] | -| [Apache Log4j Core][37] | [Apache License, Version 2.0][3] | -| [scala-logging][38] | [Apache 2.0 License][28] | +| [Apache Commons Compress][25] | [Apache-2.0][3] | +| [delta-core][26] | [Apache-2.0][27] | +| [Spark Project SQL][28] | [Apache 2.0 License][29] | +| [Apache Ivy][30] | [The Apache Software License, Version 2.0][5] | +| [Parquet for Java][31] | [MIT License][32] | +| [JUL to SLF4J bridge][33] | [MIT License][34] | +| [SLF4J Reload4j Provider][35] | [MIT License][34] | +| [Apache Log4j API][36] | [Apache License, Version 2.0][3] | +| [Apache Log4j 1.x Compatibility API][37] | [Apache License, Version 2.0][3] | +| [Apache Log4j Core][38] | [Apache License, Version 2.0][3] | +| [scala-logging][39] | [Apache 2.0 License][29] | ### Test Dependencies | Dependency | License | | ------------------------------------------ | ----------------------------------------- | -| [scalatest][39] | [the Apache License, ASL Version 2.0][26] | -| [scalatestplus-mockito][40] | [Apache-2.0][26] | -| [mockito-core][41] | [The MIT License][42] | -| [Hamcrest][43] | [BSD License 3][44] | -| [testcontainers-scala-scalatest][45] | [The MIT License (MIT)][46] | -| [Testcontainers :: Localstack][47] | [MIT][48] | -| [Test containers for Exasol on Docker][49] | [MIT License][50] | -| [Test Database Builder for Java][51] | [MIT License][52] | -| [Matcher for SQL Result Sets][53] | [MIT License][54] | -| [EqualsVerifier \| release normal jar][55] | [Apache License, Version 2.0][3] | -| [JUnit Jupiter Engine][56] | [Eclipse Public License v2.0][57] | -| [Maven Project Version Getter][58] | [MIT License][59] | -| [Extension integration tests library][60] | [MIT License][61] | +| [scalatest][40] | [the Apache License, ASL Version 2.0][27] | +| [scalatestplus-mockito][41] | [Apache-2.0][27] | +| [mockito-core][42] | [The MIT License][43] | +| [Hamcrest][44] | [BSD License 3][45] | +| [testcontainers-scala-scalatest][46] | [The MIT License (MIT)][47] | +| [Testcontainers :: Localstack][48] | [MIT][49] | +| [Test containers for Exasol on Docker][50] | [MIT License][51] | +| [Test Database Builder for Java][52] | [MIT License][53] | +| [Matcher for SQL Result Sets][54] | [MIT License][55] | +| [EqualsVerifier \| release normal jar][56] | [Apache License, Version 2.0][3] | +| [JUnit Jupiter Engine][57] | [Eclipse Public License v2.0][58] | +| [Maven Project Version Getter][59] | [MIT License][60] | +| [Extension integration tests library][61] | [MIT License][62] | ### Plugin Dependencies | Dependency | License | | ------------------------------------------------------- | --------------------------------------------- | -| [SonarQube Scanner for Maven][62] | [GNU LGPL 3][63] | -| [Apache Maven Compiler Plugin][64] | [Apache-2.0][3] | -| [Apache Maven Enforcer Plugin][65] | [Apache-2.0][3] | -| [Maven Flatten Plugin][66] | [Apache Software Licenese][3] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][67] | [ASL2][5] | -| [scala-maven-plugin][68] | [Public domain (Unlicense)][69] | -| [ScalaTest Maven Plugin][70] | [the Apache License, ASL Version 2.0][26] | -| [Apache Maven Javadoc Plugin][71] | [Apache-2.0][3] | -| [Maven Surefire Plugin][72] | [Apache-2.0][3] | -| [Versions Maven Plugin][73] | [Apache License, Version 2.0][3] | -| [duplicate-finder-maven-plugin Maven Mojo][74] | [Apache License 2.0][28] | -| [Apache Maven Assembly Plugin][75] | [Apache-2.0][3] | -| [Apache Maven JAR Plugin][76] | [Apache License, Version 2.0][3] | -| [Artifact reference checker and unifier][77] | [MIT License][78] | -| [Maven Failsafe Plugin][79] | [Apache-2.0][3] | -| [JaCoCo :: Maven Plugin][80] | [Eclipse Public License 2.0][81] | -| [error-code-crawler-maven-plugin][82] | [MIT License][83] | -| [Reproducible Build Maven Plugin][84] | [Apache 2.0][5] | -| [Project keeper maven plugin][85] | [The MIT License][86] | -| [OpenFastTrace Maven Plugin][87] | [GNU General Public License v3.0][88] | -| [Scalastyle Maven Plugin][89] | [Apache 2.0][28] | -| [spotless-maven-plugin][90] | [The Apache Software License, Version 2.0][3] | -| [scalafix-maven-plugin][91] | [BSD-3-Clause][20] | -| [Exec Maven Plugin][92] | [Apache License 2][3] | -| [Apache Maven Clean Plugin][93] | [Apache-2.0][3] | -| [Maven Resources Plugin][94] | [The Apache Software License, Version 2.0][5] | -| [Maven Install Plugin][95] | [The Apache Software License, Version 2.0][5] | -| [Maven Deploy Plugin][96] | [The Apache Software License, Version 2.0][5] | -| [Maven Site Plugin 3][97] | [The Apache Software License, Version 2.0][5] | +| [SonarQube Scanner for Maven][63] | [GNU LGPL 3][64] | +| [Apache Maven Compiler Plugin][65] | [Apache-2.0][3] | +| [Apache Maven Enforcer Plugin][66] | [Apache-2.0][3] | +| [Maven Flatten Plugin][67] | [Apache Software Licenese][3] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][68] | [ASL2][5] | +| [scala-maven-plugin][69] | [Public domain (Unlicense)][70] | +| [ScalaTest Maven Plugin][71] | [the Apache License, ASL Version 2.0][27] | +| [Apache Maven Javadoc Plugin][72] | [Apache-2.0][3] | +| [Maven Surefire Plugin][73] | [Apache-2.0][3] | +| [Versions Maven Plugin][74] | [Apache License, Version 2.0][3] | +| [duplicate-finder-maven-plugin Maven Mojo][75] | [Apache License 2.0][29] | +| [Apache Maven Assembly Plugin][76] | [Apache-2.0][3] | +| [Apache Maven JAR Plugin][77] | [Apache License, Version 2.0][3] | +| [Artifact reference checker and unifier][78] | [MIT License][79] | +| [Maven Failsafe Plugin][80] | [Apache-2.0][3] | +| [JaCoCo :: Maven Plugin][81] | [Eclipse Public License 2.0][82] | +| [error-code-crawler-maven-plugin][83] | [MIT License][84] | +| [Reproducible Build Maven Plugin][85] | [Apache 2.0][5] | +| [Project keeper maven plugin][86] | [The MIT License][87] | +| [OpenFastTrace Maven Plugin][88] | [GNU General Public License v3.0][89] | +| [Scalastyle Maven Plugin][90] | [Apache 2.0][29] | +| [spotless-maven-plugin][91] | [The Apache Software License, Version 2.0][3] | +| [scalafix-maven-plugin][92] | [BSD-3-Clause][20] | +| [Exec Maven Plugin][93] | [Apache License 2][3] | +| [Apache Maven Clean Plugin][94] | [Apache-2.0][3] | +| [Maven Resources Plugin][95] | [The Apache Software License, Version 2.0][5] | +| [Maven Install Plugin][96] | [The Apache Software License, Version 2.0][5] | +| [Maven Deploy Plugin][97] | [The Apache Software License, Version 2.0][5] | +| [Maven Site Plugin 3][98] | [The Apache Software License, Version 2.0][5] | ## Extension @@ -98,7 +99,7 @@ | Dependency | License | | ----------------------------------------- | ------- | -| [@exasol/extension-manager-interface][98] | MIT | +| [@exasol/extension-manager-interface][99] | MIT | [0]: https://www.scala-lang.org/ [1]: https://www.apache.org/licenses/LICENSE-2.0 @@ -125,77 +126,78 @@ [22]: https://github.com/googleapis/google-oauth-java-client [23]: https://orc.apache.org/ [24]: https://avro.apache.org -[25]: https://delta.io/ -[26]: http://www.apache.org/licenses/LICENSE-2.0 -[27]: https://spark.apache.org/ -[28]: http://www.apache.org/licenses/LICENSE-2.0.html -[29]: http://ant.apache.org/ivy/ -[30]: https://github.com/exasol/parquet-io-java/ -[31]: https://github.com/exasol/parquet-io-java/blob/main/LICENSE -[32]: http://www.slf4j.org -[33]: http://www.opensource.org/licenses/mit-license.php -[34]: http://reload4j.qos.ch -[35]: https://logging.apache.org/log4j/2.x/log4j-api/ -[36]: https://logging.apache.org/log4j/2.x/ -[37]: https://logging.apache.org/log4j/2.x/log4j-core/ -[38]: https://github.com/lightbend/scala-logging -[39]: http://www.scalatest.org -[40]: https://github.com/scalatest/scalatestplus-mockito -[41]: https://github.com/mockito/mockito -[42]: https://github.com/mockito/mockito/blob/main/LICENSE -[43]: http://hamcrest.org/JavaHamcrest/ -[44]: http://opensource.org/licenses/BSD-3-Clause -[45]: https://github.com/testcontainers/testcontainers-scala -[46]: https://opensource.org/licenses/MIT -[47]: https://java.testcontainers.org -[48]: http://opensource.org/licenses/MIT -[49]: https://github.com/exasol/exasol-testcontainers/ -[50]: https://github.com/exasol/exasol-testcontainers/blob/main/LICENSE -[51]: https://github.com/exasol/test-db-builder-java/ -[52]: https://github.com/exasol/test-db-builder-java/blob/main/LICENSE -[53]: https://github.com/exasol/hamcrest-resultset-matcher/ -[54]: https://github.com/exasol/hamcrest-resultset-matcher/blob/main/LICENSE -[55]: https://www.jqno.nl/equalsverifier -[56]: https://junit.org/junit5/ -[57]: https://www.eclipse.org/legal/epl-v20.html -[58]: https://github.com/exasol/maven-project-version-getter/ -[59]: https://github.com/exasol/maven-project-version-getter/blob/main/LICENSE -[60]: https://github.com/exasol/extension-manager/ -[61]: https://github.com/exasol/extension-manager/blob/main/LICENSE -[62]: http://sonarsource.github.io/sonar-scanner-maven/ -[63]: http://www.gnu.org/licenses/lgpl.txt -[64]: https://maven.apache.org/plugins/maven-compiler-plugin/ -[65]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ -[66]: https://www.mojohaus.org/flatten-maven-plugin/ -[67]: https://sonatype.github.io/ossindex-maven/maven-plugin/ -[68]: http://github.com/davidB/scala-maven-plugin -[69]: http://unlicense.org/ -[70]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin -[71]: https://maven.apache.org/plugins/maven-javadoc-plugin/ -[72]: https://maven.apache.org/surefire/maven-surefire-plugin/ -[73]: https://www.mojohaus.org/versions/versions-maven-plugin/ -[74]: https://basepom.github.io/duplicate-finder-maven-plugin -[75]: https://maven.apache.org/plugins/maven-assembly-plugin/ -[76]: https://maven.apache.org/plugins/maven-jar-plugin/ -[77]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ -[78]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE -[79]: https://maven.apache.org/surefire/maven-failsafe-plugin/ -[80]: https://www.jacoco.org/jacoco/trunk/doc/maven.html -[81]: https://www.eclipse.org/legal/epl-2.0/ -[82]: https://github.com/exasol/error-code-crawler-maven-plugin/ -[83]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE -[84]: http://zlika.github.io/reproducible-build-maven-plugin -[85]: https://github.com/exasol/project-keeper/ -[86]: https://github.com/exasol/project-keeper/blob/main/LICENSE -[87]: https://github.com/itsallcode/openfasttrace-maven-plugin -[88]: https://www.gnu.org/licenses/gpl-3.0.html -[89]: http://www.scalastyle.org -[90]: https://github.com/diffplug/spotless -[91]: https://github.com/evis/scalafix-maven-plugin -[92]: https://www.mojohaus.org/exec-maven-plugin -[93]: https://maven.apache.org/plugins/maven-clean-plugin/ -[94]: http://maven.apache.org/plugins/maven-resources-plugin/ -[95]: http://maven.apache.org/plugins/maven-install-plugin/ -[96]: http://maven.apache.org/plugins/maven-deploy-plugin/ -[97]: http://maven.apache.org/plugins/maven-site-plugin/ -[98]: https://registry.npmjs.org/@exasol/extension-manager-interface/-/extension-manager-interface-0.3.1.tgz +[25]: https://commons.apache.org/proper/commons-compress/ +[26]: https://delta.io/ +[27]: http://www.apache.org/licenses/LICENSE-2.0 +[28]: https://spark.apache.org/ +[29]: http://www.apache.org/licenses/LICENSE-2.0.html +[30]: http://ant.apache.org/ivy/ +[31]: https://github.com/exasol/parquet-io-java/ +[32]: https://github.com/exasol/parquet-io-java/blob/main/LICENSE +[33]: http://www.slf4j.org +[34]: http://www.opensource.org/licenses/mit-license.php +[35]: http://reload4j.qos.ch +[36]: https://logging.apache.org/log4j/2.x/log4j-api/ +[37]: https://logging.apache.org/log4j/2.x/ +[38]: https://logging.apache.org/log4j/2.x/log4j-core/ +[39]: https://github.com/lightbend/scala-logging +[40]: http://www.scalatest.org +[41]: https://github.com/scalatest/scalatestplus-mockito +[42]: https://github.com/mockito/mockito +[43]: https://github.com/mockito/mockito/blob/main/LICENSE +[44]: http://hamcrest.org/JavaHamcrest/ +[45]: http://opensource.org/licenses/BSD-3-Clause +[46]: https://github.com/testcontainers/testcontainers-scala +[47]: https://opensource.org/licenses/MIT +[48]: https://java.testcontainers.org +[49]: http://opensource.org/licenses/MIT +[50]: https://github.com/exasol/exasol-testcontainers/ +[51]: https://github.com/exasol/exasol-testcontainers/blob/main/LICENSE +[52]: https://github.com/exasol/test-db-builder-java/ +[53]: https://github.com/exasol/test-db-builder-java/blob/main/LICENSE +[54]: https://github.com/exasol/hamcrest-resultset-matcher/ +[55]: https://github.com/exasol/hamcrest-resultset-matcher/blob/main/LICENSE +[56]: https://www.jqno.nl/equalsverifier +[57]: https://junit.org/junit5/ +[58]: https://www.eclipse.org/legal/epl-v20.html +[59]: https://github.com/exasol/maven-project-version-getter/ +[60]: https://github.com/exasol/maven-project-version-getter/blob/main/LICENSE +[61]: https://github.com/exasol/extension-manager/ +[62]: https://github.com/exasol/extension-manager/blob/main/LICENSE +[63]: http://sonarsource.github.io/sonar-scanner-maven/ +[64]: http://www.gnu.org/licenses/lgpl.txt +[65]: https://maven.apache.org/plugins/maven-compiler-plugin/ +[66]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ +[67]: https://www.mojohaus.org/flatten-maven-plugin/ +[68]: https://sonatype.github.io/ossindex-maven/maven-plugin/ +[69]: http://github.com/davidB/scala-maven-plugin +[70]: http://unlicense.org/ +[71]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin +[72]: https://maven.apache.org/plugins/maven-javadoc-plugin/ +[73]: https://maven.apache.org/surefire/maven-surefire-plugin/ +[74]: https://www.mojohaus.org/versions/versions-maven-plugin/ +[75]: https://basepom.github.io/duplicate-finder-maven-plugin +[76]: https://maven.apache.org/plugins/maven-assembly-plugin/ +[77]: https://maven.apache.org/plugins/maven-jar-plugin/ +[78]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ +[79]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE +[80]: https://maven.apache.org/surefire/maven-failsafe-plugin/ +[81]: https://www.jacoco.org/jacoco/trunk/doc/maven.html +[82]: https://www.eclipse.org/legal/epl-2.0/ +[83]: https://github.com/exasol/error-code-crawler-maven-plugin/ +[84]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE +[85]: http://zlika.github.io/reproducible-build-maven-plugin +[86]: https://github.com/exasol/project-keeper/ +[87]: https://github.com/exasol/project-keeper/blob/main/LICENSE +[88]: https://github.com/itsallcode/openfasttrace-maven-plugin +[89]: https://www.gnu.org/licenses/gpl-3.0.html +[90]: http://www.scalastyle.org +[91]: https://github.com/diffplug/spotless +[92]: https://github.com/evis/scalafix-maven-plugin +[93]: https://www.mojohaus.org/exec-maven-plugin +[94]: https://maven.apache.org/plugins/maven-clean-plugin/ +[95]: http://maven.apache.org/plugins/maven-resources-plugin/ +[96]: http://maven.apache.org/plugins/maven-install-plugin/ +[97]: http://maven.apache.org/plugins/maven-deploy-plugin/ +[98]: http://maven.apache.org/plugins/maven-site-plugin/ +[99]: https://registry.npmjs.org/@exasol/extension-manager-interface/-/extension-manager-interface-0.3.1.tgz diff --git a/doc/changes/changes_2.7.4.md b/doc/changes/changes_2.7.4.md index 533f1b3c..63f1124b 100644 --- a/doc/changes/changes_2.7.4.md +++ b/doc/changes/changes_2.7.4.md @@ -18,16 +18,36 @@ The release also updates the extension to use common code from `@exasol/extensio #### Compile Dependency Updates -* Updated `com.google.protobuf:protobuf-java:3.24.0` to `3.24.1` -* Updated `io.netty:netty-handler:4.1.96.Final` to `4.1.97.Final` +* Updated `com.exasol:parquet-io-java:2.0.4` to `2.0.5` +* Updated `com.google.protobuf:protobuf-java:3.24.0` to `3.24.3` +* Updated `io.dropwizard.metrics:metrics-core:4.2.19` to `4.2.20` +* Updated `io.netty:netty-handler:4.1.96.Final` to `4.1.99.Final` +* Updated `org.apache.avro:avro:1.11.2` to `1.11.3` +* Added `org.apache.commons:commons-compress:1.24.0` * Added `org.apache.ivy:ivy:2.5.2` * Updated `org.jetbrains.kotlin:kotlin-stdlib:1.9.0` to `1.9.10` +* Updated `org.slf4j:jul-to-slf4j:2.0.7` to `2.0.9` +* Updated `org.slf4j:slf4j-reload4j:2.0.7` to `2.0.9` +* Updated `org.xerial.snappy:snappy-java:1.1.10.3` to `1.1.10.5` #### Test Dependency Updates +* Updated `com.dimafeng:testcontainers-scala-scalatest_2.13:0.40.17` to `0.41.0` +* Updated `com.exasol:exasol-testcontainers:6.6.1` to `6.6.2` +* Updated `com.exasol:extension-manager-integration-test-java:0.5.0` to `0.5.1` +* 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 `nl.jqno.equalsverifier:equalsverifier:3.15.1` to `3.15.2` * Updated `org.mockito:mockito-core:5.4.0` to `5.5.0` * Updated `org.testcontainers:localstack:1.18.3` to `1.19.0` +#### Plugin Dependency Updates + +* Updated `com.diffplug.spotless:spotless-maven-plugin:2.38.0` to `2.39.0` +* Updated `com.exasol:project-keeper-maven-plugin:2.9.10` to `2.9.12` +* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.3.0` to `3.4.0` +* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.5.0` to `3.6.0` + ### Extension #### Compile Dependency Updates diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom index 6a579ba7..1e3ce210 100644 --- a/pk_generated_parent.pom +++ b/pk_generated_parent.pom @@ -51,7 +51,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.0 enforce-maven