From e2c70d9f0b4768ccbe9796cb14e99a92e5ba3dbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 18:16:12 +0000 Subject: [PATCH 01/65] chore(deps): update github/codeql-action digest to 79e9a50 (#995) 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 e565d68c..bf945f83 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2e8f35fc..6c1308e9 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@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/autobuild@79e9a50e51439bd8fd234c77d9eb659839d10a61 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@de945755c9edd3a4e5d160a71f1482ece6a3c271 + uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 From 7bff3eebe624c9fecd705dd5fdd51d9483cb4643 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 28 Jun 2024 21:48:32 +0200 Subject: [PATCH 02/65] docs: Small typo sonartype vs sonatype (#989) Small type sonartype vs sonatype Nothing important. Feel free to ignore ;) Signed-off-by: David Pilato --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d5598f5..54322d3e 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ If you would like snapshot builds, this is the relevant repository information: true - sonartype - Sonartype Repository + sonatype + Sonatype Repository https://s01.oss.sonatype.org/content/repositories/snapshots/ From fc40209edcffc063a474aec7bfe9a880e0966750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:21:04 +0000 Subject: [PATCH 03/65] chore(deps): update github/codeql-action digest to ee4ad8b (#997) 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 bf945f83..4774c23d 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/init@ee4ad8b9d64b235782063b8cfff3942401b8033d with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/analyze@ee4ad8b9d64b235782063b8cfff3942401b8033d diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 6c1308e9..5a583be6 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@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/init@ee4ad8b9d64b235782063b8cfff3942401b8033d with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/autobuild@ee4ad8b9d64b235782063b8cfff3942401b8033d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@79e9a50e51439bd8fd234c77d9eb659839d10a61 + uses: github/codeql-action/analyze@ee4ad8b9d64b235782063b8cfff3942401b8033d From 62f95b651bb7bc18f984e42264900f2b486bf6bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:55:24 +0000 Subject: [PATCH 04/65] chore(deps): update github/codeql-action digest to 7adf9ac (#998) 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 4774c23d..cda1bffd 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@ee4ad8b9d64b235782063b8cfff3942401b8033d + uses: github/codeql-action/init@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ee4ad8b9d64b235782063b8cfff3942401b8033d + uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 5a583be6..fe3c0deb 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@ee4ad8b9d64b235782063b8cfff3942401b8033d + uses: github/codeql-action/init@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@ee4ad8b9d64b235782063b8cfff3942401b8033d + uses: github/codeql-action/autobuild@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ee4ad8b9d64b235782063b8cfff3942401b8033d + uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 From d0b3b3598115e55cda334a6c7ced72b6ae28a063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 03:03:57 +0000 Subject: [PATCH 05/65] chore(deps): update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.6.2 (#999) 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 6f6e8416..578dac5d 100644 --- a/pom.xml +++ b/pom.xml @@ -349,7 +349,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.6.1 + 4.8.6.2 spotbugs-exclusions.xml From 42d2d776a8e475bb2247d616cfc07bac896cf089 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:05:49 +0000 Subject: [PATCH 06/65] chore(deps): update github/codeql-action digest to 064a406 (#1000) 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 cda1bffd..50744ea1 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 + uses: github/codeql-action/init@064a406de026ea27990a5b507b56911401ca2f95 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 + uses: github/codeql-action/analyze@064a406de026ea27990a5b507b56911401ca2f95 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fe3c0deb..dc078e52 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@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 + uses: github/codeql-action/init@064a406de026ea27990a5b507b56911401ca2f95 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 + uses: github/codeql-action/autobuild@064a406de026ea27990a5b507b56911401ca2f95 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48 + uses: github/codeql-action/analyze@064a406de026ea27990a5b507b56911401ca2f95 From 145dfc70c276c0e9d3fe28f582ad5385a84ec0f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:39:48 +0000 Subject: [PATCH 07/65] chore(deps): update github/codeql-action digest to 6e04d51 (#1001) 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 50744ea1..59d4b732 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@064a406de026ea27990a5b507b56911401ca2f95 + uses: github/codeql-action/init@6e04d518baf348f53b5454ff7a14ddd0bfec6653 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@064a406de026ea27990a5b507b56911401ca2f95 + uses: github/codeql-action/analyze@6e04d518baf348f53b5454ff7a14ddd0bfec6653 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index dc078e52..2cee1d2e 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@064a406de026ea27990a5b507b56911401ca2f95 + uses: github/codeql-action/init@6e04d518baf348f53b5454ff7a14ddd0bfec6653 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@064a406de026ea27990a5b507b56911401ca2f95 + uses: github/codeql-action/autobuild@6e04d518baf348f53b5454ff7a14ddd0bfec6653 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@064a406de026ea27990a5b507b56911401ca2f95 + uses: github/codeql-action/analyze@6e04d518baf348f53b5454ff7a14ddd0bfec6653 From 2f5deb1a3a578357bb8b965bc7ad0e61f5a8a782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:19:24 +0000 Subject: [PATCH 08/65] chore(deps): update dependency org.assertj:assertj-core to v3.26.3 (#1002) 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 578dac5d..3e385421 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ org.assertj assertj-core - 3.26.0 + 3.26.3 test From f3d9a55eb7c3955bc3dbf2c9db5f494749e2c890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:32:44 +0000 Subject: [PATCH 09/65] chore(deps): update github/codeql-action digest to be825d5 (#1003) 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 59d4b732..6219d263 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@6e04d518baf348f53b5454ff7a14ddd0bfec6653 + uses: github/codeql-action/init@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6e04d518baf348f53b5454ff7a14ddd0bfec6653 + uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2cee1d2e..4905d6b8 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@6e04d518baf348f53b5454ff7a14ddd0bfec6653 + uses: github/codeql-action/init@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@6e04d518baf348f53b5454ff7a14ddd0bfec6653 + uses: github/codeql-action/autobuild@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6e04d518baf348f53b5454ff7a14ddd0bfec6653 + uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb From 7ae703e1da581d036c0f970b6712c2fb611bb805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:31:04 +0000 Subject: [PATCH 10/65] chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.1 (#1004) 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 3e385421..f3e8af41 100644 --- a/pom.xml +++ b/pom.xml @@ -250,7 +250,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.3.0 + 3.3.1 ${surefireArgLine} From e8568a8ea2c130be581a310be2214900eddf9d8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 04:52:40 +0000 Subject: [PATCH 11/65] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 (#1005) 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 f3e8af41..65beaedb 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.0 + 3.3.1 ${surefireArgLine} From 2bb58d6e1b160848e7cb92394ae9f1b98f091b34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:56:33 +0000 Subject: [PATCH 12/65] chore(deps): update github/codeql-action digest to 9ab7277 (#1006) 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 6219d263..0038c4c5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb + uses: github/codeql-action/init@9ab727712f519b1609826257798e28ecf183223c with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb + uses: github/codeql-action/analyze@9ab727712f519b1609826257798e28ecf183223c diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 4905d6b8..b533e839 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@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb + uses: github/codeql-action/init@9ab727712f519b1609826257798e28ecf183223c with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb + uses: github/codeql-action/autobuild@9ab727712f519b1609826257798e28ecf183223c - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb + uses: github/codeql-action/analyze@9ab727712f519b1609826257798e28ecf183223c From aab84b80af81a280d5729455048202090de7f7da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:35:00 +0000 Subject: [PATCH 13/65] chore(deps): update github/codeql-action digest to 857f661 (#1007) 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 0038c4c5..98800cb8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@9ab727712f519b1609826257798e28ecf183223c + uses: github/codeql-action/init@857f661639e3b76ca5ed2f08a635a95b3703d858 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9ab727712f519b1609826257798e28ecf183223c + uses: github/codeql-action/analyze@857f661639e3b76ca5ed2f08a635a95b3703d858 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b533e839..7b32990c 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@9ab727712f519b1609826257798e28ecf183223c + uses: github/codeql-action/init@857f661639e3b76ca5ed2f08a635a95b3703d858 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@9ab727712f519b1609826257798e28ecf183223c + uses: github/codeql-action/autobuild@857f661639e3b76ca5ed2f08a635a95b3703d858 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9ab727712f519b1609826257798e28ecf183223c + uses: github/codeql-action/analyze@857f661639e3b76ca5ed2f08a635a95b3703d858 From 9cc9241b014edb8ac25aa830ab250009d4bc506a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:40:22 +0000 Subject: [PATCH 14/65] chore(deps): update github/codeql-action digest to c2585ec (#1008) 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 98800cb8..381b16d8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@857f661639e3b76ca5ed2f08a635a95b3703d858 + uses: github/codeql-action/init@c2585eca08d6e40bf455acae5248e197cdd25de1 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@857f661639e3b76ca5ed2f08a635a95b3703d858 + uses: github/codeql-action/analyze@c2585eca08d6e40bf455acae5248e197cdd25de1 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 7b32990c..93220fa1 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@857f661639e3b76ca5ed2f08a635a95b3703d858 + uses: github/codeql-action/init@c2585eca08d6e40bf455acae5248e197cdd25de1 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@857f661639e3b76ca5ed2f08a635a95b3703d858 + uses: github/codeql-action/autobuild@c2585eca08d6e40bf455acae5248e197cdd25de1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@857f661639e3b76ca5ed2f08a635a95b3703d858 + uses: github/codeql-action/analyze@c2585eca08d6e40bf455acae5248e197cdd25de1 From efbb69a998f20e559b1b610cc190bdbd19ea8100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 01:32:25 +0000 Subject: [PATCH 15/65] chore(deps): update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.24.0 (#1009) 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 65beaedb..db19e2df 100644 --- a/pom.xml +++ b/pom.xml @@ -334,7 +334,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.23.0 + 3.24.0 run-pmd From 1d31726e574ae09aeccb0365f6797e78187eb6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:00:44 +0000 Subject: [PATCH 16/65] chore(deps): update github/codeql-action digest to 270a29d (#1010) 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 381b16d8..880421b7 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@c2585eca08d6e40bf455acae5248e197cdd25de1 + uses: github/codeql-action/init@270a29d1cc4b4490128f991e675007513ea6e660 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c2585eca08d6e40bf455acae5248e197cdd25de1 + uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 93220fa1..56d79d04 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@c2585eca08d6e40bf455acae5248e197cdd25de1 + uses: github/codeql-action/init@270a29d1cc4b4490128f991e675007513ea6e660 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@c2585eca08d6e40bf455acae5248e197cdd25de1 + uses: github/codeql-action/autobuild@270a29d1cc4b4490128f991e675007513ea6e660 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c2585eca08d6e40bf455acae5248e197cdd25de1 + uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 From 91fa8cf7d63374cd67d4c02d291467da379297cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:28:44 +0000 Subject: [PATCH 17/65] fix(deps): update dependency io.cucumber:cucumber-bom to v7.18.1 (#1011) 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 db19e2df..b50cb0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ io.cucumber cucumber-bom - 7.18.0 + 7.18.1 pom import From eca299b3ad05dc198a91b29cac27c5df6a94eb3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:07:05 +0000 Subject: [PATCH 18/65] chore(deps): update github/codeql-action digest to 44534b7 (#1012) 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 880421b7..555de3b5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 56d79d04..983fdcdc 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@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/autobuild@44534b787f11b377674fc4c09b1985db5366d9fb - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@270a29d1cc4b4490128f991e675007513ea6e660 + uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb From 3d0cd62c9838ef4bd354cb84bcf43518589ae3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:01:02 +0000 Subject: [PATCH 19/65] chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.8.0 (#1013) 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 b50cb0b1..e0752777 100644 --- a/pom.xml +++ b/pom.xml @@ -452,7 +452,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 true all,-missing From f1b0eb154dcbd1a02158b457a1bf848eb3040925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:46:52 +0000 Subject: [PATCH 20/65] chore(deps): update github/codeql-action digest to 0e346f2 (#1014) 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 555de3b5..2af99901 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/analyze@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 983fdcdc..fc644f27 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@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/autobuild@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@44534b787f11b377674fc4c09b1985db5366d9fb + uses: github/codeql-action/analyze@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab From 5db43ad1aae4581d92f18eb8b209c701af55b1a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:42:54 +0000 Subject: [PATCH 21/65] chore(deps): update github/codeql-action digest to b400d0f (#1016) 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 2af99901..38dba4ca 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab + uses: github/codeql-action/init@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab + uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fc644f27..fa91fc20 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@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab + uses: github/codeql-action/init@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab + uses: github/codeql-action/autobuild@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab + uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 From baa13313e8cc10ab4f9f6dc6a216326dfcdc74b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:09:27 +0000 Subject: [PATCH 22/65] chore(deps): update github/codeql-action digest to f67c9cd (#1017) 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 38dba4ca..6de8b0cb 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index fa91fc20..f20046a3 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@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/autobuild@f67c9cd326d8190e3faa895db1adefab9cc746a6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b400d0f668f77c9729697aac4fbc1c8f91f5fcb4 + uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6 From aa7f8b97f0464d36d3a87574915fe95901b612c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:07:51 +0000 Subject: [PATCH 23/65] chore(deps): update github/codeql-action digest to 1b214db (#1018) 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 6de8b0cb..d56ae427 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@f67c9cd326d8190e3faa895db1adefab9cc746a6 + uses: github/codeql-action/init@1b214db077827f5ba810f244daaecfd95c3bd111 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6 + uses: github/codeql-action/analyze@1b214db077827f5ba810f244daaecfd95c3bd111 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f20046a3..87dace46 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@f67c9cd326d8190e3faa895db1adefab9cc746a6 + uses: github/codeql-action/init@1b214db077827f5ba810f244daaecfd95c3bd111 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@f67c9cd326d8190e3faa895db1adefab9cc746a6 + uses: github/codeql-action/autobuild@1b214db077827f5ba810f244daaecfd95c3bd111 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f67c9cd326d8190e3faa895db1adefab9cc746a6 + uses: github/codeql-action/analyze@1b214db077827f5ba810f244daaecfd95c3bd111 From cf760e4cc4227b7bac4c4ce5192d06ed39a7783b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:52:07 +0000 Subject: [PATCH 24/65] chore(deps): update github/codeql-action digest to f8e94f9 (#1019) 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 d56ae427..cbeb2b08 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@1b214db077827f5ba810f244daaecfd95c3bd111 + uses: github/codeql-action/init@f8e94f97750f67eb20315a4c8d9e085db128b221 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b214db077827f5ba810f244daaecfd95c3bd111 + uses: github/codeql-action/analyze@f8e94f97750f67eb20315a4c8d9e085db128b221 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 87dace46..9e81391a 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@1b214db077827f5ba810f244daaecfd95c3bd111 + uses: github/codeql-action/init@f8e94f97750f67eb20315a4c8d9e085db128b221 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@1b214db077827f5ba810f244daaecfd95c3bd111 + uses: github/codeql-action/autobuild@f8e94f97750f67eb20315a4c8d9e085db128b221 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b214db077827f5ba810f244daaecfd95c3bd111 + uses: github/codeql-action/analyze@f8e94f97750f67eb20315a4c8d9e085db128b221 From 7db6d8a3d3fb1dc17cb85740f0666601252a3c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:17:27 +0000 Subject: [PATCH 25/65] chore(deps): update github/codeql-action digest to 4b1d7da (#1020) 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 cbeb2b08..9b03e9f2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@f8e94f97750f67eb20315a4c8d9e085db128b221 + uses: github/codeql-action/init@4b1d7da102ff94aca014c0245062b1a463356d72 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f8e94f97750f67eb20315a4c8d9e085db128b221 + uses: github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 9e81391a..851621f5 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@f8e94f97750f67eb20315a4c8d9e085db128b221 + uses: github/codeql-action/init@4b1d7da102ff94aca014c0245062b1a463356d72 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@f8e94f97750f67eb20315a4c8d9e085db128b221 + uses: github/codeql-action/autobuild@4b1d7da102ff94aca014c0245062b1a463356d72 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f8e94f97750f67eb20315a4c8d9e085db128b221 + uses: github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72 From e57eafd86d9e333d70d027a64d7b83d4f2ce4f9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 19:57:40 +0000 Subject: [PATCH 26/65] chore(deps): update github/codeql-action digest to aa96d09 (#1021) 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 9b03e9f2..bb627a45 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@4b1d7da102ff94aca014c0245062b1a463356d72 + uses: github/codeql-action/init@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72 + uses: github/codeql-action/analyze@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 851621f5..1cbd4b72 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@4b1d7da102ff94aca014c0245062b1a463356d72 + uses: github/codeql-action/init@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@4b1d7da102ff94aca014c0245062b1a463356d72 + uses: github/codeql-action/autobuild@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72 + uses: github/codeql-action/analyze@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 From 865c3bb17a2fb5a8ab5832cf32b806b8b4a5660e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:59:00 +0000 Subject: [PATCH 27/65] chore(deps): update actions/cache digest to 4a28cbc (#1022) 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 4ff06ca6..d21ae447 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@4a28cbc0544512425977dda4ce81a9b6f0f34ad9 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index bb627a45..a3b85def 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -25,7 +25,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@4a28cbc0544512425977dda4ce81a9b6f0f34ad9 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 326a10ba0160627387fff20c52c50250bb176a3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 03:46:08 +0000 Subject: [PATCH 28/65] chore(deps): update actions/checkout digest to 9a9194f (#1023) 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 d21ae447..f8c6f21a 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index a3b85def..438edbd8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29866c56..780cef77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: # These steps are only run if this was a merged release-please PR - name: checkout if: ${{ steps.release.outputs.release_created }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1cbd4b72..f813afe8 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@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL From d23a9115c8f2fa43d05dde37b2aac88c872b0b8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:43:51 +0000 Subject: [PATCH 29/65] chore(deps): update github/codeql-action digest to 16639b4 (#1024) 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 438edbd8..697ce2d9 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 + uses: github/codeql-action/init@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 + uses: github/codeql-action/analyze@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index f813afe8..2cb67d40 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@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 + uses: github/codeql-action/init@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 + uses: github/codeql-action/autobuild@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6 + uses: github/codeql-action/analyze@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 From c574ec5c777017b2cdae770fbf35def4b6be1b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:39:08 +0000 Subject: [PATCH 30/65] chore(deps): update github/codeql-action digest to 5cdd182 (#1025) 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 697ce2d9..68b24f7c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 + uses: github/codeql-action/init@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 + uses: github/codeql-action/analyze@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 2cb67d40..ce99901b 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@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 + uses: github/codeql-action/init@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 + uses: github/codeql-action/autobuild@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@16639b4b1a370bc8a577d4d659aa0357b46cc5b2 + uses: github/codeql-action/analyze@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb From 41128b86fb55d060aed7af836ef9f2365d033446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:01:30 +0000 Subject: [PATCH 31/65] chore(deps): update actions/cache digest to 40c3b67 (#1026) 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 f8c6f21a..547f51d8 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@4a28cbc0544512425977dda4ce81a9b6f0f34ad9 + uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 68b24f7c..2a716544 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -25,7 +25,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@4a28cbc0544512425977dda4ce81a9b6f0f34ad9 + uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 09686741ad174f3467e7d8b8adfeef13f0afbcbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:50:25 +0000 Subject: [PATCH 32/65] chore(deps): update actions/setup-java digest to 6a0805f (#1027) 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 547f51d8..f2b4de34 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 2a716544..c3876385 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 780cef77..d24ce45f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@fd08b9c8dc6f530393a204a04e1f05101a5d00fd + uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 with: java-version: '8' distribution: 'temurin' From cd4c8239cd8c70dd8cdbc5398bfcb74668a65499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:31:13 +0000 Subject: [PATCH 33/65] chore(deps): update github/codeql-action digest to 9c646c2 (#1028) 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 c3876385..c676f8a4 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb + uses: github/codeql-action/init@9c646c24a4c8410122b0d6a1311088e9377eea95 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb + uses: github/codeql-action/analyze@9c646c24a4c8410122b0d6a1311088e9377eea95 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index ce99901b..870cf74b 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@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb + uses: github/codeql-action/init@9c646c24a4c8410122b0d6a1311088e9377eea95 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb + uses: github/codeql-action/autobuild@9c646c24a4c8410122b0d6a1311088e9377eea95 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb + uses: github/codeql-action/analyze@9c646c24a4c8410122b0d6a1311088e9377eea95 From 89cb7479f48b9f930b70e992aa94acd1ad9346a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 07:02:11 +0000 Subject: [PATCH 34/65] chore(deps): update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.8.1 (#1029) 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 e0752777..62af8720 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.8.0 + 2.8.1 library 1.3 From 6990e21b47befdb4c9b2431c63ddb6db6ccecff7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:19:45 +0000 Subject: [PATCH 35/65] chore(deps): update actions/cache digest to 57b8e40 (#1030) 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 f2b4de34..cc431875 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@40c3b67b2955d93d83b27ed164edd0756bc24049 + uses: actions/cache@57b8e405f0f6efe89131ba09709ce4bc33291a51 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c676f8a4..abbd2a74 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -25,7 +25,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049 + uses: actions/cache@57b8e405f0f6efe89131ba09709ce4bc33291a51 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 22435a694a98022998d1b75a0cbee59caceccf15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:47:12 +0000 Subject: [PATCH 36/65] chore(deps): update github/codeql-action digest to c24926b (#1031) 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 abbd2a74..5f49a083 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@9c646c24a4c8410122b0d6a1311088e9377eea95 + uses: github/codeql-action/init@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9c646c24a4c8410122b0d6a1311088e9377eea95 + uses: github/codeql-action/analyze@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 870cf74b..4bdf37e1 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@9c646c24a4c8410122b0d6a1311088e9377eea95 + uses: github/codeql-action/init@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@9c646c24a4c8410122b0d6a1311088e9377eea95 + uses: github/codeql-action/autobuild@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@9c646c24a4c8410122b0d6a1311088e9377eea95 + uses: github/codeql-action/analyze@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae From 1ed7fc15774af26b7c73238dc35b39a7c20ef129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:25:18 +0000 Subject: [PATCH 37/65] chore(deps): update github/codeql-action digest to 5c02493 (#1032) 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 5f49a083..6dcd8c1c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae + uses: github/codeql-action/init@5c02493ebfd65b28fd3b082c65e5af2cd745d91f with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae + uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 4bdf37e1..89fa388e 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@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae + uses: github/codeql-action/init@5c02493ebfd65b28fd3b082c65e5af2cd745d91f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae + uses: github/codeql-action/autobuild@5c02493ebfd65b28fd3b082c65e5af2cd745d91f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c24926b73412ecf51b27bc8e3cacb43a6b3f02ae + uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f From 4ec155d91b4cc637d1d447ea87308401a5fd7d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 03:12:16 +0000 Subject: [PATCH 38/65] fix(deps): update dependency org.slf4j:slf4j-api to v2.0.14 (#1033) 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 62af8720..16651091 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.slf4j slf4j-api - 2.0.13 + 2.0.14 From ccabb1856cd697d54a227d3562278d03088b3aeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:55:55 +0000 Subject: [PATCH 39/65] chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.0 (#1034) 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 16651091..0c0a615e 100644 --- a/pom.xml +++ b/pom.xml @@ -501,7 +501,7 @@ org.codehaus.mojo exec-maven-plugin - 3.3.0 + 3.4.0 update-test-harness-submodule From 4591d3f1da330ba3631618b96576f48def6f59e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:28:50 +0000 Subject: [PATCH 40/65] chore(deps): update dependency org.awaitility:awaitility to v4.2.2 (#1035) 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 0c0a615e..9b05b6fe 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ org.awaitility awaitility - 4.2.1 + 4.2.2 test From fed93942b88e0042c50801e8fa193cd156487d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:09:46 +0000 Subject: [PATCH 41/65] fix(deps): update dependency org.slf4j:slf4j-api to v2.0.15 (#1036) 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 9b05b6fe..d3373567 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.slf4j slf4j-api - 2.0.14 + 2.0.15 From b4f0550a2b9530dc23603f7e5aedf19a1ce0b08a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 22:10:56 +0000 Subject: [PATCH 42/65] chore(deps): update actions/setup-java digest to 67fbd72 (#1037) 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 cc431875..ea5ada4e 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 + uses: actions/setup-java@67fbd726daaf08212a7b021c1c4d117f94a81dd3 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6dcd8c1c..88190b36 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 + uses: actions/setup-java@67fbd726daaf08212a7b021c1c4d117f94a81dd3 with: java-version: '8' distribution: 'temurin' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d24ce45f..b1b86fe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 - name: Set up JDK 8 if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 + uses: actions/setup-java@67fbd726daaf08212a7b021c1c4d117f94a81dd3 with: java-version: '8' distribution: 'temurin' From 75b9acd79110bba199b84d262a7bf820fc515153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 22:19:31 +0000 Subject: [PATCH 43/65] chore(deps): update github/codeql-action digest to 25ad3c8 (#1038) 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 88190b36..8644b6cf 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@5c02493ebfd65b28fd3b082c65e5af2cd745d91f + uses: github/codeql-action/init@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f + uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 89fa388e..b5f2b48f 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@5c02493ebfd65b28fd3b082c65e5af2cd745d91f + uses: github/codeql-action/init@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5c02493ebfd65b28fd3b082c65e5af2cd745d91f + uses: github/codeql-action/autobuild@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f + uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 From beba1bd8d6c6d7f0d7d7c947777ad9e5ee0e4649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:53:59 +0000 Subject: [PATCH 44/65] fix(deps): update dependency org.slf4j:slf4j-api to v2.0.16 (#1039) 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 d3373567..a9b997ab 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.slf4j slf4j-api - 2.0.15 + 2.0.16 From b215dec8b8ea7f87b515404fc14c740370cc67d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:11:06 +0000 Subject: [PATCH 45/65] chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.5 (#1040) 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 a9b997ab..6e92cdf6 100644 --- a/pom.xml +++ b/pom.xml @@ -472,7 +472,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.5 sign-artifacts From 69db2870071bfc5b307a0b5f6df27dc7f77daa26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:12:09 +0000 Subject: [PATCH 46/65] chore(deps): update github/codeql-action digest to d620faa (#1041) 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 8644b6cf..a6d89af5 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/init@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/analyze@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index b5f2b48f..e0a690e6 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@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/init@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/autobuild@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@25ad3c8e4067d58361177f34122cf9ae8abb4bd0 + uses: github/codeql-action/analyze@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 From 37121e9939338e83102fa004731efc209a8d32c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:13:31 +0000 Subject: [PATCH 47/65] chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1 (#1042) 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 6e92cdf6..56abe2b1 100644 --- a/pom.xml +++ b/pom.xml @@ -501,7 +501,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.0 + 3.4.1 update-test-harness-submodule From f1ea4057fc9bccd4e32ac042060f967f934b0090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:38:06 -0400 Subject: [PATCH 48/65] chore(deps): update github/codeql-action digest to 0d5982a (#1043) 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 a6d89af5..cdf55074 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 + uses: github/codeql-action/init@0d5982aa33b304cca5a9269bccaa65962f580015 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 + uses: github/codeql-action/analyze@0d5982aa33b304cca5a9269bccaa65962f580015 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index e0a690e6..1dcf458c 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@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 + uses: github/codeql-action/init@0d5982aa33b304cca5a9269bccaa65962f580015 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 + uses: github/codeql-action/autobuild@0d5982aa33b304cca5a9269bccaa65962f580015 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d620faa0b4e283b6884bb77fbe9f3ad4183b44a3 + uses: github/codeql-action/analyze@0d5982aa33b304cca5a9269bccaa65962f580015 From d746dc0a11cd837fe9a1472b3cc2ef47fcb616a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:58:59 +0000 Subject: [PATCH 49/65] chore(deps): update actions/cache digest to 81382a7 (#1044) 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 ea5ada4e..e2ab0256 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@57b8e405f0f6efe89131ba09709ce4bc33291a51 + uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index cdf55074..7d760361 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -25,7 +25,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@57b8e405f0f6efe89131ba09709ce4bc33291a51 + uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} From 2934195a8f81b66c5b1ae45f0d7ec2252f830c24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:49:57 +0000 Subject: [PATCH 50/65] chore(deps): update github/codeql-action digest to a93f8c2 (#1046) 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 7d760361..6c3db70e 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@0d5982aa33b304cca5a9269bccaa65962f580015 + uses: github/codeql-action/init@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0d5982aa33b304cca5a9269bccaa65962f580015 + uses: github/codeql-action/analyze@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 1dcf458c..58262227 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@0d5982aa33b304cca5a9269bccaa65962f580015 + uses: github/codeql-action/init@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@0d5982aa33b304cca5a9269bccaa65962f580015 + uses: github/codeql-action/autobuild@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0d5982aa33b304cca5a9269bccaa65962f580015 + uses: github/codeql-action/analyze@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff From 5e77f8ad337fa3230a71db7d722cce01a50f654b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:16:02 +0000 Subject: [PATCH 51/65] fix(deps): update junit5 monorepo (#1045) 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 56abe2b1..89daec7d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ UTF-8 1.8 ${maven.compiler.source} - 5.10.3 + 5.11.0 **/e2e/*.java ${groupId}.${artifactId} @@ -109,7 +109,7 @@ org.junit.platform junit-platform-suite - 1.10.3 + 1.11.0 test @@ -162,7 +162,7 @@ org.junit junit-bom - 5.10.3 + 5.11.0 pom import From 00bc0609eb270e15129a3ebadb8671e61603b865 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:39:23 +0000 Subject: [PATCH 52/65] chore(deps): update github/codeql-action digest to 5c681ef (#1048) 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 6c3db70e..09ad1c20 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 58262227..59d82db4 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@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/autobuild@5c681efc3f71cd6b47b1c14583c9e86913966e9f - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a93f8c2fd17cc7b13e2ea952c2b97dad14ab42ff + uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f From a1ceb1fbbfb428c6ea05b68a303640d6dd895713 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:21:46 +0000 Subject: [PATCH 53/65] chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.4.0 (#1051) 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 89daec7d..8fb827b1 100644 --- a/pom.xml +++ b/pom.xml @@ -250,7 +250,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.4.0 ${surefireArgLine} From a36d2ab111b3f8e0f88291ea7baec83d082d233c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:14:23 +0000 Subject: [PATCH 54/65] chore(deps): update dependency com.google.guava:guava to v33.3.0-jre (#1050) 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 8fb827b1..30318eb9 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ com.google.guava guava - 33.2.1-jre + 33.3.0-jre test From 13dd70f8472be2d0648f4880480c38f4aa51ec04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:35:51 +0000 Subject: [PATCH 55/65] chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 (#1052) 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 30318eb9..bdf2d68a 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.4.0 ${surefireArgLine} From aed4ea21d6735c1aa4d2b16c2ec1d95b2de57672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:45:43 +0000 Subject: [PATCH 56/65] chore(deps): update github/codeql-action digest to 339aada (#1053) 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 09ad1c20..84250dfb 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@5c681efc3f71cd6b47b1c14583c9e86913966e9f + uses: github/codeql-action/init@339aada847e3fb1dd69cc2ac571b4235bdf2984a with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f + uses: github/codeql-action/analyze@339aada847e3fb1dd69cc2ac571b4235bdf2984a diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 59d82db4..07e6b66e 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@5c681efc3f71cd6b47b1c14583c9e86913966e9f + uses: github/codeql-action/init@339aada847e3fb1dd69cc2ac571b4235bdf2984a with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@5c681efc3f71cd6b47b1c14583c9e86913966e9f + uses: github/codeql-action/autobuild@339aada847e3fb1dd69cc2ac571b4235bdf2984a - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5c681efc3f71cd6b47b1c14583c9e86913966e9f + uses: github/codeql-action/analyze@339aada847e3fb1dd69cc2ac571b4235bdf2984a From 7cac1984f84e2aea631e98cb605c768123c870be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:02:17 +0000 Subject: [PATCH 57/65] chore(deps): update github/codeql-action digest to 512e306 (#1055) 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 84250dfb..a95528dd 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@339aada847e3fb1dd69cc2ac571b4235bdf2984a + uses: github/codeql-action/init@512e3066dd919110d2039970efdc5443f96d2eb5 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@339aada847e3fb1dd69cc2ac571b4235bdf2984a + uses: github/codeql-action/analyze@512e3066dd919110d2039970efdc5443f96d2eb5 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 07e6b66e..0986a84a 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@339aada847e3fb1dd69cc2ac571b4235bdf2984a + uses: github/codeql-action/init@512e3066dd919110d2039970efdc5443f96d2eb5 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@339aada847e3fb1dd69cc2ac571b4235bdf2984a + uses: github/codeql-action/autobuild@512e3066dd919110d2039970efdc5443f96d2eb5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@339aada847e3fb1dd69cc2ac571b4235bdf2984a + uses: github/codeql-action/analyze@512e3066dd919110d2039970efdc5443f96d2eb5 From dbf967a860d38f4b76bb6d47b6507e87669fa59a Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 20 Aug 2024 15:33:34 -0400 Subject: [PATCH 58/65] fix: updated context not passed to all hooks (#1049) * fix: updated context not passed to all hooks Signed-off-by: Todd Baert * fixup: checkstyle Signed-off-by: Todd Baert --------- Signed-off-by: Todd Baert --- .../dev/openfeature/sdk/ImmutableContext.java | 2 +- .../openfeature/sdk/OpenFeatureClient.java | 27 ++++----- .../sdk/FlagEvaluationSpecTest.java | 58 +++++++++++++++++-- .../dev/openfeature/sdk/HookSpecTest.java | 13 +++-- 4 files changed, 73 insertions(+), 27 deletions(-) diff --git a/src/main/java/dev/openfeature/sdk/ImmutableContext.java b/src/main/java/dev/openfeature/sdk/ImmutableContext.java index 0d02ba31..57009987 100644 --- a/src/main/java/dev/openfeature/sdk/ImmutableContext.java +++ b/src/main/java/dev/openfeature/sdk/ImmutableContext.java @@ -73,7 +73,7 @@ public String getTargetingKey() { * Merges this EvaluationContext object with the passed EvaluationContext, overriding in case of conflict. * * @param overridingContext overriding context - * @return resulting merged context + * @return new, resulting merged context */ @Override public EvaluationContext merge(EvaluationContext overridingContext) { diff --git a/src/main/java/dev/openfeature/sdk/OpenFeatureClient.java b/src/main/java/dev/openfeature/sdk/OpenFeatureClient.java index 4a1c1179..962f7d95 100644 --- a/src/main/java/dev/openfeature/sdk/OpenFeatureClient.java +++ b/src/main/java/dev/openfeature/sdk/OpenFeatureClient.java @@ -105,7 +105,7 @@ private FlagEvaluationDetails evaluateFlag(FlagValueType type, String key FlagEvaluationDetails details = null; List mergedHooks = null; - HookContext hookCtx = null; + HookContext afterHookContext = null; FeatureProvider provider; try { @@ -115,12 +115,11 @@ private FlagEvaluationDetails evaluateFlag(FlagValueType type, String key mergedHooks = ObjectUtils.merge(provider.getProviderHooks(), flagOptions.getHooks(), clientHooks, openfeatureApi.getHooks()); - hookCtx = HookContext.from(key, type, this.getMetadata(), - provider.getMetadata(), ctx, defaultValue); + EvaluationContext mergedCtx = hookSupport.beforeHooks(type, HookContext.from(key, type, this.getMetadata(), + provider.getMetadata(), mergeEvaluationContext(ctx), defaultValue), mergedHooks, hints); - EvaluationContext ctxFromHook = hookSupport.beforeHooks(type, hookCtx, mergedHooks, hints); - - EvaluationContext mergedCtx = mergeEvaluationContext(ctxFromHook, ctx); + afterHookContext = HookContext.from(key, type, this.getMetadata(), + provider.getMetadata(), mergedCtx, defaultValue); ProviderEvaluation providerEval = (ProviderEvaluation) createProviderEvaluation(type, key, defaultValue, provider, mergedCtx); @@ -129,7 +128,7 @@ private FlagEvaluationDetails evaluateFlag(FlagValueType type, String key if (details.getErrorCode() != null) { throw ExceptionUtils.instantiateErrorByErrorCode(details.getErrorCode(), details.getErrorMessage()); } else { - hookSupport.afterHooks(type, hookCtx, details, mergedHooks, hints); + hookSupport.afterHooks(type, afterHookContext, details, mergedHooks, hints); } } catch (Exception e) { log.error("Unable to correctly evaluate flag with key '{}'", key, e); @@ -144,24 +143,22 @@ private FlagEvaluationDetails evaluateFlag(FlagValueType type, String key details.setErrorMessage(e.getMessage()); details.setValue(defaultValue); details.setReason(Reason.ERROR.toString()); - hookSupport.errorHooks(type, hookCtx, e, mergedHooks, hints); + hookSupport.errorHooks(type, afterHookContext, e, mergedHooks, hints); } finally { - hookSupport.afterAllHooks(type, hookCtx, mergedHooks, hints); + hookSupport.afterAllHooks(type, afterHookContext, mergedHooks, hints); } return details; } /** - * Merge hook and invocation contexts with API, transaction and client contexts. + * Merge invocation contexts with API, transaction and client contexts. + * Does not merge before context. * - * @param hookContext hook context * @param invocationContext invocation context * @return merged evaluation context */ - private EvaluationContext mergeEvaluationContext( - EvaluationContext hookContext, - EvaluationContext invocationContext) { + private EvaluationContext mergeEvaluationContext(EvaluationContext invocationContext) { final EvaluationContext apiContext = openfeatureApi.getEvaluationContext() != null ? openfeatureApi.getEvaluationContext() : new ImmutableContext(); @@ -172,7 +169,7 @@ private EvaluationContext mergeEvaluationContext( ? openfeatureApi.getTransactionContext() : new ImmutableContext(); - return apiContext.merge(transactionContext.merge(clientContext.merge(invocationContext.merge(hookContext)))); + return apiContext.merge(transactionContext.merge(clientContext.merge(invocationContext))); } private ProviderEvaluation createProviderEvaluation( diff --git a/src/test/java/dev/openfeature/sdk/FlagEvaluationSpecTest.java b/src/test/java/dev/openfeature/sdk/FlagEvaluationSpecTest.java index b2a7510e..6d2bca3a 100644 --- a/src/test/java/dev/openfeature/sdk/FlagEvaluationSpecTest.java +++ b/src/test/java/dev/openfeature/sdk/FlagEvaluationSpecTest.java @@ -2,7 +2,6 @@ import static dev.openfeature.sdk.DoSomethingProvider.DEFAULT_METADATA; import static org.assertj.core.api.Assertions.assertThat; -import static org.assertj.core.api.Assertions.assertThatCode; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; @@ -20,6 +19,7 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import java.util.Optional; import org.awaitility.Awaitility; import org.junit.jupiter.api.AfterEach; @@ -336,11 +336,25 @@ public void initialize(EvaluationContext evaluationContext) throws Exception { FeatureProviderTestUtils.setFeatureProvider(provider); TransactionContextPropagator transactionContextPropagator = new ThreadLocalTransactionContextPropagator(); api.setTransactionContextPropagator(transactionContextPropagator); + Hook hook = spy(new Hook() { + @Override + public Optional before(HookContext ctx, Map hints) { + Map attrs = ctx.getCtx().asMap(); + attrs.put("before", new Value("5")); + attrs.put("common7", new Value("5")); + return Optional.ofNullable(new ImmutableContext(attrs)); + } + @Override + public void after(HookContext ctx, FlagEvaluationDetails details, Map hints) { + Hook.super.after(ctx, details, hints); + } + }); Map apiAttributes = new HashMap<>(); apiAttributes.put("common1", new Value("1")); apiAttributes.put("common2", new Value("1")); apiAttributes.put("common3", new Value("1")); + apiAttributes.put("common7", new Value("1")); apiAttributes.put("api", new Value("1")); EvaluationContext apiCtx = new ImmutableContext(apiAttributes); @@ -377,21 +391,55 @@ public void initialize(EvaluationContext evaluationContext) throws Exception { invocationAttributes.put("invocation", new Value("4")); EvaluationContext invocationCtx = new ImmutableContext(invocationAttributes); - c.getBooleanValue("key", false, invocationCtx); - - // assert the connect overrides + c.getBooleanValue("key", false, invocationCtx, FlagEvaluationOptions.builder().hook(hook).build()); + + // assert the correct overrides in before hook + verify(hook).before(argThat((arg) -> { + EvaluationContext evaluationContext = arg.getCtx(); + return evaluationContext.getValue("api").asString().equals("1") && + evaluationContext.getValue("transaction").asString().equals("2") && + evaluationContext.getValue("client").asString().equals("3") && + evaluationContext.getValue("invocation").asString().equals("4") && + evaluationContext.getValue("common1").asString().equals("2") && + evaluationContext.getValue("common2").asString().equals("3") && + evaluationContext.getValue("common3").asString().equals("4") && + evaluationContext.getValue("common4").asString().equals("3") && + evaluationContext.getValue("common5").asString().equals("4") && + evaluationContext.getValue("common6").asString().equals("4"); + }), any()); + + // assert the correct overrides in evaluation verify(provider).getBooleanEvaluation(any(), any(), argThat((arg) -> { return arg.getValue("api").asString().equals("1") && arg.getValue("transaction").asString().equals("2") && arg.getValue("client").asString().equals("3") && arg.getValue("invocation").asString().equals("4") && + arg.getValue("before").asString().equals("5") && arg.getValue("common1").asString().equals("2") && arg.getValue("common2").asString().equals("3") && arg.getValue("common3").asString().equals("4") && arg.getValue("common4").asString().equals("3") && arg.getValue("common5").asString().equals("4") && - arg.getValue("common6").asString().equals("4"); + arg.getValue("common6").asString().equals("4") && + arg.getValue("common7").asString().equals("5"); })); + + // assert the correct overrides in after hook + verify(hook).after(argThat((arg) -> { + EvaluationContext evaluationContext = arg.getCtx(); + return evaluationContext.getValue("api").asString().equals("1") && + evaluationContext.getValue("transaction").asString().equals("2") && + evaluationContext.getValue("client").asString().equals("3") && + evaluationContext.getValue("invocation").asString().equals("4") && + evaluationContext.getValue("before").asString().equals("5") && + evaluationContext.getValue("common1").asString().equals("2") && + evaluationContext.getValue("common2").asString().equals("3") && + evaluationContext.getValue("common3").asString().equals("4") && + evaluationContext.getValue("common4").asString().equals("3") && + evaluationContext.getValue("common5").asString().equals("4") && + evaluationContext.getValue("common6").asString().equals("4") && + evaluationContext.getValue("common7").asString().equals("5"); + }), any(), any()); } @Specification(number="3.3.1.1", text="The API SHOULD have a method for setting a transaction context propagator.") diff --git a/src/test/java/dev/openfeature/sdk/HookSpecTest.java b/src/test/java/dev/openfeature/sdk/HookSpecTest.java index 098d80d7..2554457a 100644 --- a/src/test/java/dev/openfeature/sdk/HookSpecTest.java +++ b/src/test/java/dev/openfeature/sdk/HookSpecTest.java @@ -484,10 +484,11 @@ public void finallyAfter(HookContext ctx, Map hints) { @Specification(number = "4.1.4", text = "The evaluation context MUST be mutable only within the before hook.") @Specification(number = "4.3.4", text = "Any `evaluation context` returned from a `before` hook MUST be passed to subsequent `before` hooks (via `HookContext`).") @Test void beforeContextUpdated() { - EvaluationContext ctx = new ImmutableContext(); - Hook hook = mockBooleanHook(); + String targetingKey = "test-key"; + EvaluationContext ctx = new ImmutableContext(targetingKey); + Hook hook = mockBooleanHook(); when(hook.before(any(), any())).thenReturn(Optional.of(ctx)); - Hook hook2 = mockBooleanHook(); + Hook hook2 = mockBooleanHook(); when(hook.before(any(), any())).thenReturn(Optional.empty()); InOrder order = inOrder(hook, hook2); @@ -499,11 +500,11 @@ public void finallyAfter(HookContext ctx, Map hints) { .build()); order.verify(hook).before(any(), any()); - ArgumentCaptor captor = ArgumentCaptor.forClass(HookContext.class); + ArgumentCaptor> captor = ArgumentCaptor.forClass(HookContext.class); order.verify(hook2).before(captor.capture(), any()); - HookContext hc = captor.getValue(); - assertEquals(hc.getCtx(), ctx); + HookContext hc = captor.getValue(); + assertEquals(hc.getCtx().getTargetingKey(), targetingKey); } From 61d821ae8a2f64dbc20aa97002e973a423e3ccf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:25:47 +0000 Subject: [PATCH 59/65] chore(deps): update github/codeql-action digest to 202b3b9 (#1056) 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 a95528dd..fc0e09d4 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@512e3066dd919110d2039970efdc5443f96d2eb5 + uses: github/codeql-action/init@202b3b97bf2ab4efa04bf0fde6e14313688b956b with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@512e3066dd919110d2039970efdc5443f96d2eb5 + uses: github/codeql-action/analyze@202b3b97bf2ab4efa04bf0fde6e14313688b956b diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 0986a84a..31ec8966 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@512e3066dd919110d2039970efdc5443f96d2eb5 + uses: github/codeql-action/init@202b3b97bf2ab4efa04bf0fde6e14313688b956b with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@512e3066dd919110d2039970efdc5443f96d2eb5 + uses: github/codeql-action/autobuild@202b3b97bf2ab4efa04bf0fde6e14313688b956b - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@512e3066dd919110d2039970efdc5443f96d2eb5 + uses: github/codeql-action/analyze@202b3b97bf2ab4efa04bf0fde6e14313688b956b From b0f915bb09d294e8b399941974b546cbd3bff187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:50:06 +0000 Subject: [PATCH 60/65] chore(deps): update github/codeql-action digest to fd5fa13 (#1058) 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 fc0e09d4..95624732 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Initialize CodeQL - uses: github/codeql-action/init@202b3b97bf2ab4efa04bf0fde6e14313688b956b + uses: github/codeql-action/init@fd5fa130e2c632f29b237077157766ea2ef07a13 with: languages: java @@ -45,4 +45,4 @@ jobs: verbose: true # optional (default = false) - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@202b3b97bf2ab4efa04bf0fde6e14313688b956b + uses: github/codeql-action/analyze@fd5fa130e2c632f29b237077157766ea2ef07a13 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 31ec8966..1cf8476a 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@202b3b97bf2ab4efa04bf0fde6e14313688b956b + uses: github/codeql-action/init@fd5fa130e2c632f29b237077157766ea2ef07a13 with: languages: java - name: Autobuild - uses: github/codeql-action/autobuild@202b3b97bf2ab4efa04bf0fde6e14313688b956b + uses: github/codeql-action/autobuild@fd5fa130e2c632f29b237077157766ea2ef07a13 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@202b3b97bf2ab4efa04bf0fde6e14313688b956b + uses: github/codeql-action/analyze@fd5fa130e2c632f29b237077157766ea2ef07a13 From a81957ff560c46c5dfb5e38b2f374878e7f5df31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:40:10 +0000 Subject: [PATCH 61/65] chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.8.0 (#1061) 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 bdf2d68a..a48a6c72 100644 --- a/pom.xml +++ b/pom.xml @@ -200,7 +200,7 @@ maven-dependency-plugin - 3.7.1 + 3.8.0 verify From b7ed041eed19a7a872c2c73f18163f616ec146c2 Mon Sep 17 00:00:00 2001 From: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:48:45 -0400 Subject: [PATCH 62/65] fix: Use ConcurrentHashMap for InMemoryProvider (#1057) * fix: Use ConcurrentHashMap for InMemoryProvider Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * fix: make the flags field variable final Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * chore: Use Collections.singletonList instead of Arrays.asList Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * chore: Update javadoc and parameter name Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * fixup: await verify Signed-off-by: Todd Baert * fixup: remove test, key diffing Signed-off-by: Todd Baert --------- Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> Signed-off-by: Todd Baert Co-authored-by: Todd Baert Co-authored-by: Michael Beemer --- .../providers/memory/InMemoryProvider.java | 47 ++++++++++--------- .../memory/InMemoryProviderTest.java | 26 ++++++++-- 2 files changed, 48 insertions(+), 25 deletions(-) diff --git a/src/main/java/dev/openfeature/sdk/providers/memory/InMemoryProvider.java b/src/main/java/dev/openfeature/sdk/providers/memory/InMemoryProvider.java index 8cd9fc8d..5b6d2870 100644 --- a/src/main/java/dev/openfeature/sdk/providers/memory/InMemoryProvider.java +++ b/src/main/java/dev/openfeature/sdk/providers/memory/InMemoryProvider.java @@ -1,12 +1,5 @@ package dev.openfeature.sdk.providers.memory; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.HashSet; -import java.util.Map; -import java.util.Set; - import dev.openfeature.sdk.EvaluationContext; import dev.openfeature.sdk.EventProvider; import dev.openfeature.sdk.Metadata; @@ -24,6 +17,13 @@ import lombok.SneakyThrows; import lombok.extern.slf4j.Slf4j; +import java.util.ArrayList; +import java.util.Collections; +import java.util.HashSet; +import java.util.Map; +import java.util.Set; +import java.util.concurrent.ConcurrentHashMap; + /** * In-memory provider. */ @@ -33,7 +33,7 @@ public class InMemoryProvider extends EventProvider { @Getter private static final String NAME = "InMemoryProvider"; - private Map> flags; + private final Map> flags; @Getter private ProviderState state = ProviderState.NOT_READY; @@ -44,11 +44,11 @@ public Metadata getMetadata() { } public InMemoryProvider(Map> flags) { - this.flags = new HashMap<>(flags); + this.flags = new ConcurrentHashMap<>(flags); } /** - * Initialize the provider. + * Initializes the provider. * @param evaluationContext evaluation context * @throws Exception on error */ @@ -60,14 +60,15 @@ public void initialize(EvaluationContext evaluationContext) throws Exception { } /** - * Updating provider flags configuration, replacing existing flags. - * @param flags the flags to use instead of the previous flags. + * Updates the provider flags configuration. + * For existing flags, the new configurations replace the old one. + * For new flags, they are added to the configuration. + * @param newFlags the new flag configurations */ - public void updateFlags(Map> flags) { - Set flagsChanged = new HashSet<>(); - flagsChanged.addAll(this.flags.keySet()); - flagsChanged.addAll(flags.keySet()); - this.flags = new HashMap<>(flags); + public void updateFlags(Map> newFlags) { + Set flagsChanged = new HashSet<>(newFlags.keySet()); + this.flags.putAll(newFlags); + ProviderEventDetails details = ProviderEventDetails.builder() .flagsChanged(new ArrayList<>(flagsChanged)) .message("flags changed") @@ -76,13 +77,15 @@ public void updateFlags(Map> flags) { } /** - * Updating provider flags configuration with adding or updating a flag. - * @param flag the flag to update. If a flag with this key already exists, new flag replaces it. + * Updates a single provider flag configuration. + * For existing flag, the new configuration replaces the old one. + * For new flag, they are added to the configuration. + * @param newFlag the flag to update */ - public void updateFlag(String flagKey, Flag flag) { - this.flags.put(flagKey, flag); + public void updateFlag(String flagKey, Flag newFlag) { + this.flags.put(flagKey, newFlag); ProviderEventDetails details = ProviderEventDetails.builder() - .flagsChanged(Arrays.asList(flagKey)) + .flagsChanged(Collections.singletonList(flagKey)) .message("flag added/updated") .build(); emitProviderConfigurationChanged(details); diff --git a/src/test/java/dev/openfeature/sdk/providers/memory/InMemoryProviderTest.java b/src/test/java/dev/openfeature/sdk/providers/memory/InMemoryProviderTest.java index ffdc3182..cb7770d4 100644 --- a/src/test/java/dev/openfeature/sdk/providers/memory/InMemoryProviderTest.java +++ b/src/test/java/dev/openfeature/sdk/providers/memory/InMemoryProviderTest.java @@ -2,6 +2,7 @@ import com.google.common.collect.ImmutableMap; import dev.openfeature.sdk.Client; +import dev.openfeature.sdk.EventDetails; import dev.openfeature.sdk.ImmutableContext; import dev.openfeature.sdk.OpenFeatureAPI; import dev.openfeature.sdk.Value; @@ -9,18 +10,22 @@ import dev.openfeature.sdk.exceptions.ProviderNotReadyError; import dev.openfeature.sdk.exceptions.TypeMismatchError; import lombok.SneakyThrows; -import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import java.util.HashMap; import java.util.Map; +import java.util.function.Consumer; import static dev.openfeature.sdk.Structure.mapToStructure; import static dev.openfeature.sdk.testutils.TestFlagsUtils.buildFlags; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.awaitility.Awaitility.await; import static org.mockito.ArgumentMatchers.any; +import static org.mockito.ArgumentMatchers.argThat; +import static org.mockito.Mockito.mock; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; @@ -32,8 +37,8 @@ class InMemoryProviderTest { private static InMemoryProvider provider; @SneakyThrows - @BeforeAll - static void beforeAll() { + @BeforeEach + void beforeEach() { Map> flags = buildFlags(); provider = spy(new InMemoryProvider(flags)); OpenFeatureAPI.getInstance().onProviderConfigurationChanged(eventDetails -> {}); @@ -105,4 +110,19 @@ void shouldThrowIfNotInitialized() { // ErrorCode.PROVIDER_NOT_READY should be returned when evaluated via the client assertThrows(ProviderNotReadyError.class, ()-> inMemoryProvider.getBooleanEvaluation("fail_not_initialized", false, new ImmutableContext())); } + + @SuppressWarnings("unchecked") + @Test + void emitChangedFlagsOnlyIfThereAreChangedFlags() { + Consumer handler = mock(Consumer.class); + Map> flags = buildFlags(); + + OpenFeatureAPI.getInstance().onProviderConfigurationChanged(handler); + OpenFeatureAPI.getInstance().setProviderAndWait(provider); + + provider.updateFlags(flags); + + await().untilAsserted(() -> verify(handler, times(1)) + .accept(argThat(details -> details.getFlagsChanged().size() == buildFlags().size()))); + } } \ No newline at end of file From 32340a3e0e11ce49c4405658f40568b04926264e Mon Sep 17 00:00:00 2001 From: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:56:19 -0400 Subject: [PATCH 63/65] fix: Pin byte-buddy(-agent) version to 1.14.19 to workaround Mockito issue (#1060) * fix: Add the net.bytebuddy.experimental=true system property Workaround to make Mockito tests to pass under Java 21 Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * fix: Pin byte-buddy and byte-buddy-agent to a newer version Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * chore: Fix maven warning about deprecated expression Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * chore: Add comments around the Mockito workaround Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> * Update pom.xml Signed-off-by: Todd Baert --------- Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com> Signed-off-by: Todd Baert Co-authored-by: Todd Baert --- pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a48a6c72..6923220a 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 5.11.0 **/e2e/*.java - ${groupId}.${artifactId} + ${project.groupId}.${project.artifactId} OpenFeature Java SDK @@ -151,6 +151,24 @@ + + + + + net.bytebuddy + byte-buddy + 1.14.19 + test + + + + net.bytebuddy + byte-buddy-agent + 1.14.19 + test + + + io.cucumber cucumber-bom From 8370d4209de8181bc5d3253b874f296089c110f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:56:50 -0400 Subject: [PATCH 64/65] chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.5.0 (#1062) 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 6923220a..7f6f3b45 100644 --- a/pom.xml +++ b/pom.xml @@ -400,7 +400,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.4.0 + 3.5.0 checkstyle.xml UTF-8 From d7ed2a5de21e8942424e6fd3a427f1ec55a4b648 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:01:38 -0400 Subject: [PATCH 65/65] chore(main): release 1.9.1 (#996) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 78 +++++++++++++++++++++++++++++++++++ README.md | 8 ++-- pom.xml | 2 +- version.txt | 2 +- 5 files changed, 85 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 24ed335a..eefaab1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.9.0"} \ No newline at end of file +{".":"1.9.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b3226d8f..46d52e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,83 @@ # Changelog +## [1.9.1](https://github.com/open-feature/java-sdk/compare/v1.9.0...v1.9.1) (2024-08-22) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update dependency io.cucumber:cucumber-bom to v7.18.1 ([#1011](https://github.com/open-feature/java-sdk/issues/1011)) ([91fa8cf](https://github.com/open-feature/java-sdk/commit/91fa8cf7d63374cd67d4c02d291467da379297cf)) +* **deps:** update dependency org.slf4j:slf4j-api to v2.0.14 ([#1033](https://github.com/open-feature/java-sdk/issues/1033)) ([4ec155d](https://github.com/open-feature/java-sdk/commit/4ec155d91b4cc637d1d447ea87308401a5fd7d87)) +* **deps:** update dependency org.slf4j:slf4j-api to v2.0.15 ([#1036](https://github.com/open-feature/java-sdk/issues/1036)) ([fed9394](https://github.com/open-feature/java-sdk/commit/fed93942b88e0042c50801e8fa193cd156487d4c)) +* **deps:** update dependency org.slf4j:slf4j-api to v2.0.16 ([#1039](https://github.com/open-feature/java-sdk/issues/1039)) ([beba1bd](https://github.com/open-feature/java-sdk/commit/beba1bd8d6c6d7f0d7d7c947777ad9e5ee0e4649)) +* **deps:** update junit5 monorepo ([#1045](https://github.com/open-feature/java-sdk/issues/1045)) ([5e77f8a](https://github.com/open-feature/java-sdk/commit/5e77f8ad337fa3230a71db7d722cce01a50f654b)) +* Pin byte-buddy(-agent) version to 1.14.19 to workaround Mockito issue ([#1060](https://github.com/open-feature/java-sdk/issues/1060)) ([32340a3](https://github.com/open-feature/java-sdk/commit/32340a3e0e11ce49c4405658f40568b04926264e)) +* updated context not passed to all hooks ([#1049](https://github.com/open-feature/java-sdk/issues/1049)) ([dbf967a](https://github.com/open-feature/java-sdk/commit/dbf967a860d38f4b76bb6d47b6507e87669fa59a)) +* Use ConcurrentHashMap for InMemoryProvider ([#1057](https://github.com/open-feature/java-sdk/issues/1057)) ([b7ed041](https://github.com/open-feature/java-sdk/commit/b7ed041eed19a7a872c2c73f18163f616ec146c2)) + + +### ๐Ÿงน Chore + +* **deps:** update actions/cache digest to 40c3b67 ([#1026](https://github.com/open-feature/java-sdk/issues/1026)) ([41128b8](https://github.com/open-feature/java-sdk/commit/41128b86fb55d060aed7af836ef9f2365d033446)) +* **deps:** update actions/cache digest to 4a28cbc ([#1022](https://github.com/open-feature/java-sdk/issues/1022)) ([865c3bb](https://github.com/open-feature/java-sdk/commit/865c3bb17a2fb5a8ab5832cf32b806b8b4a5660e)) +* **deps:** update actions/cache digest to 57b8e40 ([#1030](https://github.com/open-feature/java-sdk/issues/1030)) ([6990e21](https://github.com/open-feature/java-sdk/commit/6990e21b47befdb4c9b2431c63ddb6db6ccecff7)) +* **deps:** update actions/cache digest to 81382a7 ([#1044](https://github.com/open-feature/java-sdk/issues/1044)) ([d746dc0](https://github.com/open-feature/java-sdk/commit/d746dc0a11cd837fe9a1472b3cc2ef47fcb616a8)) +* **deps:** update actions/checkout digest to 9a9194f ([#1023](https://github.com/open-feature/java-sdk/issues/1023)) ([326a10b](https://github.com/open-feature/java-sdk/commit/326a10ba0160627387fff20c52c50250bb176a3a)) +* **deps:** update actions/setup-java digest to 67fbd72 ([#1037](https://github.com/open-feature/java-sdk/issues/1037)) ([b4f0550](https://github.com/open-feature/java-sdk/commit/b4f0550a2b9530dc23603f7e5aedf19a1ce0b08a)) +* **deps:** update actions/setup-java digest to 6a0805f ([#1027](https://github.com/open-feature/java-sdk/issues/1027)) ([0968674](https://github.com/open-feature/java-sdk/commit/09686741ad174f3467e7d8b8adfeef13f0afbcbf)) +* **deps:** update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.6.2 ([#999](https://github.com/open-feature/java-sdk/issues/999)) ([d0b3b35](https://github.com/open-feature/java-sdk/commit/d0b3b3598115e55cda334a6c7ced72b6ae28a063)) +* **deps:** update dependency com.google.guava:guava to v33.3.0-jre ([#1050](https://github.com/open-feature/java-sdk/issues/1050)) ([a36d2ab](https://github.com/open-feature/java-sdk/commit/a36d2ab111b3f8e0f88291ea7baec83d082d233c)) +* **deps:** update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.5.0 ([#1062](https://github.com/open-feature/java-sdk/issues/1062)) ([8370d42](https://github.com/open-feature/java-sdk/commit/8370d4209de8181bc5d3253b874f296089c110f6)) +* **deps:** update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.8.0 ([#1061](https://github.com/open-feature/java-sdk/issues/1061)) ([a81957f](https://github.com/open-feature/java-sdk/commit/a81957ff560c46c5dfb5e38b2f374878e7f5df31)) +* **deps:** update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.3.1 ([#1004](https://github.com/open-feature/java-sdk/issues/1004)) ([7ae703e](https://github.com/open-feature/java-sdk/commit/7ae703e1da581d036c0f970b6712c2fb611bb805)) +* **deps:** update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.4.0 ([#1051](https://github.com/open-feature/java-sdk/issues/1051)) ([a1ceb1f](https://github.com/open-feature/java-sdk/commit/a1ceb1fbbfb428c6ea05b68a303640d6dd895713)) +* **deps:** update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.5 ([#1040](https://github.com/open-feature/java-sdk/issues/1040)) ([b215dec](https://github.com/open-feature/java-sdk/commit/b215dec8b8ea7f87b515404fc14c740370cc67d0)) +* **deps:** update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.8.0 ([#1013](https://github.com/open-feature/java-sdk/issues/1013)) ([3d0cd62](https://github.com/open-feature/java-sdk/commit/3d0cd62c9838ef4bd354cb84bcf43518589ae3a7)) +* **deps:** update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.24.0 ([#1009](https://github.com/open-feature/java-sdk/issues/1009)) ([efbb69a](https://github.com/open-feature/java-sdk/commit/efbb69a998f20e559b1b610cc190bdbd19ea8100)) +* **deps:** update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1 ([#1005](https://github.com/open-feature/java-sdk/issues/1005)) ([e8568a8](https://github.com/open-feature/java-sdk/commit/e8568a8ea2c130be581a310be2214900eddf9d8f)) +* **deps:** update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0 ([#1052](https://github.com/open-feature/java-sdk/issues/1052)) ([13dd70f](https://github.com/open-feature/java-sdk/commit/13dd70f8472be2d0648f4880480c38f4aa51ec04)) +* **deps:** update dependency org.assertj:assertj-core to v3.26.3 ([#1002](https://github.com/open-feature/java-sdk/issues/1002)) ([2f5deb1](https://github.com/open-feature/java-sdk/commit/2f5deb1a3a578357bb8b965bc7ad0e61f5a8a782)) +* **deps:** update dependency org.awaitility:awaitility to v4.2.2 ([#1035](https://github.com/open-feature/java-sdk/issues/1035)) ([4591d3f](https://github.com/open-feature/java-sdk/commit/4591d3f1da330ba3631618b96576f48def6f59e0)) +* **deps:** update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.0 ([#1034](https://github.com/open-feature/java-sdk/issues/1034)) ([ccabb18](https://github.com/open-feature/java-sdk/commit/ccabb1856cd697d54a227d3562278d03088b3aeb)) +* **deps:** update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1 ([#1042](https://github.com/open-feature/java-sdk/issues/1042)) ([37121e9](https://github.com/open-feature/java-sdk/commit/37121e9939338e83102fa004731efc209a8d32c4)) +* **deps:** update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.8.1 ([#1029](https://github.com/open-feature/java-sdk/issues/1029)) ([89cb747](https://github.com/open-feature/java-sdk/commit/89cb7479f48b9f930b70e992aa94acd1ad9346a9)) +* **deps:** update github/codeql-action digest to 064a406 ([#1000](https://github.com/open-feature/java-sdk/issues/1000)) ([42d2d77](https://github.com/open-feature/java-sdk/commit/42d2d776a8e475bb2247d616cfc07bac896cf089)) +* **deps:** update github/codeql-action digest to 0d5982a ([#1043](https://github.com/open-feature/java-sdk/issues/1043)) ([f1ea405](https://github.com/open-feature/java-sdk/commit/f1ea4057fc9bccd4e32ac042060f967f934b0090)) +* **deps:** update github/codeql-action digest to 0e346f2 ([#1014](https://github.com/open-feature/java-sdk/issues/1014)) ([f1b0eb1](https://github.com/open-feature/java-sdk/commit/f1b0eb154dcbd1a02158b457a1bf848eb3040925)) +* **deps:** update github/codeql-action digest to 16639b4 ([#1024](https://github.com/open-feature/java-sdk/issues/1024)) ([d23a911](https://github.com/open-feature/java-sdk/commit/d23a9115c8f2fa43d05dde37b2aac88c872b0b8c)) +* **deps:** update github/codeql-action digest to 1b214db ([#1018](https://github.com/open-feature/java-sdk/issues/1018)) ([aa7f8b9](https://github.com/open-feature/java-sdk/commit/aa7f8b97f0464d36d3a87574915fe95901b612c5)) +* **deps:** update github/codeql-action digest to 202b3b9 ([#1056](https://github.com/open-feature/java-sdk/issues/1056)) ([61d821a](https://github.com/open-feature/java-sdk/commit/61d821ae8a2f64dbc20aa97002e973a423e3ccf7)) +* **deps:** update github/codeql-action digest to 25ad3c8 ([#1038](https://github.com/open-feature/java-sdk/issues/1038)) ([75b9acd](https://github.com/open-feature/java-sdk/commit/75b9acd79110bba199b84d262a7bf820fc515153)) +* **deps:** update github/codeql-action digest to 270a29d ([#1010](https://github.com/open-feature/java-sdk/issues/1010)) ([1d31726](https://github.com/open-feature/java-sdk/commit/1d31726e574ae09aeccb0365f6797e78187eb6ce)) +* **deps:** update github/codeql-action digest to 339aada ([#1053](https://github.com/open-feature/java-sdk/issues/1053)) ([aed4ea2](https://github.com/open-feature/java-sdk/commit/aed4ea21d6735c1aa4d2b16c2ec1d95b2de57672)) +* **deps:** update github/codeql-action digest to 44534b7 ([#1012](https://github.com/open-feature/java-sdk/issues/1012)) ([eca299b](https://github.com/open-feature/java-sdk/commit/eca299b3ad05dc198a91b29cac27c5df6a94eb3e)) +* **deps:** update github/codeql-action digest to 4b1d7da ([#1020](https://github.com/open-feature/java-sdk/issues/1020)) ([7db6d8a](https://github.com/open-feature/java-sdk/commit/7db6d8a3d3fb1dc17cb85740f0666601252a3c6e)) +* **deps:** update github/codeql-action digest to 512e306 ([#1055](https://github.com/open-feature/java-sdk/issues/1055)) ([7cac198](https://github.com/open-feature/java-sdk/commit/7cac1984f84e2aea631e98cb605c768123c870be)) +* **deps:** update github/codeql-action digest to 5c02493 ([#1032](https://github.com/open-feature/java-sdk/issues/1032)) ([1ed7fc1](https://github.com/open-feature/java-sdk/commit/1ed7fc15774af26b7c73238dc35b39a7c20ef129)) +* **deps:** update github/codeql-action digest to 5c681ef ([#1048](https://github.com/open-feature/java-sdk/issues/1048)) ([00bc060](https://github.com/open-feature/java-sdk/commit/00bc0609eb270e15129a3ebadb8671e61603b865)) +* **deps:** update github/codeql-action digest to 5cdd182 ([#1025](https://github.com/open-feature/java-sdk/issues/1025)) ([c574ec5](https://github.com/open-feature/java-sdk/commit/c574ec5c777017b2cdae770fbf35def4b6be1b55)) +* **deps:** update github/codeql-action digest to 6e04d51 ([#1001](https://github.com/open-feature/java-sdk/issues/1001)) ([145dfc7](https://github.com/open-feature/java-sdk/commit/145dfc70c276c0e9d3fe28f582ad5385a84ec0f6)) +* **deps:** update github/codeql-action digest to 79e9a50 ([#995](https://github.com/open-feature/java-sdk/issues/995)) ([e2c70d9](https://github.com/open-feature/java-sdk/commit/e2c70d9f0b4768ccbe9796cb14e99a92e5ba3dbc)) +* **deps:** update github/codeql-action digest to 7adf9ac ([#998](https://github.com/open-feature/java-sdk/issues/998)) ([62f95b6](https://github.com/open-feature/java-sdk/commit/62f95b651bb7bc18f984e42264900f2b486bf6bb)) +* **deps:** update github/codeql-action digest to 857f661 ([#1007](https://github.com/open-feature/java-sdk/issues/1007)) ([aab84b8](https://github.com/open-feature/java-sdk/commit/aab84b80af81a280d5729455048202090de7f7da)) +* **deps:** update github/codeql-action digest to 9ab7277 ([#1006](https://github.com/open-feature/java-sdk/issues/1006)) ([2bb58d6](https://github.com/open-feature/java-sdk/commit/2bb58d6e1b160848e7cb92394ae9f1b98f091b34)) +* **deps:** update github/codeql-action digest to 9c646c2 ([#1028](https://github.com/open-feature/java-sdk/issues/1028)) ([cd4c823](https://github.com/open-feature/java-sdk/commit/cd4c8239cd8c70dd8cdbc5398bfcb74668a65499)) +* **deps:** update github/codeql-action digest to a93f8c2 ([#1046](https://github.com/open-feature/java-sdk/issues/1046)) ([2934195](https://github.com/open-feature/java-sdk/commit/2934195a8f81b66c5b1ae45f0d7ec2252f830c24)) +* **deps:** update github/codeql-action digest to aa96d09 ([#1021](https://github.com/open-feature/java-sdk/issues/1021)) ([e57eafd](https://github.com/open-feature/java-sdk/commit/e57eafd86d9e333d70d027a64d7b83d4f2ce4f9f)) +* **deps:** update github/codeql-action digest to b400d0f ([#1016](https://github.com/open-feature/java-sdk/issues/1016)) ([5db43ad](https://github.com/open-feature/java-sdk/commit/5db43ad1aae4581d92f18eb8b209c701af55b1a5)) +* **deps:** update github/codeql-action digest to be825d5 ([#1003](https://github.com/open-feature/java-sdk/issues/1003)) ([f3d9a55](https://github.com/open-feature/java-sdk/commit/f3d9a55eb7c3955bc3dbf2c9db5f494749e2c890)) +* **deps:** update github/codeql-action digest to c24926b ([#1031](https://github.com/open-feature/java-sdk/issues/1031)) ([22435a6](https://github.com/open-feature/java-sdk/commit/22435a694a98022998d1b75a0cbee59caceccf15)) +* **deps:** update github/codeql-action digest to c2585ec ([#1008](https://github.com/open-feature/java-sdk/issues/1008)) ([9cc9241](https://github.com/open-feature/java-sdk/commit/9cc9241b014edb8ac25aa830ab250009d4bc506a)) +* **deps:** update github/codeql-action digest to d620faa ([#1041](https://github.com/open-feature/java-sdk/issues/1041)) ([69db287](https://github.com/open-feature/java-sdk/commit/69db2870071bfc5b307a0b5f6df27dc7f77daa26)) +* **deps:** update github/codeql-action digest to ee4ad8b ([#997](https://github.com/open-feature/java-sdk/issues/997)) ([fc40209](https://github.com/open-feature/java-sdk/commit/fc40209edcffc063a474aec7bfe9a880e0966750)) +* **deps:** update github/codeql-action digest to f67c9cd ([#1017](https://github.com/open-feature/java-sdk/issues/1017)) ([baa1331](https://github.com/open-feature/java-sdk/commit/baa13313e8cc10ab4f9f6dc6a216326dfcdc74b2)) +* **deps:** update github/codeql-action digest to f8e94f9 ([#1019](https://github.com/open-feature/java-sdk/issues/1019)) ([cf760e4](https://github.com/open-feature/java-sdk/commit/cf760e4cc4227b7bac4c4ce5192d06ed39a7783b)) +* **deps:** update github/codeql-action digest to fd5fa13 ([#1058](https://github.com/open-feature/java-sdk/issues/1058)) ([b0f915b](https://github.com/open-feature/java-sdk/commit/b0f915bb09d294e8b399941974b546cbd3bff187)) + + +### ๐Ÿ“š Documentation + +* Small typo sonartype vs sonatype ([#989](https://github.com/open-feature/java-sdk/issues/989)) ([7bff3ee](https://github.com/open-feature/java-sdk/commit/7bff3eebe624c9fecd705dd5fdd51d9483cb4643)) + ## [1.9.0](https://github.com/open-feature/java-sdk/compare/v1.8.0...v1.9.0) (2024-06-28) diff --git a/README.md b/README.md index 54322d3e..e59b0824 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ - - Release + + Release @@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no dev.openfeature sdk - 1.9.0 + 1.9.1 ``` @@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information: ```groovy dependencies { - implementation 'dev.openfeature:sdk:1.9.0' + implementation 'dev.openfeature:sdk:1.9.1' } ``` diff --git a/pom.xml b/pom.xml index 7f6f3b45..ecfa6e30 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.openfeature sdk - 1.9.0 + 1.9.1 UTF-8 diff --git a/version.txt b/version.txt index f8e233b2..9ab8337f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.0 +1.9.1