From 11c15c47d162902f33fd253061e695747fc875ca Mon Sep 17 00:00:00 2001 From: neviabit <10192451+neviabit@user.noreply.gitee.com> Date: 星期四, 09 五月 2024 18:08:09 +0800 Subject: [PATCH] fix 修正 认证策略注释错误 --- ruoyi-extend/ruoyi-powerjob-server/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-extend/ruoyi-powerjob-server/pom.xml b/ruoyi-extend/ruoyi-powerjob-server/pom.xml index 0a9ce70..bdb92a4 100644 --- a/ruoyi-extend/ruoyi-powerjob-server/pom.xml +++ b/ruoyi-extend/ruoyi-powerjob-server/pom.xml @@ -10,8 +10,8 @@ <artifactId>ruoyi-powerjob-server</artifactId> <properties> - <spring-boot.version>2.7.12</spring-boot.version> - <spring-boot-admin.version>2.7.10</spring-boot-admin.version> + <spring-boot.version>2.7.18</spring-boot.version> + <spring-boot-admin.version>2.7.11</spring-boot-admin.version> </properties> <dependencyManagement> <dependencies> -- Gitblit v1.9.3