浏览代码

flowlong升级0.0.6版本

hubin 1 年之前
父节点
当前提交
a66372d151
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      build.gradle
  2. 1 1
      pom.xml

+ 1 - 1
build.gradle

@@ -99,7 +99,7 @@ dependencies {
     implementation("com.aizuda:aizuda-monitor")
 
     // 工作流引擎
-    implementation("com.aizuda:flowlong-spring-boot-starter:0.0.5")
+    implementation("com.aizuda:flowlong-spring-boot-starter:0.0.6")
 
     // SpringBootAdmin 监控管理客户端,未使用可以删除
     // implementation("de.codecentric:spring-boot-admin-starter-client:3.0.2")

+ 1 - 1
pom.xml

@@ -98,7 +98,7 @@
 		<dependency>
 			<groupId>com.aizuda</groupId>
 			<artifactId>flowlong-spring-boot-starter</artifactId>
-			<version>0.0.5</version>
+			<version>0.0.6</version>
 		</dependency>
 
 		<!-- 服务监听 -->