diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml
deleted file mode 100644
index 0b1643a..0000000
--- a/.github/workflows/add-pr-to-project.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Add PRs to Dependabot PRs dashboard
-
-on:
- pull_request:
- types:
- - opened
- - 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 7e2c056..da1b831 100644
--- a/finish/pom.xml
+++ b/finish/pom.xml
@@ -30,7 +30,7 @@
microprofile
- 6.0
+ 6.1
pom
provided
@@ -38,7 +38,7 @@
org.junit.jupiter
junit-jupiter
- 5.10.1
+ 5.10.2
test
@@ -49,7 +49,7 @@
org.apache.maven.plugins
maven-war-plugin
- 3.3.2
+ 3.4.0
@@ -61,7 +61,7 @@
io.openliberty.tools
liberty-maven-plugin
- 3.10
+ 3.10.2
diff --git a/start/pom.xml b/start/pom.xml
index 7e2c056..da1b831 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -30,7 +30,7 @@
microprofile
- 6.0
+ 6.1
pom
provided
@@ -38,7 +38,7 @@
org.junit.jupiter
junit-jupiter
- 5.10.1
+ 5.10.2
test
@@ -49,7 +49,7 @@
org.apache.maven.plugins
maven-war-plugin
- 3.3.2
+ 3.4.0
@@ -61,7 +61,7 @@
io.openliberty.tools
liberty-maven-plugin
- 3.10
+ 3.10.2