diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml
deleted file mode 100644
index 1f52a4a..0000000
--- a/.github/workflows/add-pr-to-project.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Add PRs to Dependabot PRs dashboard
-
-on:
- pull_request:
- types:
- - labeled
-
-jobs:
- add-to-project:
- name: Add PR to dashboard
- runs-on: ubuntu-latest
- steps:
- - uses: actions/add-to-project@v0.5.0
- with:
- project-url: https://github.com/orgs/OpenLiberty/projects/26
- github-token: ${{ secrets.ADMIN_BACKLOG }}
- labeled: dependencies
diff --git a/finish/pom.xml b/finish/pom.xml
index 3b02456..78ec075 100644
--- a/finish/pom.xml
+++ b/finish/pom.xml
@@ -76,7 +76,7 @@
org.testcontainers
testcontainers
- 1.19.8
+ 1.20.1
test
@@ -126,7 +126,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.3.0
+ 3.3.1
${liberty.var.http.port}