From f609ca35ee2946acd0ff04b7ac1aa61f75a2e4a1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 09 十二月 2021 16:09:54 +0800 Subject: [PATCH] 自动化代码中的service优化 --- src/main/resources/code/service/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/code/service/pom.xml b/src/main/resources/code/service/pom.xml index 7b879a5..0f18b95 100644 --- a/src/main/resources/code/service/pom.xml +++ b/src/main/resources/code/service/pom.xml @@ -160,7 +160,7 @@ <dependency> <groupId>com.yeshi</groupId> <artifactId>utils</artifactId> - <version>0.2.7</version> + <version>0.2.9</version> <exclusions> <exclusion> <groupId>org.springframework.data</groupId> -- Gitblit v1.8.0