diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a57435f9b..06df7c330 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ hutool-cron = { module = "cn.hutool:hutool-cron", version.ref = "hutool" } hutool-crypto = { module = "cn.hutool:hutool-crypto", version.ref = "hutool" } hutool-http = { module = "cn.hutool:hutool-http", version.ref = "hutool" } brotli4j = "com.aayushatharva.brotli4j:brotli4j:1.11.0" -cron-utils = "com.cronutils:cron-utils:9.2.0" +cron-utils = "com.cronutils:cron-utils:9.2.1" jsonpath = "com.jayway.jsonpath:json-path:2.7.0" rome = "com.rometools:rome:2.1.0" okio = "com.squareup.okio:okio:3.3.0"