diff --git a/.github/workflows/check-commit-message.yml b/.github/workflows/check-commit-message.yml index 5e283a31b9..4a11e8b0ca 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 d851bd651d..a8cde12d3e 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 5.12.2 1.12.1 - 5.17.0 - 10.16.1.1 + 5.18.0 + 10.16.1.1 2.2.224 6.1.0 2.24.3 @@ -38,12 +38,12 @@ 6.3.0 2.19.0 2.19.0 - 4.31.1 + 4.32.0 5.1.0 2.56.0 - 1.6.15 + 1.6.16 2.7.0 - 33.4.6-jre + 33.4.8-jre 2.3.0 2.10.1 1.15.0 @@ -115,7 +115,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.0 17 17 @@ -160,7 +160,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.5.3 @@ -241,7 +241,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.13