Skip to content

Commit

Permalink
chore(deps): update dependency cn.hutool:hutool-crypto to v5.8.33 (#1144
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 6eede6c commit 823d3fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
<version>5.8.32</version>
<version>5.8.33</version>
</dependency>
<dependency>
<groupId>com.cronutils</groupId>
Expand Down

0 comments on commit 823d3fd

Please sign in to comment.