diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index ea5b27a..c9075cb 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,6 +26,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
- ff-maven: "4.0.0-rc-4" # Maven version for fail-fast-build
- maven-matrix: '[ "4.0.0-rc-4" ]'
+ ff-maven: "4.0.0-rc-5" # Maven version for fail-fast-build
+ maven-matrix: '[ "4.0.0-rc-5" ]'
jdk-matrix: '[ "17", "21" ]'
diff --git a/pom.xml b/pom.xml
index 7ef0dbd..b990dc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ under the License.
- 4.0.0-rc-4
+ 4.0.0-rc-5
17
6.0.0
@@ -87,6 +87,7 @@ under the License.
2024-06-26T08:24:00Z
3.9.1
+ 2.81.0
diff --git a/src/it/user-filters/invoker.properties b/src/it/user-filters/invoker.properties
index 9ae0353..89266de 100644
--- a/src/it/user-filters/invoker.properties
+++ b/src/it/user-filters/invoker.properties
@@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
-invoker.systemPropertiesFile = test.properties
\ No newline at end of file
+invoker.userPropertiesFile = test.properties
\ No newline at end of file