diff --git a/WORKSPACE b/WORKSPACE
index d4ed65e4..b0ad7dcb 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -66,7 +66,7 @@ maven_install(
"org.glassfish.jaxb:jaxb-runtime:4.0.5",
"com.github.ben-manes.caffeine:caffeine:3.1.8",
- "cn.hutool:hutool-crypto:5.8.32",
+ "cn.hutool:hutool-crypto:5.8.33",
"org.yaml:snakeyaml:2.3",
"org.flywaydb:flyway-core:10.21.0",
"com.cronutils:cron-utils:9.2.1",
diff --git a/build.gradle b/build.gradle
index 7d524c89..c4cab910 100644
--- a/build.gradle
+++ b/build.gradle
@@ -55,7 +55,7 @@ dependencies {
// Runtime, com.sun.xml.bind module
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
implementation 'com.github.ben-manes.caffeine:caffeine'
- implementation 'cn.hutool:hutool-crypto:5.8.32'
+ implementation 'cn.hutool:hutool-crypto:5.8.33'
implementation 'org.yaml:snakeyaml:2.3'
implementation 'org.flywaydb:flyway-database-postgresql:10.21.0'
implementation 'com.cronutils:cron-utils:9.2.1'
diff --git a/pom.xml b/pom.xml
index cc8dc8ae..cf9172be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
cn.hutool
hutool-crypto
- 5.8.32
+ 5.8.33
com.cronutils