From 1a283b3e19a38871fc8b8fb038e11e89c7b9d0b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 08:28:38 -0800 Subject: [PATCH 01/65] chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.4.0 (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d7f878e2..b99fce18 100644 --- a/pom.xml +++ b/pom.xml @@ -214,7 +214,7 @@ maven-dependency-plugin - 3.3.0 + 3.4.0 verify From a05ef562b41e007e964ddc7656e708b3083d19c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:04:23 -0500 Subject: [PATCH 02/65] chore(deps): update github/codeql-action digest to 9af9a11 (#190) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 02721d0e..f00465b3 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@a631f4b0160a57d549a79d3bd5c377cefdd8518f + uses: github/codeql-action/init@16533641412aa15f7397c4957a5d50d81b2d6a98 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a631f4b0160a57d549a79d3bd5c377cefdd8518f + uses: github/codeql-action/analyze@16533641412aa15f7397c4957a5d50d81b2d6a98 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b584ae49..8abbd133 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@a631f4b0160a57d549a79d3bd5c377cefdd8518f + uses: github/codeql-action/init@16533641412aa15f7397c4957a5d50d81b2d6a98 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a631f4b0160a57d549a79d3bd5c377cefdd8518f + uses: github/codeql-action/autobuild@16533641412aa15f7397c4957a5d50d81b2d6a98 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a631f4b0160a57d549a79d3bd5c377cefdd8518f + uses: github/codeql-action/analyze@16533641412aa15f7397c4957a5d50d81b2d6a98 From cc4bcb4b573a93c9bb57b74d2663f6618975aca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:33:04 -0500 Subject: [PATCH 03/65] chore(deps): update actions/setup-java digest to c3ac5dd (#192) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d300c6da..ac89e9c2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f00465b3..5c313b46 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40a0dc03..8764a7df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c with: java-version: '8' distribution: 'temurin' From 0544597511471a2c10fbe2a3296de5629730ea7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 09:55:39 -0500 Subject: [PATCH 04/65] fix(deps): update dependency io.cucumber:cucumber-bom to v7.10.0 (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b99fce18..97388148 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ io.cucumber cucumber-bom - 7.9.0 + 7.10.0 pom import From 591e23bff90c403b9485e3afd9f3967f29f7829d Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 13 Dec 2022 10:34:28 -0500 Subject: [PATCH 05/65] chore: renovate automerge for minor/patch on 1+ pkgs (#199) Signed-off-by: Todd Baert Signed-off-by: Todd Baert --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 39a2b6e9..cc305199 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,12 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } ] } From 3c560897f4800d4074127c1abe22c0210dcb2e7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:40:51 -0500 Subject: [PATCH 06/65] chore(deps): update actions/setup-java digest to 1df8dbe (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ac89e9c2..31d7d68c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 - uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5c313b46..bb8baa00 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 - uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8764a7df..bd895723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: java-version: '8' distribution: 'temurin' From 77867620a9c38952ba27dfc9c2f2223b797c004a Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 13 Dec 2022 13:38:38 -0500 Subject: [PATCH 07/65] chore: automerge action updates (#200) Signed-off-by: Todd Baert Signed-off-by: Todd Baert --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index cc305199..139f0838 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,13 @@ "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "fileMatch": [ + "^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$", + "(^|\\/)action\\.ya?ml$" + ], + "automerge": true } ] } From 5da2cccd952cf788ccf920b0ca476f862928725d Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Fri, 23 Dec 2022 10:47:40 -0500 Subject: [PATCH 08/65] chore: update renovate bot configuration (#204) --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 139f0838..f59c55ba 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + "helpers:pinGitHubActionDigests" ], "packageRules": [ { @@ -10,10 +11,7 @@ "automerge": true }, { - "fileMatch": [ - "^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$", - "(^|\\/)action\\.ya?ml$" - ], + "matchManagers": ["github-actions"], "automerge": true } ] From f25b6cedd57bd481455f64a745ec1a8178febc0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:59:07 +0000 Subject: [PATCH 09/65] chore(deps): pin google/clusterfuzzlite action to 1e163f0 (#205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cflite_batch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index bbbdd231..c4bceed0 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -24,13 +24,13 @@ jobs: steps: - name: Build Fuzzers (${{ matrix.sanitizer }}) id: build - uses: google/clusterfuzzlite/actions/build_fuzzers@v1 + uses: google/clusterfuzzlite/actions/build_fuzzers@1e163f06cba7820da5154ac9fe1a32d7fe6f73a3 # v1 with: language: jvm sanitizer: ${{ matrix.sanitizer }} - name: Run Fuzzers (${{ matrix.sanitizer }}) id: run - uses: google/clusterfuzzlite/actions/run_fuzzers@v1 + uses: google/clusterfuzzlite/actions/run_fuzzers@1e163f06cba7820da5154ac9fe1a32d7fe6f73a3 # v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} fuzz-seconds: 3600 From 20291b6add86777fa9f6e6d805f106dfcf06feac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:07:06 +0000 Subject: [PATCH 10/65] chore(deps): update actions/cache digest to c1a5de8 (#191) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 31d7d68c..82642dd3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@e2d614414f9efb4e3358bd4f3092a6406b2e4a32 + uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index bb8baa00..f8ae7016 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@e2d614414f9efb4e3358bd4f3092a6406b2e4a32 + uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 25511fd139f4c170d8055a55ad0bbf53bc6cec69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 16:24:15 +0000 Subject: [PATCH 11/65] chore(deps): update actions/checkout digest to 3ba5ee6 (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/static-code-scanning.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 82642dd3..21dd6230 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f8ae7016..244f83fc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out the code - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd895723..92c69be2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # These steps are only run if this was a merged release-please PR - name: checkout if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 8abbd133..6f742964 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936 + uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL From c132322093377ff58bfbbe655c84c14d5ecebbc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:03:17 +0000 Subject: [PATCH 12/65] chore(deps): update actions/setup-java digest to d401f0c (#206) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 21dd6230..c501beee 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 - uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b + uses: actions/setup-java@d401f0c4509e19dacfbe8696df04022cef8796f9 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 244f83fc..9d122dd4 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 - uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b + uses: actions/setup-java@d401f0c4509e19dacfbe8696df04022cef8796f9 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92c69be2..14ad491e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b + uses: actions/setup-java@d401f0c4509e19dacfbe8696df04022cef8796f9 with: java-version: '8' distribution: 'temurin' From 1a69c64a761bfa431b4a6650ec7b5dd5c4eacb67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 21:24:56 +0000 Subject: [PATCH 13/65] chore(deps): update github/codeql-action digest to 579411f (#193) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 9d122dd4..39859156 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@16533641412aa15f7397c4957a5d50d81b2d6a98 + uses: github/codeql-action/init@579411fb6c2fa885902ffeb0238873661aa2dc29 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@16533641412aa15f7397c4957a5d50d81b2d6a98 + uses: github/codeql-action/analyze@579411fb6c2fa885902ffeb0238873661aa2dc29 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6f742964..af6551b7 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@16533641412aa15f7397c4957a5d50d81b2d6a98 + uses: github/codeql-action/init@579411fb6c2fa885902ffeb0238873661aa2dc29 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@16533641412aa15f7397c4957a5d50d81b2d6a98 + uses: github/codeql-action/autobuild@579411fb6c2fa885902ffeb0238873661aa2dc29 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@16533641412aa15f7397c4957a5d50d81b2d6a98 + uses: github/codeql-action/analyze@579411fb6c2fa885902ffeb0238873661aa2dc29 From 5120778010cb975f4ee07bd0bb6cff5a7de61712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 00:13:12 +0000 Subject: [PATCH 14/65] chore(deps): update google-github-actions/release-please-action digest to 5c07f8b (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14ad491e..d5ca61fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: google-github-actions/release-please-action@ed61e76296090fba410e2a73f43463f717504028 + - uses: google-github-actions/release-please-action@5c07f8be172b1f6e90f9c35baf8184461b91b85f id: release with: command: manifest From 53bc865dc551ebbc4ee50ade3ba5d0ef7a5e8057 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:20:57 +0000 Subject: [PATCH 15/65] chore(deps): update actions/cache digest to 60c7666 (#211) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c501beee..c43fc9ef 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 + uses: actions/cache@60c76667099108586fa72b6307da64c5fa03ebd4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 39859156..ed396f9e 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 + uses: actions/cache@60c76667099108586fa72b6307da64c5fa03ebd4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From a03ae8d2521809ac702eb20f148a8b297956265e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 15:45:50 +0000 Subject: [PATCH 16/65] chore(deps): update actions/cache digest to d1507cc (#212) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c43fc9ef..b484244f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@60c76667099108586fa72b6307da64c5fa03ebd4 + uses: actions/cache@d1507cccba5975e005ebd1bdaa5a0c51832f159d with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ed396f9e..1aef29a7 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@60c76667099108586fa72b6307da64c5fa03ebd4 + uses: actions/cache@d1507cccba5975e005ebd1bdaa5a0c51832f159d with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From e399174371d6e629d8249f4be0ae9ac457ec5cd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:40:48 +0000 Subject: [PATCH 17/65] chore(deps): update actions/setup-java digest to 308abcb (#213) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index b484244f..9c9c7c6a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 - uses: actions/setup-java@d401f0c4509e19dacfbe8696df04022cef8796f9 + uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 1aef29a7..2f7ebef8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 - uses: actions/setup-java@d401f0c4509e19dacfbe8696df04022cef8796f9 + uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5ca61fe..187ccedd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@d401f0c4509e19dacfbe8696df04022cef8796f9 + uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f with: java-version: '8' distribution: 'temurin' From 6e3e1853a2846116733c8ab7d596aaf67435ee79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:57:38 +0000 Subject: [PATCH 18/65] chore(deps): update actions/cache digest to 4723a57 (#214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 9c9c7c6a..fba98775 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@d1507cccba5975e005ebd1bdaa5a0c51832f159d + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2f7ebef8..f3d9682a 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@d1507cccba5975e005ebd1bdaa5a0c51832f159d + uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From a2afa5cce01192b2d8561c54bfb3bd0a483030c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 02:36:02 +0000 Subject: [PATCH 19/65] chore(deps): update actions/checkout digest to ac59398 (#215) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/static-code-scanning.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index fba98775..c6af7096 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f3d9682a..353333cc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out the code - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 187ccedd..f37bc725 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # These steps are only run if this was a merged release-please PR - name: checkout if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index af6551b7..463d5142 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL From 801992e50c5c7a8d0763852f4c100877357afdf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 08:16:54 +0000 Subject: [PATCH 20/65] chore(deps): update actions/cache digest to 365406c (#216) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c6af7096..a2e981d7 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d + uses: actions/cache@365406cb701e1cc758077b05049298a49a8b71c2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 353333cc..3965c12d 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d + uses: actions/cache@365406cb701e1cc758077b05049298a49a8b71c2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 8303ae4947d42aa98aac1a2706c35f0f79949048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:04:13 +0000 Subject: [PATCH 21/65] chore(deps): update github/codeql-action digest to 484236c (#218) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 3965c12d..3b830dd5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@579411fb6c2fa885902ffeb0238873661aa2dc29 + uses: github/codeql-action/init@484236cda4f99dce6f67723e95670437c888dffa with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@579411fb6c2fa885902ffeb0238873661aa2dc29 + uses: github/codeql-action/analyze@484236cda4f99dce6f67723e95670437c888dffa diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 463d5142..222799f6 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@579411fb6c2fa885902ffeb0238873661aa2dc29 + uses: github/codeql-action/init@484236cda4f99dce6f67723e95670437c888dffa with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@579411fb6c2fa885902ffeb0238873661aa2dc29 + uses: github/codeql-action/autobuild@484236cda4f99dce6f67723e95670437c888dffa - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@579411fb6c2fa885902ffeb0238873661aa2dc29 + uses: github/codeql-action/analyze@484236cda4f99dce6f67723e95670437c888dffa From edb09f0c3e0f4e8019da357246a4ab92d93f7489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:38:02 +0000 Subject: [PATCH 22/65] chore(deps): update github/codeql-action digest to ff3337e (#219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 3b830dd5..97ac9189 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@484236cda4f99dce6f67723e95670437c888dffa + uses: github/codeql-action/init@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@484236cda4f99dce6f67723e95670437c888dffa + uses: github/codeql-action/analyze@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 222799f6..dfff09c1 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@484236cda4f99dce6f67723e95670437c888dffa + uses: github/codeql-action/init@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@484236cda4f99dce6f67723e95670437c888dffa + uses: github/codeql-action/autobuild@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@484236cda4f99dce6f67723e95670437c888dffa + uses: github/codeql-action/analyze@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb From 3b1ce92bb6698156e67ac034b62b95fe883378c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:10:28 +0000 Subject: [PATCH 23/65] chore(deps): update actions/cache digest to 1f41429 (#221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index a2e981d7..5e6df1c3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@365406cb701e1cc758077b05049298a49a8b71c2 + uses: actions/cache@1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 97ac9189..b627a4d0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@365406cb701e1cc758077b05049298a49a8b71c2 + uses: actions/cache@1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 4e5a39f670101f5fa3cd88717d5cdcb07959ac9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:25:12 +0000 Subject: [PATCH 24/65] chore(deps): update actions/cache digest to 6fd2d45 (#222) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 5e6df1c3..e0f2f987 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c + uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b627a4d0..d817550b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@1f414295fe1e1bab9fb9b7ef11ce3f9fe556343c + uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From f6e176a7f0e14a010e01d9729add6d81b51eb622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:49:03 +0000 Subject: [PATCH 25/65] chore(deps): update github/codeql-action digest to cf1437a (#224) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d817550b..2b29ecc9 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb + uses: github/codeql-action/init@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb + uses: github/codeql-action/analyze@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dfff09c1..d771a74d 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb + uses: github/codeql-action/init@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb + uses: github/codeql-action/autobuild@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff3337ee1b38c9bcf43046bde6450e50c5e88ebb + uses: github/codeql-action/analyze@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 From 44b1b2445d11be7ce3ef98140a318f311169e342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 01:55:22 +0000 Subject: [PATCH 26/65] chore(deps): update google-github-actions/release-please-action digest to 385de71 (#225) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f37bc725..f37f30d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: google-github-actions/release-please-action@5c07f8be172b1f6e90f9c35baf8184461b91b85f + - uses: google-github-actions/release-please-action@385de7152f5489c81e25999c38b496efa25007c7 id: release with: command: manifest From 9e199342fd013492f0975da308d5919ba5b98515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:33:51 +0000 Subject: [PATCH 27/65] chore(deps): update actions/cache digest to 58c146c (#226) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e0f2f987..aa270a10 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2b29ecc9..cee67799 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@6fd2d4538ca777f67fccddb233cf1a8ff1339012 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 1d0e24a8e94ef7f9d310783a2121e655b82803e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:53:39 +0000 Subject: [PATCH 28/65] chore(deps): update actions/setup-java digest to 285fb31 (#227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index aa270a10..62cd70f2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f + uses: actions/setup-java@285fb318c51dae7a9ebfe0043800b786c3839a03 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index cee67799..fef25762 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f + uses: actions/setup-java@285fb318c51dae7a9ebfe0043800b786c3839a03 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f37f30d9..819c388e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@308abcba03229002f0055e17d79d00c32fca160f + uses: actions/setup-java@285fb318c51dae7a9ebfe0043800b786c3839a03 with: java-version: '8' distribution: 'temurin' From 9254b141f905e7b6c8ef1f496ac11d3079067039 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:47:26 +0000 Subject: [PATCH 29/65] chore(deps): update actions/cache digest to 87396fe (#228) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 62cd70f2..90946cb3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 + uses: actions/cache@87396fe6b4d327202df854ff5b3e0a4ea3d77ac6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index fef25762..2d415bc2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 + uses: actions/cache@87396fe6b4d327202df854ff5b3e0a4ea3d77ac6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 5e53fbf04801957097621e67fa72aef3ffb6ee4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:54:38 +0000 Subject: [PATCH 30/65] chore(deps): update github/codeql-action digest to 166d98c (#229) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2d415bc2..290c8f78 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/init@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/analyze@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index d771a74d..9ddcef98 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/init@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/autobuild@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cf1437a51414bcd7b1ce9aa9704fa8b55b2c2926 + uses: github/codeql-action/analyze@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 From f8ac46f00a474f10a643a98ccb966c58a7f5b994 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 10 Jan 2023 12:28:17 -0500 Subject: [PATCH 31/65] chore: update cuke submodule, tests (#231) * chore: update cuke submodule, tests Signed-off-by: Todd Baert * fixup: add note about flagd caching Signed-off-by: Todd Baert Signed-off-by: Todd Baert --- pom.xml | 1 + .../dev/openfeature/sdk/integration/StepDefinitions.java | 8 +++++--- test-harness | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 97388148..99856602 100644 --- a/pom.xml +++ b/pom.xml @@ -519,6 +519,7 @@ exec + cp diff --git a/src/test/java/dev/openfeature/sdk/integration/StepDefinitions.java b/src/test/java/dev/openfeature/sdk/integration/StepDefinitions.java index 10d72c09..1fe886dd 100644 --- a/src/test/java/dev/openfeature/sdk/integration/StepDefinitions.java +++ b/src/test/java/dev/openfeature/sdk/integration/StepDefinitions.java @@ -6,13 +6,13 @@ import dev.openfeature.contrib.providers.flagd.FlagdProvider; import dev.openfeature.sdk.Client; import dev.openfeature.sdk.FlagEvaluationDetails; -import dev.openfeature.sdk.MutableStructure; import dev.openfeature.sdk.MutableContext; import dev.openfeature.sdk.OpenFeatureAPI; import dev.openfeature.sdk.Reason; import dev.openfeature.sdk.Structure; import dev.openfeature.sdk.Value; import io.cucumber.java.BeforeAll; +import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.cucumber.java.en.When; @@ -44,7 +44,9 @@ public class StepDefinitions { private FlagEvaluationDetails typeErrorDetails; @BeforeAll() + @Given("an openfeature client is registered with cache disabled") public static void setup() { + // TODO: when the FlagdProvider is updated to support caching, we might need to disable it here for this test to work as expected. FlagdProvider provider = new FlagdProvider(); provider.setDeadline(3000); // set a generous deadline, to prevent timeouts in actions OpenFeatureAPI.getInstance().setProvider(provider); @@ -249,7 +251,7 @@ public void a_non_existent_string_flag_with_key_is_evaluated_with_details_and_a_ notFoundDetails = client.getStringDetails(notFoundFlagKey, notFoundDefaultValue); } - @Then("then the default string value should be returned") + @Then("the default string value should be returned") public void then_the_default_string_value_should_be_returned() { assertEquals(notFoundDefaultValue, notFoundDetails.getValue()); } @@ -270,7 +272,7 @@ public void a_string_flag_with_key_is_evaluated_as_an_integer_with_details_and_a typeErrorDetails = client.getIntegerDetails(typeErrorFlagKey, typeErrorDefaultValue); } - @Then("then the default integer value should be returned") + @Then("the default integer value should be returned") public void then_the_default_integer_value_should_be_returned() { assertEquals(typeErrorDefaultValue, typeErrorDetails.getValue()); } diff --git a/test-harness b/test-harness index 5153eac7..2d4c63c8 160000 --- a/test-harness +++ b/test-harness @@ -1 +1 @@ -Subproject commit 5153eac71dc47413da4326bdb49a94e573b99578 +Subproject commit 2d4c63c800aa3af172cf09176325d93124153cde From 6af8e92df2d68e576365b275740e5505c1f55e41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 05:19:50 +0000 Subject: [PATCH 32/65] chore(deps): update github/codeql-action digest to 42d6d35 (#232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 290c8f78..df747edc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 + uses: github/codeql-action/init@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 + uses: github/codeql-action/analyze@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 9ddcef98..437405bc 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 + uses: github/codeql-action/init@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 + uses: github/codeql-action/autobuild@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@166d98c19e0ce66bdcce7b1596daabd9a05f1ee1 + uses: github/codeql-action/analyze@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 From 1a3115fb36aea99819bd84c646718f071ee139f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 00:00:47 +0000 Subject: [PATCH 33/65] chore(deps): update github/codeql-action digest to 70fdddf (#233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index df747edc..b8a961b6 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 + uses: github/codeql-action/init@70fdddff11426a4e021d90c8fb536bf6ab75ece3 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 + uses: github/codeql-action/analyze@70fdddff11426a4e021d90c8fb536bf6ab75ece3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 437405bc..0facf12e 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 + uses: github/codeql-action/init@70fdddff11426a4e021d90c8fb536bf6ab75ece3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 + uses: github/codeql-action/autobuild@70fdddff11426a4e021d90c8fb536bf6ab75ece3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@42d6d35dd1d831e6064c86b91e4b1c804fd9ce12 + uses: github/codeql-action/analyze@70fdddff11426a4e021d90c8fb536bf6ab75ece3 From c1bd636bb6cb1bfa3a35f27911a4c873962f7eec Mon Sep 17 00:00:00 2001 From: Skye Gill Date: Thu, 12 Jan 2023 17:42:10 +0000 Subject: [PATCH 34/65] chore: renovate regex manager to monitor test-harness version (#238) Signed-off-by: Skye Gill --- README.md | 10 +++++++++- renovate.json | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dae9848b..46ab01e4 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,15 @@ We are also present on the `#openfeature` channel in the [CNCF slack](https://sl ### Integration tests -The continuous integration runs a set of [gherkin integration tests](https://github.com/open-feature/test-harness/blob/main/features/evaluation.feature) using [`flagd`](https://github.com/open-feature/flagd). These tests do not run with the default maven profile. If you'd like to run them locally, you can start the flagd testbed with `docker run -p 8013:8013 ghcr.io/open-feature/flagd-testbed:latest` and then run `mvn test -P integration-test`. +The continuous integration runs a set of [gherkin integration tests](https://github.com/open-feature/test-harness/blob/main/features/evaluation.feature) using [`flagd`](https://github.com/open-feature/flagd). These tests do not run with the default maven profile. If you'd like to run them locally, you can start the flagd testbed with + +``` +docker run -p 8013:8013 ghcr.io/open-feature/flagd-testbed:latest +``` +and then run +``` +mvn test -P integration-test +``` ## Releasing diff --git a/renovate.json b/renovate.json index f59c55ba..62574107 100644 --- a/renovate.json +++ b/renovate.json @@ -14,5 +14,13 @@ "matchManagers": ["github-actions"], "automerge": true } + ], + "regexManagers": [ + { + "fileMatch": ["^README.md$", "^.github/workflows/pullrequest.yml$"], + "matchStrings": ["ghcr\\.io\\/open-feature\\/flagd-testbed:(?.*?)\\n"], + "depNameTemplate": "open-feature/test-harness", + "datasourceTemplate": "github-releases" + } ] } From 67b15c6e104fe7539f7a197810be28d69634cbfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:20:00 -0500 Subject: [PATCH 35/65] fix(deps): update junit5 monorepo (#230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 99856602..32c47986 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ UTF-8 1.8 ${maven.compiler.source} - 5.9.1 + 5.9.2 **/integration/*.java @@ -115,7 +115,7 @@ org.junit.platform junit-platform-suite - 1.9.1 + 1.9.2 test @@ -160,7 +160,7 @@ org.junit junit-bom - 5.9.1 + 5.9.2 pom import From 75bd6538cf721e70364fbdebcf35e64ca0836522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 02:27:19 +0000 Subject: [PATCH 36/65] chore(deps): update actions/cache digest to efacb02 (#239) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 90946cb3..8e61c76f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@87396fe6b4d327202df854ff5b3e0a4ea3d77ac6 + uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b8a961b6..d8a427e5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@87396fe6b4d327202df854ff5b3e0a4ea3d77ac6 + uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 7312b9e26515878921bbc63a05a0ea628975aa1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 06:00:08 +0000 Subject: [PATCH 37/65] chore(deps): update actions/setup-java digest to e113519 (#241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 8e61c76f..5f0a8e87 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@285fb318c51dae7a9ebfe0043800b786c3839a03 + uses: actions/setup-java@e11351903adc86f18bfc6660e4de2911b9fc33b4 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d8a427e5..ffd74df0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@285fb318c51dae7a9ebfe0043800b786c3839a03 + uses: actions/setup-java@e11351903adc86f18bfc6660e4de2911b9fc33b4 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 819c388e..2459c422 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@285fb318c51dae7a9ebfe0043800b786c3839a03 + uses: actions/setup-java@e11351903adc86f18bfc6660e4de2911b9fc33b4 with: java-version: '8' distribution: 'temurin' From 4aaedfa2c38550ae2df69e332df4a2e0eaa53ea5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:27:44 +0000 Subject: [PATCH 38/65] chore(deps): update github/codeql-action digest to 2073a69 (#242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ffd74df0..227716cc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@70fdddff11426a4e021d90c8fb536bf6ab75ece3 + uses: github/codeql-action/init@2073a69919977be51a0976c35c2207204b47bd7f with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@70fdddff11426a4e021d90c8fb536bf6ab75ece3 + uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 0facf12e..37c311b9 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@70fdddff11426a4e021d90c8fb536bf6ab75ece3 + uses: github/codeql-action/init@2073a69919977be51a0976c35c2207204b47bd7f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@70fdddff11426a4e021d90c8fb536bf6ab75ece3 + uses: github/codeql-action/autobuild@2073a69919977be51a0976c35c2207204b47bd7f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@70fdddff11426a4e021d90c8fb536bf6ab75ece3 + uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f From c2b5689e5667edf1cb7cd0c2355d94fa8a85195a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 03:38:37 +0000 Subject: [PATCH 39/65] chore(deps): update google-github-actions/release-please-action digest to e673b0b (#244) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2459c422..906125b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: google-github-actions/release-please-action@385de7152f5489c81e25999c38b496efa25007c7 + - uses: google-github-actions/release-please-action@e673b0b150e57aa9de373436acbe181eb222f789 id: release with: command: manifest From 229b46ea49e1b2505c45fbe51a90948ab027e99b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:32:13 -0500 Subject: [PATCH 40/65] chore(deps): update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.20.0 (#236) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 32c47986..c20d0f99 100644 --- a/pom.xml +++ b/pom.xml @@ -402,7 +402,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.19.0 + 3.20.0 run-pmd From 52e3d024266a95c6e6c9b02823e20a8c1797daad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:36:27 -0500 Subject: [PATCH 41/65] chore(deps): update actions/cache digest to 22cbf49 (#246) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 5f0a8e87..1f912697 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f + uses: actions/cache@22cbf49050c8786eaada2e90f2f3c4ea0fb20ad5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 227716cc..ecb7734d 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@efacb0248bc628516687ca7c7e66dd076a46db1f + uses: actions/cache@22cbf49050c8786eaada2e90f2f3c4ea0fb20ad5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 44b5eccb5bc9ecbccd3d5e5167e7d653b8964930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:47:54 +0000 Subject: [PATCH 42/65] chore(deps): update github/codeql-action digest to 32be38e (#247) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index ecb7734d..cf180aab 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 37c311b9..6b9a1eab 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/autobuild@32be38eeffb2f4ae668081106bdd999e1f786b3d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2073a69919977be51a0976c35c2207204b47bd7f + uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d From 08e635910880cf08cdcb6e25661483cbeefac911 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 15:26:20 +0000 Subject: [PATCH 43/65] chore(deps): update actions/cache digest to 4791017 (#248) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 1f912697..79b35ee7 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@22cbf49050c8786eaada2e90f2f3c4ea0fb20ad5 + uses: actions/cache@4791017169d5b6ab5ea0567fa70ab7b9a445ee69 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index cf180aab..5a90ef89 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@22cbf49050c8786eaada2e90f2f3c4ea0fb20ad5 + uses: actions/cache@4791017169d5b6ab5ea0567fa70ab7b9a445ee69 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From b5c1e4cc84e16edabaee0101779216ee217c0106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 07:57:01 +0000 Subject: [PATCH 44/65] chore(deps): update github/codeql-action digest to 40cfcb0 (#250) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5a90ef89..02a3bdef 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d + uses: github/codeql-action/init@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d + uses: github/codeql-action/analyze@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6b9a1eab..2ae24285 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@32be38eeffb2f4ae668081106bdd999e1f786b3d + uses: github/codeql-action/init@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@32be38eeffb2f4ae668081106bdd999e1f786b3d + uses: github/codeql-action/autobuild@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@32be38eeffb2f4ae668081106bdd999e1f786b3d + uses: github/codeql-action/analyze@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c From d6886854176a9fc64a41bf2470bef2e869b7b917 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:20:30 +0000 Subject: [PATCH 45/65] chore(deps): update actions/cache digest to 9b7ef12 (#251) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 79b35ee7..ee9d9f1a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@4791017169d5b6ab5ea0567fa70ab7b9a445ee69 + uses: actions/cache@9b7ef12f3e9ce81a867de9cc54829421aa406d7b with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 02a3bdef..6fd4f9d1 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@4791017169d5b6ab5ea0567fa70ab7b9a445ee69 + uses: actions/cache@9b7ef12f3e9ce81a867de9cc54829421aa406d7b with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 19b5946a1923757ae94c33a4cf6d5c1a3c3c61ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 01:39:20 +0000 Subject: [PATCH 46/65] chore(deps): update github/codeql-action digest to 40a7518 (#252) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6fd4f9d1..90f90942 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c + uses: github/codeql-action/init@40a75182e7deaa2546a7ae157d51e29952f70622 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c + uses: github/codeql-action/analyze@40a75182e7deaa2546a7ae157d51e29952f70622 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2ae24285..6896c2a3 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c + uses: github/codeql-action/init@40a75182e7deaa2546a7ae157d51e29952f70622 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c + uses: github/codeql-action/autobuild@40a75182e7deaa2546a7ae157d51e29952f70622 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40cfcb0a3ff5943f95bb7fac0b856a3ed726679c + uses: github/codeql-action/analyze@40a75182e7deaa2546a7ae157d51e29952f70622 From d069a8fa9d7c1795f6713f4b331657119e6f7d8f Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 19 Jan 2023 02:18:52 -0500 Subject: [PATCH 47/65] feat: add STATIC, CACHED reasons (#240) feat: add STATIC, CACHED reasons. Signed-off-by: Todd Baert Signed-off-by: Todd Baert --- src/main/java/dev/openfeature/sdk/Reason.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/openfeature/sdk/Reason.java b/src/main/java/dev/openfeature/sdk/Reason.java index 497fd66d..f962a213 100644 --- a/src/main/java/dev/openfeature/sdk/Reason.java +++ b/src/main/java/dev/openfeature/sdk/Reason.java @@ -4,5 +4,5 @@ * Predefined resolution reasons. */ public enum Reason { - DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, ERROR + DISABLED, SPLIT, TARGETING_MATCH, DEFAULT, UNKNOWN, CACHED, STATIC, ERROR } From e30c21e9929666c9a8daede0d40ed4f6e886258d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:55:55 +0000 Subject: [PATCH 48/65] chore(deps): update github/codeql-action digest to 60e5868 (#255) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 90f90942..844ddab3 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@40a75182e7deaa2546a7ae157d51e29952f70622 + uses: github/codeql-action/init@60e5868d6e0557854172545a67595658546e98e6 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40a75182e7deaa2546a7ae157d51e29952f70622 + uses: github/codeql-action/analyze@60e5868d6e0557854172545a67595658546e98e6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6896c2a3..7cb8a30d 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@40a75182e7deaa2546a7ae157d51e29952f70622 + uses: github/codeql-action/init@60e5868d6e0557854172545a67595658546e98e6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@40a75182e7deaa2546a7ae157d51e29952f70622 + uses: github/codeql-action/autobuild@60e5868d6e0557854172545a67595658546e98e6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@40a75182e7deaa2546a7ae157d51e29952f70622 + uses: github/codeql-action/analyze@60e5868d6e0557854172545a67595658546e98e6 From 5c78acbbe0a9a045641c018d110d1d8fec6af5db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:03:13 +0000 Subject: [PATCH 49/65] chore(deps): update actions/setup-java digest to 8f12c5c (#256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ee9d9f1a..d8c2bc56 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@e11351903adc86f18bfc6660e4de2911b9fc33b4 + uses: actions/setup-java@8f12c5c4d1ebd18bf4b7a51a1b0b912633f0bc61 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 844ddab3..951bb6ca 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 - uses: actions/setup-java@e11351903adc86f18bfc6660e4de2911b9fc33b4 + uses: actions/setup-java@8f12c5c4d1ebd18bf4b7a51a1b0b912633f0bc61 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 906125b3..82dec739 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} - uses: actions/setup-java@e11351903adc86f18bfc6660e4de2911b9fc33b4 + uses: actions/setup-java@8f12c5c4d1ebd18bf4b7a51a1b0b912633f0bc61 with: java-version: '8' distribution: 'temurin' From 7451f696c8e91028d5a4962cc01f2fb8d0f9306c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:59:51 +0000 Subject: [PATCH 50/65] chore(deps): update google-github-actions/release-please-action digest to 514bc6c (#254) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82dec739..517b1be0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: google-github-actions/release-please-action@e673b0b150e57aa9de373436acbe181eb222f789 + - uses: google-github-actions/release-please-action@514bc6cdae71484c998108f2136a8f5e4c62b9b9 id: release with: command: manifest From b79a6535b6128fb950f2bbe021775c74e917e8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:46:20 +0000 Subject: [PATCH 51/65] chore(deps): update actions/cache digest to 6c2de3b (#257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d8c2bc56..0a329c59 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@9b7ef12f3e9ce81a867de9cc54829421aa406d7b + uses: actions/cache@6c2de3ba980384b3ac07a50cbf1fc6e7bc55ff37 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 951bb6ca..f5d9f7c0 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@9b7ef12f3e9ce81a867de9cc54829421aa406d7b + uses: actions/cache@6c2de3ba980384b3ac07a50cbf1fc6e7bc55ff37 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From da55f024bf11e5cc763c3527e663b864531b2db2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 10:59:44 -0500 Subject: [PATCH 52/65] chore(deps): update dependency dev.openfeature.contrib.providers:flagd to v0.5.6 (#207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c20d0f99..db8e4cc4 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ dev.openfeature.contrib.providers flagd - 0.5.3 + 0.5.6 test From 6103dd2d39adceaaeeb0f63de6fb10437be3a743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:12:02 -0500 Subject: [PATCH 53/65] fix(deps): update dependency io.cucumber:cucumber-bom to v7.11.0 (#208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db8e4cc4..be7bde09 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ io.cucumber cucumber-bom - 7.10.0 + 7.11.0 pom import From 1b822341d643efe2cd23a536c4b9cc0a1447c073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:50:24 +0000 Subject: [PATCH 54/65] chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.2.1 (#234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be7bde09..eb57c8c0 100644 --- a/pom.xml +++ b/pom.xml @@ -450,7 +450,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.2.0 + 3.2.1 checkstyle.xml UTF-8 From b2b41851ce840fe0804e03ac67f5266644c06c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:53:39 +0000 Subject: [PATCH 55/65] chore(deps): update github/codeql-action digest to 421a1b3 (#258) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index f5d9f7c0..0ca674fb 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@60e5868d6e0557854172545a67595658546e98e6 + uses: github/codeql-action/init@421a1b344fb0def373a0794a4051f19f207461ec with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@60e5868d6e0557854172545a67595658546e98e6 + uses: github/codeql-action/analyze@421a1b344fb0def373a0794a4051f19f207461ec diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7cb8a30d..544eea76 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@60e5868d6e0557854172545a67595658546e98e6 + uses: github/codeql-action/init@421a1b344fb0def373a0794a4051f19f207461ec with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@60e5868d6e0557854172545a67595658546e98e6 + uses: github/codeql-action/autobuild@421a1b344fb0def373a0794a4051f19f207461ec - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@60e5868d6e0557854172545a67595658546e98e6 + uses: github/codeql-action/analyze@421a1b344fb0def373a0794a4051f19f207461ec From 99dc562893b547b3ccffb729050821a8b0311b4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 02:44:03 +0000 Subject: [PATCH 56/65] chore(deps): update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.7.4 (#220) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb57c8c0..0d0f9872 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.3 + 2.7.4 library 1.3 From 618c90beab4ce8c765a345a51dd0704c74db9114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 05:58:34 +0000 Subject: [PATCH 57/65] chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.5.0 (#235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d0f9872..361022c9 100644 --- a/pom.xml +++ b/pom.xml @@ -214,7 +214,7 @@ maven-dependency-plugin - 3.4.0 + 3.5.0 verify From 5ee7675f3e622ec9d73bc97ff6351d49fa2e77ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 00:18:47 -0800 Subject: [PATCH 58/65] chore(deps): update dependency org.assertj:assertj-core to v3.24.2 (#223) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 361022c9..fb952334 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ org.assertj assertj-core - 3.23.1 + 3.24.2 test From 3a1d6a8ffb5a27a0740272671eaa65a4a958ca7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 08:22:46 +0000 Subject: [PATCH 59/65] chore(deps): update dependency org.mockito:mockito-core to v4.11.0 (#209) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fb952334..845dff8f 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ org.mockito mockito-core - 4.9.0 + 4.11.0 test From f14ca34f58a95d4371fa0ea0c8989b739ac43b98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 19:42:06 +0000 Subject: [PATCH 60/65] chore(deps): update actions/cache digest to 2b5a782 (#259) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 0a329c59..03fb4491 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@6c2de3ba980384b3ac07a50cbf1fc6e7bc55ff37 + uses: actions/cache@2b5a782c6414f96354f95902141714b127692d1e with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 0ca674fb..92bf4e48 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -31,7 +31,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@6c2de3ba980384b3ac07a50cbf1fc6e7bc55ff37 + uses: actions/cache@2b5a782c6414f96354f95902141714b127692d1e with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 7524aea473c2556f6494b10c0f18655b10c945ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:02:16 -0500 Subject: [PATCH 61/65] chore(deps): update github/codeql-action digest to 5794d96 (#260) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 92bf4e48..d3c01806 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@421a1b344fb0def373a0794a4051f19f207461ec + uses: github/codeql-action/init@5794d966f2616fdb53b22968a7546fc36d343ec3 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@421a1b344fb0def373a0794a4051f19f207461ec + uses: github/codeql-action/analyze@5794d966f2616fdb53b22968a7546fc36d343ec3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 544eea76..7b33f05b 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@421a1b344fb0def373a0794a4051f19f207461ec + uses: github/codeql-action/init@5794d966f2616fdb53b22968a7546fc36d343ec3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@421a1b344fb0def373a0794a4051f19f207461ec + uses: github/codeql-action/autobuild@5794d966f2616fdb53b22968a7546fc36d343ec3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@421a1b344fb0def373a0794a4051f19f207461ec + uses: github/codeql-action/analyze@5794d966f2616fdb53b22968a7546fc36d343ec3 From 229cd61116b4a6167e9eaaf3fafff2dd42b34be9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 01:53:43 +0000 Subject: [PATCH 62/65] chore(deps): update github/codeql-action digest to 824a20f (#261) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d3c01806..7d2de587 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@5794d966f2616fdb53b22968a7546fc36d343ec3 + uses: github/codeql-action/init@824a20f6aa3afd77375719c5c165e7131041d57a with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5794d966f2616fdb53b22968a7546fc36d343ec3 + uses: github/codeql-action/analyze@824a20f6aa3afd77375719c5c165e7131041d57a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7b33f05b..f2551774 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@5794d966f2616fdb53b22968a7546fc36d343ec3 + uses: github/codeql-action/init@824a20f6aa3afd77375719c5c165e7131041d57a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5794d966f2616fdb53b22968a7546fc36d343ec3 + uses: github/codeql-action/autobuild@824a20f6aa3afd77375719c5c165e7131041d57a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5794d966f2616fdb53b22968a7546fc36d343ec3 + uses: github/codeql-action/analyze@824a20f6aa3afd77375719c5c165e7131041d57a From 01dbff9c6d9c5b5a4a36c30d34f0a8fa6ca11278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:57:16 +0000 Subject: [PATCH 63/65] chore(deps): update github/codeql-action digest to af42a70 (#262) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 7d2de587..28eb4596 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@824a20f6aa3afd77375719c5c165e7131041d57a + uses: github/codeql-action/init@af42a70c34d72288c9da5430925edfc79e1681e7 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@824a20f6aa3afd77375719c5c165e7131041d57a + uses: github/codeql-action/analyze@af42a70c34d72288c9da5430925edfc79e1681e7 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f2551774..c372a6cb 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@824a20f6aa3afd77375719c5c165e7131041d57a + uses: github/codeql-action/init@af42a70c34d72288c9da5430925edfc79e1681e7 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@824a20f6aa3afd77375719c5c165e7131041d57a + uses: github/codeql-action/autobuild@af42a70c34d72288c9da5430925edfc79e1681e7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@824a20f6aa3afd77375719c5c165e7131041d57a + uses: github/codeql-action/analyze@af42a70c34d72288c9da5430925edfc79e1681e7 From c9c1445e40739931683b2a1cb8079c398ac8e7f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:49:09 +0000 Subject: [PATCH 64/65] chore(deps): update github/codeql-action digest to a58e90a (#263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/static-code-scanning.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 28eb4596..fdefe2e1 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@af42a70c34d72288c9da5430925edfc79e1681e7 + uses: github/codeql-action/init@a58e90a9daf2aac731400f56d005f2b324a2c5b8 with: languages: java @@ -51,4 +51,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@af42a70c34d72288c9da5430925edfc79e1681e7 + uses: github/codeql-action/analyze@a58e90a9daf2aac731400f56d005f2b324a2c5b8 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index c372a6cb..42085389 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -33,12 +33,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@af42a70c34d72288c9da5430925edfc79e1681e7 + uses: github/codeql-action/init@a58e90a9daf2aac731400f56d005f2b324a2c5b8 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@af42a70c34d72288c9da5430925edfc79e1681e7 + uses: github/codeql-action/autobuild@a58e90a9daf2aac731400f56d005f2b324a2c5b8 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@af42a70c34d72288c9da5430925edfc79e1681e7 + uses: github/codeql-action/analyze@a58e90a9daf2aac731400f56d005f2b324a2c5b8 From cd288e1b266e36927ff5d1c1be5bf70b1efdad21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 02:47:16 +0000 Subject: [PATCH 65/65] chore(main): release 1.1.0 (#198) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- pom.xml | 2 +- version.txt | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b8585c7..077bc02a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.1"} \ No newline at end of file +{".":"1.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1e0aec..e42f88ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://github.com/open-feature/java-sdk/compare/v1.0.1...v1.1.0) (2023-01-24) + + +### Features + +* add STATIC, CACHED reasons ([#240](https://github.com/open-feature/java-sdk/issues/240)) ([d069a8f](https://github.com/open-feature/java-sdk/commit/d069a8fa9d7c1795f6713f4b331657119e6f7d8f)) +* add STATIC, CACHED reasons. ([d069a8f](https://github.com/open-feature/java-sdk/commit/d069a8fa9d7c1795f6713f4b331657119e6f7d8f)) + + +### Bug Fixes + +* **deps:** update dependency io.cucumber:cucumber-bom to v7.10.0 ([#195](https://github.com/open-feature/java-sdk/issues/195)) ([0544597](https://github.com/open-feature/java-sdk/commit/0544597511471a2c10fbe2a3296de5629730ea7c)) +* **deps:** update dependency io.cucumber:cucumber-bom to v7.11.0 ([#208](https://github.com/open-feature/java-sdk/issues/208)) ([6103dd2](https://github.com/open-feature/java-sdk/commit/6103dd2d39adceaaeeb0f63de6fb10437be3a743)) +* **deps:** update junit5 monorepo ([#230](https://github.com/open-feature/java-sdk/issues/230)) ([67b15c6](https://github.com/open-feature/java-sdk/commit/67b15c6e104fe7539f7a197810be28d69634cbfc)) + ## [1.0.1](https://github.com/open-feature/java-sdk/compare/v1.0.0...v1.0.1) (2022-11-30) diff --git a/README.md b/README.md index 46ab01e4..76c7883f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ For complete documentation, visit: https://docs.openfeature.dev/docs/category/co dev.openfeature sdk - 1.0.1 + 1.1.0 ``` @@ -92,7 +92,7 @@ If you would like snapshot builds, this is the relevant repository information: ```groovy dependencies { - implementation 'dev.openfeature:sdk:1.0.1' + implementation 'dev.openfeature:sdk:1.1.0' } ``` diff --git a/pom.xml b/pom.xml index 845dff8f..83599d96 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.openfeature sdk - 1.0.1 + 1.1.0 UTF-8 diff --git a/version.txt b/version.txt index 7dea76ed..9084fa2f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1 +1.1.0