From a558d4d739df9414c3170b4f221449650a2d2a8b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 3 Jul 2024 11:26:16 +0000
Subject: [PATCH] chore(deps): update dependency cn.hutool:hutool-crypto to
v5.8.29
---
WORKSPACE | 2 +-
build.gradle | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index d77b418a..7233409a 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.28",
+ "cn.hutool:hutool-crypto:5.8.29",
"org.yaml:snakeyaml:2.2",
"org.flywaydb:flyway-core:10.15.2",
"com.cronutils:cron-utils:9.2.1",
diff --git a/build.gradle b/build.gradle
index 8fc853ac..16499e8c 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.28'
+ implementation 'cn.hutool:hutool-crypto:5.8.29'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.flywaydb:flyway-database-postgresql:10.15.2'
implementation 'com.cronutils:cron-utils:9.2.1'
diff --git a/pom.xml b/pom.xml
index 9eed3a67..6694e92c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
cn.hutool
hutool-crypto
- 5.8.28
+ 5.8.29
com.cronutils