From 908755c2c2e3abcef84f29728fd19092a9d66646 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 7 Jul 2025 23:04:40 +0000
Subject: [PATCH 01/28] chore(deps): update actions/setup-java digest to
c190c18 (#1508)
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 ccf09bac5..fd7338758 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up JDK 17
- uses: actions/setup-java@67aec007b3fcabe15ca665bfccc1e255dd52e30d
+ uses: actions/setup-java@c190c18febcf6c040d80b10ea201a05a2c320263
with:
java-version: '17'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 00cf0a525..12a99d1a7 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up JDK 11
- uses: actions/setup-java@67aec007b3fcabe15ca665bfccc1e255dd52e30d
+ uses: actions/setup-java@c190c18febcf6c040d80b10ea201a05a2c320263
with:
java-version: ${{ matrix.build.java }}
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fcdee10f2..3ca029777 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up JDK 17
- uses: actions/setup-java@67aec007b3fcabe15ca665bfccc1e255dd52e30d
+ uses: actions/setup-java@c190c18febcf6c040d80b10ea201a05a2c320263
with:
java-version: '17'
distribution: 'temurin'
From 26716a51cfc720bdb294b50ff3759f8ae41fe410 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 8 Jul 2025 03:14:51 +0000
Subject: [PATCH 02/28] chore(deps): update github/codeql-action digest to
624d0bc (#1507)
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 12a99d1a7..0c4137ed0 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@b69421388d5449cc5a5e1ca344d71926bda69e07
+ uses: github/codeql-action/init@624d0bca90f761ffa7ce50c41875a1a226969a02
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b69421388d5449cc5a5e1ca344d71926bda69e07
+ uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index c210033e4..06fdeb037 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@b69421388d5449cc5a5e1ca344d71926bda69e07
+ uses: github/codeql-action/init@624d0bca90f761ffa7ce50c41875a1a226969a02
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@b69421388d5449cc5a5e1ca344d71926bda69e07
+ uses: github/codeql-action/autobuild@624d0bca90f761ffa7ce50c41875a1a226969a02
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b69421388d5449cc5a5e1ca344d71926bda69e07
+ uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02
From 488196656ad0fbca5211e270bfc55e3d83fa9a2f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 8 Jul 2025 08:28:26 +0200
Subject: [PATCH 03/28] fix(deps): update dependency io.cucumber:cucumber-bom
to v7.24.0 (#1510)
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 569ca9cd6..3d2993d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
io.cucumber
cucumber-bom
- 7.23.0
+ 7.24.0
pom
import
From 1e8f5c880c1a0e8f0ccaa7c4b7452a051973f2b6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 8 Jul 2025 06:34:38 +0000
Subject: [PATCH 04/28] chore(deps): update dependency com.google.guava:guava
to v33.4.8-jre (#1382)
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 3d2993d2f..c3b1fdf6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
com.google.guava
guava
- 33.4.0-jre
+ 33.4.8-jre
test
From 62738f7f16b783eabb7325bed3ac26be086b35e4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 8 Jul 2025 10:17:05 +0200
Subject: [PATCH 05/28] chore(deps): update dependency
com.diffplug.spotless:spotless-maven-plugin to v2.45.0 (#1509)
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 c3b1fdf6a..c4461155f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,7 +463,7 @@
com.diffplug.spotless
spotless-maven-plugin
- 2.44.5
+ 2.45.0
From bf68cbdedf6ce7218fadfe3a39df38019da8bcbb Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 10 Jul 2025 20:57:58 +0000
Subject: [PATCH 06/28] fix(deps): update dependency io.cucumber:cucumber-bom
to v7.25.0 (#1514)
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 c4461155f..23abda623 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
io.cucumber
cucumber-bom
- 7.24.0
+ 7.25.0
pom
import
From aa0569379bd85d11a5f91bd1078cd9f2b3b311b4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 11 Jul 2025 01:45:44 +0000
Subject: [PATCH 07/28] chore(deps): update github/codeql-action digest to
f53ec7c (#1512)
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 0c4137ed0..f6061e994 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@624d0bca90f761ffa7ce50c41875a1a226969a02
+ uses: github/codeql-action/init@f53ec7c550f4c3cafe07061ed7fba6f002286003
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02
+ uses: github/codeql-action/analyze@f53ec7c550f4c3cafe07061ed7fba6f002286003
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 06fdeb037..98ed87d1f 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@624d0bca90f761ffa7ce50c41875a1a226969a02
+ uses: github/codeql-action/init@f53ec7c550f4c3cafe07061ed7fba6f002286003
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@624d0bca90f761ffa7ce50c41875a1a226969a02
+ uses: github/codeql-action/autobuild@f53ec7c550f4c3cafe07061ed7fba6f002286003
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@624d0bca90f761ffa7ce50c41875a1a226969a02
+ uses: github/codeql-action/analyze@f53ec7c550f4c3cafe07061ed7fba6f002286003
From 006ae75e2b1c745476dfda35113a06fc7fbceafb Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 14 Jul 2025 15:49:08 +0200
Subject: [PATCH 08/28] chore(deps): update github/codeql-action digest to
6f936b5 (#1515)
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 f6061e994..4d0968076 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/init@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/analyze@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 98ed87d1f..046637f3f 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@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/init@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/autobuild@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@f53ec7c550f4c3cafe07061ed7fba6f002286003
+ uses: github/codeql-action/analyze@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
From 1d3fab6184b4ba45b3e4cee420e24be722c76946 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 14 Jul 2025 16:00:25 +0200
Subject: [PATCH 09/28] fix(deps): update dependency io.cucumber:cucumber-bom
to v7.26.0 (#1516)
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 23abda623..ee619c2ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
io.cucumber
cucumber-bom
- 7.25.0
+ 7.26.0
pom
import
From 5b3e3656f6efad1f9020937bc3ea18078c4defc8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 15 Jul 2025 23:46:35 +0000
Subject: [PATCH 10/28] chore(deps): update github/codeql-action digest to
0d17ea4 (#1517)
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 4d0968076..221209592 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
+ uses: github/codeql-action/init@0d17ea484359c43eb02ea30721ea1c9162d09b37
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
+ uses: github/codeql-action/analyze@0d17ea484359c43eb02ea30721ea1c9162d09b37
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 046637f3f..f535e60fd 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@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
+ uses: github/codeql-action/init@0d17ea484359c43eb02ea30721ea1c9162d09b37
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
+ uses: github/codeql-action/autobuild@0d17ea484359c43eb02ea30721ea1c9162d09b37
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@6f936b5c2d7c8b03088ea6ce53d42c43d402b7b0
+ uses: github/codeql-action/analyze@0d17ea484359c43eb02ea30721ea1c9162d09b37
From 1382b367d934feaa5effe851f8b03b02bb2482c1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 16 Jul 2025 03:54:58 +0000
Subject: [PATCH 11/28] chore(deps): update actions/setup-java digest to
ae2b61d (#1518)
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 fd7338758..c24b46fd2 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up JDK 17
- uses: actions/setup-java@c190c18febcf6c040d80b10ea201a05a2c320263
+ uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
with:
java-version: '17'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 221209592..43c614013 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up JDK 11
- uses: actions/setup-java@c190c18febcf6c040d80b10ea201a05a2c320263
+ uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
with:
java-version: ${{ matrix.build.java }}
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3ca029777..6b7d10e6e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
- name: Set up JDK 17
- uses: actions/setup-java@c190c18febcf6c040d80b10ea201a05a2c320263
+ uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
with:
java-version: '17'
distribution: 'temurin'
From cbf7a5862286dc36023095208c3e865b058dacb0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 16 Jul 2025 06:57:06 +0000
Subject: [PATCH 12/28] chore(deps): update dependency maven to v3.9.11 (#1519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.mvn/wrapper/maven-wrapper.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 2f94e6169..12fbe1e90 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
From ecc8f7e3ade314c050c67710ae96a182534b9692 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 17 Jul 2025 16:35:35 +0200
Subject: [PATCH 13/28] chore(deps): update github/codeql-action digest to
03a2a17 (#1520)
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 43c614013..5316ea13a 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@0d17ea484359c43eb02ea30721ea1c9162d09b37
+ uses: github/codeql-action/init@03a2a17e75d20e4ff461b43f161fb2b52165f632
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@0d17ea484359c43eb02ea30721ea1c9162d09b37
+ uses: github/codeql-action/analyze@03a2a17e75d20e4ff461b43f161fb2b52165f632
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index f535e60fd..3c14fcc3e 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@0d17ea484359c43eb02ea30721ea1c9162d09b37
+ uses: github/codeql-action/init@03a2a17e75d20e4ff461b43f161fb2b52165f632
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@0d17ea484359c43eb02ea30721ea1c9162d09b37
+ uses: github/codeql-action/autobuild@03a2a17e75d20e4ff461b43f161fb2b52165f632
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@0d17ea484359c43eb02ea30721ea1c9162d09b37
+ uses: github/codeql-action/analyze@03a2a17e75d20e4ff461b43f161fb2b52165f632
From ac3344c7f6293ac72523a5d0c5e61d4304c0a8b1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 17 Jul 2025 21:51:17 +0000
Subject: [PATCH 14/28] chore(deps): update github/codeql-action digest to
7710ed1 (#1521)
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 5316ea13a..f41b552ed 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@03a2a17e75d20e4ff461b43f161fb2b52165f632
+ uses: github/codeql-action/init@7710ed11e398ea99c7f7004c2b2e0f580458db42
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@03a2a17e75d20e4ff461b43f161fb2b52165f632
+ uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 3c14fcc3e..dee0bfa4f 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@03a2a17e75d20e4ff461b43f161fb2b52165f632
+ uses: github/codeql-action/init@7710ed11e398ea99c7f7004c2b2e0f580458db42
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@03a2a17e75d20e4ff461b43f161fb2b52165f632
+ uses: github/codeql-action/autobuild@7710ed11e398ea99c7f7004c2b2e0f580458db42
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@03a2a17e75d20e4ff461b43f161fb2b52165f632
+ uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42
From 844f6df33542b927d38627f9a8ee5f9371e47aca Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Jul 2025 01:00:06 +0000
Subject: [PATCH 15/28] chore(deps): update dependency
com.diffplug.spotless:spotless-maven-plugin to v2.46.0 (#1522)
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 ee619c2ef..df35edb23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,7 +463,7 @@
com.diffplug.spotless
spotless-maven-plugin
- 2.45.0
+ 2.46.0
From db47b7e8233970b0bf37dbb5679227d1917e15b7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Jul 2025 15:24:17 +0200
Subject: [PATCH 16/28] fix(deps): update dependency org.junit:junit-bom to
v5.13.4 (#1524)
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 df35edb23..8da4b440a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
org.junit
junit-bom
- 5.13.3
+ 5.13.4
pom
import
From 66215efaf3a18eeeb4c244775d6a72725a274097 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Jul 2025 23:52:07 +0000
Subject: [PATCH 17/28] chore(deps): update github/codeql-action digest to
eefe1b5 (#1523)
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 f41b552ed..c1bc5952b 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@7710ed11e398ea99c7f7004c2b2e0f580458db42
+ uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42
+ uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index dee0bfa4f..2eb6ff0e9 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@7710ed11e398ea99c7f7004c2b2e0f580458db42
+ uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@7710ed11e398ea99c7f7004c2b2e0f580458db42
+ uses: github/codeql-action/autobuild@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@7710ed11e398ea99c7f7004c2b2e0f580458db42
+ uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
From 91e451b29b10031a9697156194af1d209ee5fec6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 22 Jul 2025 04:48:22 +0000
Subject: [PATCH 18/28] chore(deps): update dependency
com.diffplug.spotless:spotless-maven-plugin to v2.46.1 (#1526)
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 8da4b440a..5b44a6231 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,7 +463,7 @@
com.diffplug.spotless
spotless-maven-plugin
- 2.46.0
+ 2.46.1
From c05757e4895253053e49982dbe8f16ef501fd038 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 23 Jul 2025 04:13:42 +0000
Subject: [PATCH 19/28] chore(deps): update github/codeql-action digest to
76bf77d (#1527)
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 c1bc5952b..c7b319bae 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
+ uses: github/codeql-action/init@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
+ uses: github/codeql-action/analyze@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 2eb6ff0e9..b5d1cffab 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@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
+ uses: github/codeql-action/init@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
+ uses: github/codeql-action/autobuild@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@eefe1b5db9f28481d2bf2bd096da3873c1cd2a7b
+ uses: github/codeql-action/analyze@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
From 074a5ec52d7591e5b06801782415d1f2c930086e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 23 Jul 2025 23:34:45 +0000
Subject: [PATCH 20/28] chore(deps): update actions/checkout digest to 8edcb1b
(#1529)
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 c24b46fd2..b1a40f191 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Set up JDK 17
uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
with:
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index c7b319bae..c1f5fe12c 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os}}
steps:
- name: Check out the code
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Set up JDK 11
uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6b7d10e6e..8d11a94aa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout Repository
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Set up JDK 17
uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index b5d1cffab..0d2351c5e 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@09d2acae674a48949e3602304ab46fd20ae0c42f
+ uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
From b5e335c3ee7865f26bcd688953204280affe2834 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 24 Jul 2025 04:27:17 +0000
Subject: [PATCH 21/28] chore(deps): update github/codeql-action digest to
701df0e (#1528)
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 c1f5fe12c..5c29eebf8 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
+ uses: github/codeql-action/init@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
+ uses: github/codeql-action/analyze@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 0d2351c5e..f36045df5 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@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
+ uses: github/codeql-action/init@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
+ uses: github/codeql-action/autobuild@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@76bf77db0b4f84ce3351e7dccabb79e3e2aa8ad3
+ uses: github/codeql-action/analyze@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
From c06d6d588d529ae52d763a8dcf414b7aa1025d81 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 28 Jul 2025 03:42:49 +0000
Subject: [PATCH 22/28] fix(deps): update dependency io.cucumber:cucumber-bom
to v7.27.0 (#1530)
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 5b44a6231..3a12111cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,7 +194,7 @@
io.cucumber
cucumber-bom
- 7.26.0
+ 7.27.0
pom
import
From 15aaf5800f0fb2b8d22415fa5d9b61dacc651932 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 30 Jul 2025 04:50:26 +0000
Subject: [PATCH 23/28] chore(deps): update github/codeql-action digest to
acdac9e (#1531)
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 5c29eebf8..810516eb0 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
+ uses: github/codeql-action/init@acdac9e37d9d390cc88350d33ef1206ce28c3f71
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
+ uses: github/codeql-action/analyze@acdac9e37d9d390cc88350d33ef1206ce28c3f71
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index f36045df5..771ab168e 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@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
+ uses: github/codeql-action/init@acdac9e37d9d390cc88350d33ef1206ce28c3f71
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
+ uses: github/codeql-action/autobuild@acdac9e37d9d390cc88350d33ef1206ce28c3f71
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@701df0e49d84a24bd8f0d01f80c0dbf69ab07674
+ uses: github/codeql-action/analyze@acdac9e37d9d390cc88350d33ef1206ce28c3f71
From 7cca589a7e2de6f3a9ec2d803dd9564205af722a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 30 Jul 2025 22:58:24 +0000
Subject: [PATCH 24/28] chore(deps): update actions/setup-java digest to
e9343db (#1535)
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 b1a40f191..847f26671 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Set up JDK 17
- uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
+ uses: actions/setup-java@e9343db97e09d87a3c50e544105d99fe912c204b
with:
java-version: '17'
distribution: 'temurin'
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 810516eb0..b93d73670 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Set up JDK 11
- uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
+ uses: actions/setup-java@e9343db97e09d87a3c50e544105d99fe912c204b
with:
java-version: ${{ matrix.build.java }}
distribution: 'temurin'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8d11a94aa..347cad75d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- name: Set up JDK 17
- uses: actions/setup-java@ae2b61dbc685e60e4427b2e8ed4f0135c6ea8597
+ uses: actions/setup-java@e9343db97e09d87a3c50e544105d99fe912c204b
with:
java-version: '17'
distribution: 'temurin'
From 477d7ce752ecbc5b3ad13753888d5ee6b650c390 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 31 Jul 2025 00:27:38 +0000
Subject: [PATCH 25/28] chore(deps): update github/codeql-action digest to
b9b3b12 (#1533)
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 b93d73670..0b65e7f81 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@acdac9e37d9d390cc88350d33ef1206ce28c3f71
+ uses: github/codeql-action/init@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@acdac9e37d9d390cc88350d33ef1206ce28c3f71
+ uses: github/codeql-action/analyze@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 771ab168e..3cc2949b1 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@acdac9e37d9d390cc88350d33ef1206ce28c3f71
+ uses: github/codeql-action/init@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@acdac9e37d9d390cc88350d33ef1206ce28c3f71
+ uses: github/codeql-action/autobuild@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@acdac9e37d9d390cc88350d33ef1206ce28c3f71
+ uses: github/codeql-action/analyze@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
From 09e3c3faf8fe6c3e8c4d46c6fa3e3a7a2dd8f146 Mon Sep 17 00:00:00 2001
From: carla-was-not-available
<92949899+carla-was-not-available@users.noreply.github.com>
Date: Thu, 31 Jul 2025 09:57:44 +0200
Subject: [PATCH 26/28] feat: Allow Access to ImmutableMetadata Map as
unmodifiable Map (#1534)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* feat: Allow Access to ImmutableMetadata Map as unmodifiable Map
Oriented on the AbstractStructure
closes: #1532
Signed-off-by: Carla Köberl
* fixup: adding back java doc
Signed-off-by: Carla Köberl
---------
Signed-off-by: Carla Köberl
Co-authored-by: chrfwow
---
.../java/dev/openfeature/sdk/ImmutableMetadata.java | 5 +++++
.../dev/openfeature/sdk/ImmutableMetadataTest.java | 13 +++++++++++++
2 files changed, 18 insertions(+)
diff --git a/src/main/java/dev/openfeature/sdk/ImmutableMetadata.java b/src/main/java/dev/openfeature/sdk/ImmutableMetadata.java
index 7f57a174d..f6c1d742e 100644
--- a/src/main/java/dev/openfeature/sdk/ImmutableMetadata.java
+++ b/src/main/java/dev/openfeature/sdk/ImmutableMetadata.java
@@ -1,5 +1,6 @@
package dev.openfeature.sdk;
+import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import lombok.EqualsAndHashCode;
@@ -97,6 +98,10 @@ public T getValue(final String key, final Class type) {
}
}
+ public Map asUnmodifiableMap() {
+ return Collections.unmodifiableMap(metadata);
+ }
+
public boolean isEmpty() {
return metadata.isEmpty();
}
diff --git a/src/test/java/dev/openfeature/sdk/ImmutableMetadataTest.java b/src/test/java/dev/openfeature/sdk/ImmutableMetadataTest.java
index e3bd03165..108fac0fe 100644
--- a/src/test/java/dev/openfeature/sdk/ImmutableMetadataTest.java
+++ b/src/test/java/dev/openfeature/sdk/ImmutableMetadataTest.java
@@ -3,6 +3,8 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
+import java.util.Map;
+import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class ImmutableMetadataTest {
@@ -25,4 +27,15 @@ void equalImmutableMetadataAreEqual() {
assertEquals(i1, i2);
}
+
+ @Test
+ void retrieveAsUnmodifiableMap() {
+ ImmutableMetadata metadata =
+ ImmutableMetadata.builder().addString("key1", "value1").build();
+
+ Map unmodifiableMap = metadata.asUnmodifiableMap();
+ assertEquals(unmodifiableMap.size(), 1);
+ assertEquals(unmodifiableMap.get("key1"), "value1");
+ Assertions.assertThrows(UnsupportedOperationException.class, () -> unmodifiableMap.put("key3", "value3"));
+ }
}
From 4addf6458dacbc00bb599a758d87478e6d97d369 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 1 Aug 2025 21:03:59 +0000
Subject: [PATCH 27/28] chore(deps): update github/codeql-action digest to
7273f08 (#1537)
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 0b65e7f81..d50d446ca 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -29,7 +29,7 @@ jobs:
cache: maven
- name: Initialize CodeQL
- uses: github/codeql-action/init@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
+ uses: github/codeql-action/init@7273f08caa1dcf2c2837f362f1982de0ab4dc344
with:
languages: java
@@ -55,4 +55,4 @@ jobs:
verbose: true # optional (default = false)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
+ uses: github/codeql-action/analyze@7273f08caa1dcf2c2837f362f1982de0ab4dc344
diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml
index 3cc2949b1..882a47478 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@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
+ uses: github/codeql-action/init@7273f08caa1dcf2c2837f362f1982de0ab4dc344
with:
languages: java
- name: Autobuild
- uses: github/codeql-action/autobuild@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
+ uses: github/codeql-action/autobuild@7273f08caa1dcf2c2837f362f1982de0ab4dc344
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@b9b3b12fa29bb4f95fb2e36128124ff9364aaf0e
+ uses: github/codeql-action/analyze@7273f08caa1dcf2c2837f362f1982de0ab4dc344
From f2dfc63beef1beef6aad7d00cc1aaeb78c0fc57c Mon Sep 17 00:00:00 2001
From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Date: Tue, 5 Aug 2025 09:48:07 -0400
Subject: [PATCH 28/28] chore(main): release 1.17.0 (#1511)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++
README.md | 8 +++----
pom.xml | 2 +-
version.txt | 2 +-
5 files changed, 48 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 8997e1812..f5c3b938e 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.16.0"}
+{".":"1.17.0"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2529b1871..5513f0e55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,46 @@
# Changelog
+## [1.17.0](https://github.com/open-feature/java-sdk/compare/v1.16.0...v1.17.0) (2025-08-01)
+
+
+### 🐛 Bug Fixes
+
+* **deps:** update dependency io.cucumber:cucumber-bom to v7.24.0 ([#1510](https://github.com/open-feature/java-sdk/issues/1510)) ([4881966](https://github.com/open-feature/java-sdk/commit/488196656ad0fbca5211e270bfc55e3d83fa9a2f))
+* **deps:** update dependency io.cucumber:cucumber-bom to v7.25.0 ([#1514](https://github.com/open-feature/java-sdk/issues/1514)) ([bf68cbd](https://github.com/open-feature/java-sdk/commit/bf68cbdedf6ce7218fadfe3a39df38019da8bcbb))
+* **deps:** update dependency io.cucumber:cucumber-bom to v7.26.0 ([#1516](https://github.com/open-feature/java-sdk/issues/1516)) ([1d3fab6](https://github.com/open-feature/java-sdk/commit/1d3fab6184b4ba45b3e4cee420e24be722c76946))
+* **deps:** update dependency io.cucumber:cucumber-bom to v7.27.0 ([#1530](https://github.com/open-feature/java-sdk/issues/1530)) ([c06d6d5](https://github.com/open-feature/java-sdk/commit/c06d6d588d529ae52d763a8dcf414b7aa1025d81))
+* **deps:** update dependency org.junit:junit-bom to v5.13.4 ([#1524](https://github.com/open-feature/java-sdk/issues/1524)) ([db47b7e](https://github.com/open-feature/java-sdk/commit/db47b7e8233970b0bf37dbb5679227d1917e15b7))
+
+
+### ✨ New Features
+
+* Allow Access to ImmutableMetadata Map as unmodifiable Map ([#1534](https://github.com/open-feature/java-sdk/issues/1534)) ([09e3c3f](https://github.com/open-feature/java-sdk/commit/09e3c3faf8fe6c3e8c4d46c6fa3e3a7a2dd8f146))
+
+
+### 🧹 Chore
+
+* **deps:** update actions/checkout digest to 8edcb1b ([#1529](https://github.com/open-feature/java-sdk/issues/1529)) ([074a5ec](https://github.com/open-feature/java-sdk/commit/074a5ec52d7591e5b06801782415d1f2c930086e))
+* **deps:** update actions/setup-java digest to ae2b61d ([#1518](https://github.com/open-feature/java-sdk/issues/1518)) ([1382b36](https://github.com/open-feature/java-sdk/commit/1382b367d934feaa5effe851f8b03b02bb2482c1))
+* **deps:** update actions/setup-java digest to c190c18 ([#1508](https://github.com/open-feature/java-sdk/issues/1508)) ([908755c](https://github.com/open-feature/java-sdk/commit/908755c2c2e3abcef84f29728fd19092a9d66646))
+* **deps:** update actions/setup-java digest to e9343db ([#1535](https://github.com/open-feature/java-sdk/issues/1535)) ([7cca589](https://github.com/open-feature/java-sdk/commit/7cca589a7e2de6f3a9ec2d803dd9564205af722a))
+* **deps:** update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 ([#1509](https://github.com/open-feature/java-sdk/issues/1509)) ([62738f7](https://github.com/open-feature/java-sdk/commit/62738f7f16b783eabb7325bed3ac26be086b35e4))
+* **deps:** update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.0 ([#1522](https://github.com/open-feature/java-sdk/issues/1522)) ([844f6df](https://github.com/open-feature/java-sdk/commit/844f6df33542b927d38627f9a8ee5f9371e47aca))
+* **deps:** update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 ([#1526](https://github.com/open-feature/java-sdk/issues/1526)) ([91e451b](https://github.com/open-feature/java-sdk/commit/91e451b29b10031a9697156194af1d209ee5fec6))
+* **deps:** update dependency com.google.guava:guava to v33.4.8-jre ([#1382](https://github.com/open-feature/java-sdk/issues/1382)) ([1e8f5c8](https://github.com/open-feature/java-sdk/commit/1e8f5c880c1a0e8f0ccaa7c4b7452a051973f2b6))
+* **deps:** update dependency maven to v3.9.11 ([#1519](https://github.com/open-feature/java-sdk/issues/1519)) ([cbf7a58](https://github.com/open-feature/java-sdk/commit/cbf7a5862286dc36023095208c3e865b058dacb0))
+* **deps:** update github/codeql-action digest to 03a2a17 ([#1520](https://github.com/open-feature/java-sdk/issues/1520)) ([ecc8f7e](https://github.com/open-feature/java-sdk/commit/ecc8f7e3ade314c050c67710ae96a182534b9692))
+* **deps:** update github/codeql-action digest to 0d17ea4 ([#1517](https://github.com/open-feature/java-sdk/issues/1517)) ([5b3e365](https://github.com/open-feature/java-sdk/commit/5b3e3656f6efad1f9020937bc3ea18078c4defc8))
+* **deps:** update github/codeql-action digest to 624d0bc ([#1507](https://github.com/open-feature/java-sdk/issues/1507)) ([26716a5](https://github.com/open-feature/java-sdk/commit/26716a51cfc720bdb294b50ff3759f8ae41fe410))
+* **deps:** update github/codeql-action digest to 6f936b5 ([#1515](https://github.com/open-feature/java-sdk/issues/1515)) ([006ae75](https://github.com/open-feature/java-sdk/commit/006ae75e2b1c745476dfda35113a06fc7fbceafb))
+* **deps:** update github/codeql-action digest to 701df0e ([#1528](https://github.com/open-feature/java-sdk/issues/1528)) ([b5e335c](https://github.com/open-feature/java-sdk/commit/b5e335c3ee7865f26bcd688953204280affe2834))
+* **deps:** update github/codeql-action digest to 7273f08 ([#1537](https://github.com/open-feature/java-sdk/issues/1537)) ([4addf64](https://github.com/open-feature/java-sdk/commit/4addf6458dacbc00bb599a758d87478e6d97d369))
+* **deps:** update github/codeql-action digest to 76bf77d ([#1527](https://github.com/open-feature/java-sdk/issues/1527)) ([c05757e](https://github.com/open-feature/java-sdk/commit/c05757e4895253053e49982dbe8f16ef501fd038))
+* **deps:** update github/codeql-action digest to 7710ed1 ([#1521](https://github.com/open-feature/java-sdk/issues/1521)) ([ac3344c](https://github.com/open-feature/java-sdk/commit/ac3344c7f6293ac72523a5d0c5e61d4304c0a8b1))
+* **deps:** update github/codeql-action digest to acdac9e ([#1531](https://github.com/open-feature/java-sdk/issues/1531)) ([15aaf58](https://github.com/open-feature/java-sdk/commit/15aaf5800f0fb2b8d22415fa5d9b61dacc651932))
+* **deps:** update github/codeql-action digest to b9b3b12 ([#1533](https://github.com/open-feature/java-sdk/issues/1533)) ([477d7ce](https://github.com/open-feature/java-sdk/commit/477d7ce752ecbc5b3ad13753888d5ee6b650c390))
+* **deps:** update github/codeql-action digest to eefe1b5 ([#1523](https://github.com/open-feature/java-sdk/issues/1523)) ([66215ef](https://github.com/open-feature/java-sdk/commit/66215efaf3a18eeeb4c244775d6a72725a274097))
+* **deps:** update github/codeql-action digest to f53ec7c ([#1512](https://github.com/open-feature/java-sdk/issues/1512)) ([aa05693](https://github.com/open-feature/java-sdk/commit/aa0569379bd85d11a5f91bd1078cd9f2b3b311b4))
+
## [1.16.0](https://github.com/open-feature/java-sdk/compare/v1.15.1...v1.16.0) (2025-07-07)
diff --git a/README.md b/README.md
index 279efba7c..24bae2a3c 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@
-
-
+
+
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
dev.openfeature
sdk
- 1.16.0
+ 1.17.0
```
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:1.16.0'
+ implementation 'dev.openfeature:sdk:1.17.0'
}
```
diff --git a/pom.xml b/pom.xml
index 3a12111cf..1c9c8fa05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
dev.openfeature
sdk
- 1.16.0
+ 1.17.0
[17,)
diff --git a/version.txt b/version.txt
index 15b989e39..092afa15d 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.16.0
+1.17.0