diff --git a/WORKSPACE b/WORKSPACE index c7b863ae..a6685d05 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.34", + "cn.hutool:hutool-crypto:5.8.35", "org.yaml:snakeyaml:2.3", "org.flywaydb:flyway-core:11.1.0", "com.cronutils:cron-utils:9.2.1", diff --git a/build.gradle b/build.gradle index 1888bc5e..8b7a85d1 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.34' + implementation 'cn.hutool:hutool-crypto:5.8.35' implementation 'org.yaml:snakeyaml:2.3' implementation 'org.flywaydb:flyway-database-postgresql:11.1.0' implementation 'com.cronutils:cron-utils:9.2.1' diff --git a/pom.xml b/pom.xml index 3f29a1d1..286bc409 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ cn.hutool hutool-crypto - 5.8.34 + 5.8.35 com.cronutils