diff --git a/.github/workflows/check-commit-message.yml b/.github/workflows/check-commit-message.yml
index 5e283a31..4a11e8b0 100644
--- a/.github/workflows/check-commit-message.yml
+++ b/.github/workflows/check-commit-message.yml
@@ -2,7 +2,7 @@ name: Check Commit Message for "LMCROSSITXSADEPLOY"
on:
pull_request:
- types: [synchronize, opened]
+ types: [ synchronize, opened ]
jobs:
check_commit_message:
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Check Commit Message
id: commits
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
with:
script: |
const prNumber = context.payload.pull_request.number;
diff --git a/pom.xml b/pom.xml
index ac0007f4..2abf3f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
5.12.2
1.12.1
- 5.17.0
+ 5.18.0
3.17.0
4.5.0
2.19.0
@@ -80,7 +80,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.13.0
+ 3.14.0
17
17
@@ -96,7 +96,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.2
+ 3.5.3
@@ -152,7 +152,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.10
+ 0.8.13