From f7834880f91474bc72494c761c124ae74ff5c91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 15:16:48 +0000 Subject: [PATCH 01/22] Bump compas.core.version from 0.6.0 to 0.7.0 Bumps `compas.core.version` from 0.6.0 to 0.7.0. Updates `scl2007b4` from 0.6.0 to 0.7.0 Updates `jaxrs-commons` from 0.6.0 to 0.7.0 --- updated-dependencies: - dependency-name: org.lfenergy.compas.core:scl2007b4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.lfenergy.compas.core:jaxrs-commons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d0eca4c..d25a345 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0 3.0.0-M5 3.2.0 - 0.6.0 + 0.7.0 2.4.2.Final 3.0 From 380837e3bc845b7fd03c984df2cb19b46c6728a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:18:19 +0000 Subject: [PATCH 02/22] Bump actions/setup-java from 2.4.0 to 2.5.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-project.yml | 2 +- .github/workflows/release-project.yml | 2 +- .github/workflows/sonarcloud-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 2942f99..0985812 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -38,7 +38,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Set up JDK 1.11 - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2.5.0 with: distribution: 'zulu' java-version: '11' diff --git a/.github/workflows/release-project.yml b/.github/workflows/release-project.yml index 31a2e44..841910c 100644 --- a/.github/workflows/release-project.yml +++ b/.github/workflows/release-project.yml @@ -41,7 +41,7 @@ jobs: # Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/. run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})" - name: Set up JDK 1.11 - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2.5.0 with: distribution: 'zulu' java-version: '11' diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index 0b61442..de870b7 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Set up JDK 1.11 - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2.5.0 with: distribution: 'zulu' java-version: '11' From dde92179f0f74d634494455dd36d3584c3118eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 15:17:37 +0000 Subject: [PATCH 03/22] Bump quarkus.platform.version from 2.4.2.Final to 2.6.0.Final Bumps `quarkus.platform.version` from 2.4.2.Final to 2.6.0.Final. Updates `quarkus-universe-bom` from 2.4.2.Final to 2.6.0.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.4.2.Final...2.6.0.Final) Updates `quarkus-maven-plugin` from 2.4.2.Final to 2.6.0.Final --- updated-dependencies: - dependency-name: io.quarkus:quarkus-universe-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d25a345..9d91c4d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0 0.7.0 - 2.4.2.Final + 2.6.0.Final 3.0 1.7.32 4.5.1 From 0801072f6dc19cca40ffe9740a7dd46db3688b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:12:51 +0000 Subject: [PATCH 04/22] Bump quarkus.platform.version from 2.6.0.Final to 2.6.1.Final Bumps `quarkus.platform.version` from 2.6.0.Final to 2.6.1.Final. Updates `quarkus-universe-bom` from 2.6.0.Final to 2.6.1.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.6.0.Final...2.6.1.Final) Updates `quarkus-maven-plugin` from 2.6.0.Final to 2.6.1.Final --- updated-dependencies: - dependency-name: io.quarkus:quarkus-universe-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d91c4d..3282909 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0 0.7.0 - 2.6.0.Final + 2.6.1.Final 3.0 1.7.32 4.5.1 From f8dd776e78fef1504a4c97907a8642bc29bc45e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 15:17:21 +0000 Subject: [PATCH 05/22] Bump powsybl.version from 4.5.1 to 4.6.0 Bumps `powsybl.version` from 4.5.1 to 4.6.0. Updates `powsybl-cgmes-conversion` from 4.5.1 to 4.6.0 Updates `powsybl-triple-store-impl-rdf4j` from 4.5.1 to 4.6.0 --- updated-dependencies: - dependency-name: com.powsybl:powsybl-cgmes-conversion dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.powsybl:powsybl-triple-store-impl-rdf4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3282909..8f19dba 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ SPDX-License-Identifier: Apache-2.0 2.6.1.Final 3.0 1.7.32 - 4.5.1 + 4.6.0 1.4.2.Final 0.9.1 From d2aade774f031dc06eac55addc3f72ab3ff107db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:19:44 +0000 Subject: [PATCH 06/22] Bump maven-jar-plugin from 3.2.0 to 3.2.1 Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f19dba..fc7f193 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ SPDX-License-Identifier: Apache-2.0 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.2.1 From 8d7f0264e63a5fc4022b8636cb89331b9c806604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 15:19:58 +0000 Subject: [PATCH 07/22] Bump jandex-maven-plugin from 1.2.1 to 1.2.2 Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases) - [Commits](https://github.com/wildfly/jandex-maven-plugin/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: org.jboss.jandex:jandex-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f19dba..583a97b 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ SPDX-License-Identifier: Apache-2.0 org.jboss.jandex jandex-maven-plugin - 1.2.1 + 1.2.2 make-index From 8795cf2a8af2add12998b7bdbf58aefbc2db6f6f Mon Sep 17 00:00:00 2001 From: Rob Tjalma Date: Wed, 12 Jan 2022 12:24:35 +0100 Subject: [PATCH 08/22] Dependabot Workflow fix (#157) --- .github/workflows/automate-projects.yml | 8 +++++--- .github/workflows/build-project.yml | 6 +++++- .github/workflows/sonarcloud-analysis.yml | 6 +++++- pom.xml | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.github/workflows/automate-projects.yml b/.github/workflows/automate-projects.yml index 5133e17..bcb7268 100644 --- a/.github/workflows/automate-projects.yml +++ b/.github/workflows/automate-projects.yml @@ -4,11 +4,13 @@ name: Add issues and pull request to project boards -on: [ issues, pull_request ] +on: [issues, pull_request, pull_request_target] jobs: github-actions-automate-projects: runs-on: ubuntu-latest + + if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }} steps: - name: add-new-issues-to-repository-based-project-column uses: docker://takanabe/github-actions-automate-projects:v0.0.1 @@ -19,7 +21,7 @@ jobs: GITHUB_PROJECT_COLUMN_NAME: To do - name: add-new-pull-request-to-repository-based-project-column uses: docker://takanabe/github-actions-automate-projects:v0.0.1 - if: github.event_name == 'pull_request' && github.event.action == 'opened' + if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PROJECT_URL: https://github.com/com-pas/compas-cim-mapping/projects/2 @@ -33,7 +35,7 @@ jobs: GITHUB_PROJECT_COLUMN_NAME: To do - name: add-new-pull-request-to-organization-based-project-column uses: docker://takanabe/github-actions-automate-projects:v0.0.1 - if: github.event_name == 'pull_request' && github.event.action == 'opened' + if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened' env: GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_ACTION_SECRET }} GITHUB_PROJECT_URL: https://github.com/orgs/com-pas/projects/2 diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 0985812..e8a7369 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -12,6 +12,10 @@ on: branches: - 'main' - 'develop' + pull_request_target: + branches: + - 'main' + - 'develop' jobs: build: @@ -49,7 +53,7 @@ jobs: output_file: custom_maven_settings.xml servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]' - name: Build Native with Maven - if: ${{ github.event_name == 'pull_request' }} + if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }} run: ./mvnw -s custom_maven_settings.xml -B -Pnative clean verify - name: Build with Maven if: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index de870b7..124beca 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -12,6 +12,10 @@ on: branches: - 'main' - 'develop' + pull_request_target: + branches: + - 'main' + - 'develop' jobs: build: @@ -19,11 +23,11 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 + if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }} steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Set up JDK 1.11 uses: actions/setup-java@v2.5.0 with: diff --git a/pom.xml b/pom.xml index 2950236..bdbe4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ SPDX-License-Identifier: Apache-2.0 org.apache.maven.plugins maven-jar-plugin - 3.2.1 + 3.2.2 From f5bff3b06cdf152a39a6f5acefc5732fb2ce19d2 Mon Sep 17 00:00:00 2001 From: Flurb Date: Thu, 13 Jan 2022 10:26:57 +0100 Subject: [PATCH 09/22] Reverted pull_request_target trigger Signed-off-by: Flurb --- .github/workflows/build-project.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index e8a7369..0985812 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -12,10 +12,6 @@ on: branches: - 'main' - 'develop' - pull_request_target: - branches: - - 'main' - - 'develop' jobs: build: @@ -53,7 +49,7 @@ jobs: output_file: custom_maven_settings.xml servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]' - name: Build Native with Maven - if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }} + if: ${{ github.event_name == 'pull_request' }} run: ./mvnw -s custom_maven_settings.xml -B -Pnative clean verify - name: Build with Maven if: ${{ github.event_name == 'push' }} From 95b029b30e44142f30e9eca094f3a287541ab6dd Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 13 Jan 2022 10:40:09 +0100 Subject: [PATCH 10/22] Configure release note generation. Signed-off-by: Dennis Labordus --- .github/release.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..1f90e22 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,26 @@ +# SPDX-FileCopyrightText: 2021 Alliander N.V. +# +# SPDX-License-Identifier: Apache-2.0 + +changelog: + exclude: + labels: + - wontfix + - duplicate + - invalid + categories: + - title: New Features + labels: + - enhancement + - title: Bugfixes + labels: + - bug + - title: Tooling changes + labels: + - tooling + - title: Dependency updates + labels: + - dependencies + - title: Other Changes + labels: + - "*" From a8f6272c0d0ded429c3fdc304cf64e8a63172541 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 13 Jan 2022 11:00:25 +0100 Subject: [PATCH 11/22] Configure release note generation. Signed-off-by: Dennis Labordus --- .github/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 1f90e22..334fc8d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Alliander N.V. +# SPDX-FileCopyrightText: 2022 Alliander N.V. # # SPDX-License-Identifier: Apache-2.0 From 7cd2a9ad658f57472b37dd1749d038d1ff358ec2 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Thu, 13 Jan 2022 11:29:23 +0100 Subject: [PATCH 12/22] Added small remark in mapping description. Signed-off-by: Dennis Labordus --- MAPPING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAPPING.md b/MAPPING.md index ab23ef0..2828c3f 100644 --- a/MAPPING.md +++ b/MAPPING.md @@ -11,6 +11,9 @@ There is an IEC document describing the mapping, namely IEC/TS 62361-102, but no ## Mapping IEC CIM to IEC 61850 +**Remark**: In CIM the name is optional, so when the name is not there the ID is used. This is the case for many +entities described below (``name or id``). + | CIM Class | IEC Class | Remark | | -------------------------------- | -------------------------------- | --------- | | *cim:Substation* | *TSubstation* | | From 17dcdb084df25db732aad6a5dca2b9b6a484c931 Mon Sep 17 00:00:00 2001 From: Flurb Date: Thu, 13 Jan 2022 13:39:38 +0100 Subject: [PATCH 13/22] Implemented possible fix Signed-off-by: Flurb --- .github/workflows/sonarcloud-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index 124beca..b08409c 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -61,4 +61,5 @@ jobs: -Dsonar.projectKey=com-pas_compas-cim-mapping \ -Dsonar.organization=com-pas \ -Dsonar.host.url=https://sonarcloud.io \ + -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \ clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar From 727479703f38269470a87e12223f40755256bf8f Mon Sep 17 00:00:00 2001 From: Flurb Date: Thu, 13 Jan 2022 14:38:06 +0100 Subject: [PATCH 14/22] Downgrade Powsysbl for testing reasons Signed-off-by: Flurb --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bdbe4ae..3c89305 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ SPDX-License-Identifier: Apache-2.0 2.6.1.Final 3.0 1.7.32 - 4.6.0 + 4.5.1 1.4.2.Final 0.9.1 From dd78693751136bc84019afd7c27c7d6aa7088abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 13:45:06 +0000 Subject: [PATCH 15/22] Bump powsybl.version from 4.5.1 to 4.6.0 Bumps `powsybl.version` from 4.5.1 to 4.6.0. Updates `powsybl-cgmes-conversion` from 4.5.1 to 4.6.0 Updates `powsybl-triple-store-impl-rdf4j` from 4.5.1 to 4.6.0 --- updated-dependencies: - dependency-name: com.powsybl:powsybl-cgmes-conversion dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.powsybl:powsybl-triple-store-impl-rdf4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3c89305..bdbe4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ SPDX-License-Identifier: Apache-2.0 2.6.1.Final 3.0 1.7.32 - 4.5.1 + 4.6.0 1.4.2.Final 0.9.1 From 8da1f3b7d64f5f60f5d0306362eb0594fef3e723 Mon Sep 17 00:00:00 2001 From: Flurb Date: Thu, 13 Jan 2022 14:55:41 +0100 Subject: [PATCH 16/22] typo Signed-off-by: Flurb --- .github/workflows/sonarcloud-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index b08409c..30980d1 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -12,10 +12,12 @@ on: branches: - 'main' - 'develop' + - 'fix-sonarcloud-decorator' pull_request_target: branches: - 'main' - 'develop' + - 'fix-sonarcloud-decorator' jobs: build: @@ -29,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: Set up JDK 1.11 - uses: actions/setup-java@v2.5.0 + uses: actions/setup-java@v2.4.0 with: distribution: 'zulu' java-version: '11' From 24abf2f47e84928c888e5ff5e54f22d7910d92a6 Mon Sep 17 00:00:00 2001 From: Flurb Date: Thu, 13 Jan 2022 15:08:03 +0100 Subject: [PATCH 17/22] Experimenting Signed-off-by: Flurb --- .github/workflows/sonarcloud-analysis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index 30980d1..d0d1882 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: Set up JDK 1.11 - uses: actions/setup-java@v2.4.0 + uses: actions/setup-java@v2.5.0 with: distribution: 'zulu' java-version: '11' diff --git a/pom.xml b/pom.xml index bdbe4ae..fac7c44 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ SPDX-License-Identifier: Apache-2.0 0.7.0 2.6.1.Final - 3.0 + 3.0-RC5 1.7.32 4.6.0 1.4.2.Final From 31ce05b5fddf100336ee2f8b446aaa7b083ed851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:11:54 +0000 Subject: [PATCH 18/22] Bump microprofile-openapi-api from 3.0-RC5 to 3.0 Bumps [microprofile-openapi-api](https://github.com/eclipse/microprofile-open-api) from 3.0-RC5 to 3.0. - [Release notes](https://github.com/eclipse/microprofile-open-api/releases) - [Commits](https://github.com/eclipse/microprofile-open-api/commits/3.0) --- updated-dependencies: - dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fac7c44..bdbe4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ SPDX-License-Identifier: Apache-2.0 0.7.0 2.6.1.Final - 3.0-RC5 + 3.0 1.7.32 4.6.0 1.4.2.Final From 7af5980263793c46a8cc447aa7b586bfb866e2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:15:26 +0000 Subject: [PATCH 19/22] Bump quarkus.platform.version from 2.6.1.Final to 2.6.2.Final Bumps `quarkus.platform.version` from 2.6.1.Final to 2.6.2.Final. Updates `quarkus-universe-bom` from 2.6.1.Final to 2.6.2.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.6.1.Final...2.6.2.Final) Updates `quarkus-maven-plugin` from 2.6.1.Final to 2.6.2.Final --- updated-dependencies: - dependency-name: io.quarkus:quarkus-universe-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bdbe4ae..70922b0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0 0.7.0 - 2.6.1.Final + 2.6.2.Final 3.0 1.7.32 4.6.0 From a731fd99d446b1436c495161c9c399e82548983d Mon Sep 17 00:00:00 2001 From: Flurb Date: Thu, 13 Jan 2022 15:15:31 +0100 Subject: [PATCH 20/22] Revert branch choices Signed-off-by: Flurb --- .github/workflows/sonarcloud-analysis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index d0d1882..b08409c 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -12,12 +12,10 @@ on: branches: - 'main' - 'develop' - - 'fix-sonarcloud-decorator' pull_request_target: branches: - 'main' - 'develop' - - 'fix-sonarcloud-decorator' jobs: build: From 30440ae72a9eec006d44545a9219b47c49de8626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:15:47 +0000 Subject: [PATCH 21/22] Bump maven-compiler-plugin from 3.8.1 to 3.9.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bdbe4ae..439001c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ SPDX-License-Identifier: Apache-2.0 UTF-8 UTF-8 - 3.8.1 + 3.9.0 3.0.0-M5 3.2.0 From 8a0451013bd3a406a955ef57d5caa5cd1b60f5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:17:08 +0000 Subject: [PATCH 22/22] Bump slf4j-simple from 1.7.32 to 1.7.33 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.33. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.33) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 445825a..37c6376 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ SPDX-License-Identifier: Apache-2.0 2.6.2.Final 3.0 - 1.7.32 + 1.7.33 4.6.0 1.4.2.Final 0.9.1