diff --git a/WORKSPACE b/WORKSPACE index 8954870e..b9f5b297 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.31", + "cn.hutool:hutool-crypto:5.8.32", "org.yaml:snakeyaml:2.2", "org.flywaydb:flyway-core:10.17.2", "com.cronutils:cron-utils:9.2.1", diff --git a/build.gradle b/build.gradle index 312a42eb..2ed09f5a 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.31' + implementation 'cn.hutool:hutool-crypto:5.8.32' implementation 'org.yaml:snakeyaml:2.2' implementation 'org.flywaydb:flyway-database-postgresql:10.17.2' implementation 'com.cronutils:cron-utils:9.2.1' diff --git a/pom.xml b/pom.xml index 2c4f5f24..fd8e5ed4 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ cn.hutool hutool-crypto - 5.8.31 + 5.8.32 com.cronutils