Skip to content

Commit

Permalink
fix(deps): update dependency cn.hutool:hutool-crypto to v5.8.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent ca3fcf8 commit 772eab4
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.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",
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.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'
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.34</version>
<version>5.8.35</version>
</dependency>
<dependency>
<groupId>com.cronutils</groupId>
Expand Down

0 comments on commit 772eab4

Please sign in to comment.