From 1b6e3441d5cd2cf92208fa72d15810c905411a4a Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 23 Dec 2022 10:09:23 +0800 Subject: [PATCH] chore(deps): bump spring-boot-starter-parent from 2.7.6 to 2.7.7 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6257d80..0a51210 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.6 + 2.7.7 com.schbrain.framework @@ -378,6 +378,12 @@ com.baomidou mybatis-plus-boot-starter ${mybatis-plus.version} + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + com.alibaba -- GitLab