Skip to content

Commit

Permalink
chore(deps): update dependency cn.hutool:hutool-crypto to v5.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 0c3ac3e commit 9d1e9e6
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 @@ -50,7 +50,7 @@ maven_install(

"org.glassfish.jaxb:jaxb-runtime:4.0.4",
"com.github.ben-manes.caffeine:caffeine:3.1.8",
"cn.hutool:hutool-crypto:5.8.22",
"cn.hutool:hutool-crypto:5.8.23",
"org.yaml:snakeyaml:2.2",
"org.flywaydb:flyway-core:10.0.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 @@ -54,7 +54,7 @@ dependencies {
// Runtime, com.sun.xml.bind module
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.4'
implementation 'com.github.ben-manes.caffeine:caffeine'
implementation 'cn.hutool:hutool-crypto:5.8.22'
implementation 'cn.hutool:hutool-crypto:5.8.23'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.flywaydb:flyway-core:10.0.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 @@ -126,7 +126,7 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
<version>5.8.22</version>
<version>5.8.23</version>
</dependency>
<dependency>
<groupId>com.cronutils</groupId>
Expand Down

0 comments on commit 9d1e9e6

Please sign in to comment.