From d2a9255b917ed0da1fe5611ace8c37f96343fff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:16:44 +0000 Subject: [PATCH] chore(deps): update dependency cn.hutool:hutool-crypto to v5.8.30 --- WORKSPACE | 2 +- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 79096d51..3809e78a 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.29", + "cn.hutool:hutool-crypto:5.8.30", "org.yaml:snakeyaml:2.2", "org.flywaydb:flyway-core:10.17.0", "com.cronutils:cron-utils:9.2.1", diff --git a/build.gradle b/build.gradle index 6977413c..41d28056 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.29' + implementation 'cn.hutool:hutool-crypto:5.8.30' implementation 'org.yaml:snakeyaml:2.2' implementation 'org.flywaydb:flyway-database-postgresql:10.17.0' implementation 'com.cronutils:cron-utils:9.2.1' diff --git a/pom.xml b/pom.xml index 822e2b85..6e49f81f 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ cn.hutool hutool-crypto - 5.8.29 + 5.8.30 com.cronutils