diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml
index e97b6cd6f..5f98c35e0 100644
--- a/.github/workflows/codacy-analysis.yml
+++ b/.github/workflows/codacy-analysis.yml
@@ -21,7 +21,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
- uses: actions/checkout@v4.0.0
+ uses: actions/checkout@v4.1.0
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 533bed057..7016c1eb3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4.0.0
+ uses: actions/checkout@v4.1.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/pom.xml b/pom.xml
index 5b4370876..5864bafc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 4.73
+ 4.74
@@ -19,15 +19,12 @@
2.387.3
- 11
0.16.0
2.0.9
0.10
- 4.7.0
- 4.2.18-442.v02e107157925
- 2.21
+ 4.8.0
3.24.2
1.1.1
@@ -84,7 +81,7 @@
io.jenkins.tools.bom
bom-2.387.x
- 2446.v2e9fd3b_d8c81
+ 2496.vddfca_753db_80
import
pom
@@ -137,14 +134,22 @@
org.jenkins-ci.plugins
metrics
- ${metrics.version}
org.jenkins-ci.plugins.pipeline-stage-view
pipeline-rest-api
- ${pipeline-rest-api.version}
+
+
+
+
+ org.mockito
+ mockito-core
+ test
+
+
+
org.assertj
assertj-core
@@ -157,18 +162,6 @@
${JUnitParams.version}
test
-
- org.mockito
- mockito-core
- ${mockito.version}
- test
-
-
-
-
-
-
-
com.github.stefanbirkner
system-lambda