diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2b7941b..ec86a3b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -191,7 +191,7 @@ jobs:
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
- name: Deploy to Github pages
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
+ uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
diff --git a/bzst-dip-java-client/pom.xml b/bzst-dip-java-client/pom.xml
index 3361e70..bd8c193 100644
--- a/bzst-dip-java-client/pom.xml
+++ b/bzst-dip-java-client/pom.xml
@@ -509,7 +509,7 @@
com.puppycrawl.tools
checkstyle
- 13.4.2
+ 13.5.0
@@ -552,12 +552,12 @@
net.sourceforge.pmd
pmd-core
- 7.24.0
+ 7.25.0
net.sourceforge.pmd
pmd-java
- 7.24.0
+ 7.25.0
diff --git a/pom.xml b/pom.xml
index 0e1a245..89139b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
com.puppycrawl.tools
checkstyle
- 13.4.2
+ 13.5.0
@@ -83,12 +83,12 @@
net.sourceforge.pmd
pmd-core
- 7.24.0
+ 7.25.0
net.sourceforge.pmd
pmd-java
- 7.24.0
+ 7.25.0