From a8227453fc9ae6826e0f02ef1f74b75052783170 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 27 十二月 2021 11:43:59 +0800 Subject: [PATCH] update hutool 5.7.17 => 5.7.18 bugfix update redisson 3.16.6 => 3.16.7 bugfix --- ruoyi-job/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-job/pom.xml b/ruoyi-job/pom.xml index d3c76d9..3c13d35 100644 --- a/ruoyi-job/pom.xml +++ b/ruoyi-job/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.3.0</version> + <version>3.4.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -31,7 +31,7 @@ <dependency> <groupId>com.yomahub</groupId> - <artifactId>tlog-xxl-job</artifactId> + <artifactId>tlog-xxljob-spring-boot-starter</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3