diff --git a/.github/workflows/plugin-integration.yml b/.github/workflows/plugin-integration.yml
index 8b140288..6fbfa8a9 100644
--- a/.github/workflows/plugin-integration.yml
+++ b/.github/workflows/plugin-integration.yml
@@ -13,7 +13,7 @@ on:
branches: [ master ]
jobs:
- build:
+ integration_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
# integration test by downloading the plugin via curl
# at startup
integration_env:
- needs: build
+ needs: integration_build
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: noninteractive
diff --git a/pom.xml b/pom.xml
index b58e0b9e..692e2f26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
org.eclipse.jetty
jetty-server
- 11.0.13
+ 11.0.15
test
@@ -120,7 +120,7 @@
maven-compiler-plugin
- 3.8.1
+ 3.11.0
${project.build.sourceEncoding}
@@ -232,7 +232,7 @@
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M1
+ 3.0.1
release
@@ -265,7 +265,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
+ 3.1.0
0AC5A45E91FA93DA25380017B0D87B063EAD41F1