From 8b928653efe45f9007a7871745de03b83dc337a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Thu, 1 Aug 2019 18:58:01 +0800 Subject: [PATCH] :bookmark: v1.3.6 --- README.md | 5 ++++- spring-boot-starter-weixin/build.gradle | 11 ++++++----- spring-boot-starter-weixin/gradle.properties | 2 +- spring-boot-weixin-demo/pom.xml | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d4534ed..b7f1222 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ jfinal weixin 的 spring boot starter,这个starter是为了方便boot用户 net.dreamlu spring-boot-starter-weixin - 1.3.5 + 1.3.6 ``` @@ -66,6 +66,9 @@ dream: - `access-token-cache`建议配置有效时间7100秒。 ## 更新说明 +>## 2019-08-01 v1.3.6 +> 升级 jfinal、jfinal-weixin、okhttp 版本。 + >## 2019-03-17 v1.3.5 > 解决单公众号下消息报错 diff --git a/spring-boot-starter-weixin/build.gradle b/spring-boot-starter-weixin/build.gradle index 9df9323..4897fa6 100644 --- a/spring-boot-starter-weixin/build.gradle +++ b/spring-boot-starter-weixin/build.gradle @@ -4,10 +4,11 @@ version = VERSION ext { javaVersion = JavaVersion.VERSION_1_8 springBootVersion = "1.5.19.RELEASE" - jfinalVersion = "3.6" - jfinalWeixinVersion = "2.3" - micaAutoVersion = "1.0.2" - lombokVersion = "1.18.6" + jfinalVersion = "4.3" + jfinalWeixinVersion = "2.4" + okhttpVersion = "3.14.2" + micaAutoVersion = "1.1.0" + lombokVersion = "1.18.8" } repositories { @@ -24,7 +25,7 @@ apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle" dependencies { api "com.jfinal:jfinal:$jfinalVersion" api "com.jfinal:jfinal-weixin:$jfinalWeixinVersion" - api "com.squareup.okhttp3:okhttp:3.13.1" + api "com.squareup.okhttp3:okhttp:$okhttpVersion" compileOnly "org.projectlombok:lombok:$lombokVersion" annotationProcessor "org.projectlombok:lombok:$lombokVersion" annotationProcessor "net.dreamlu:mica-auto:$micaAutoVersion" diff --git a/spring-boot-starter-weixin/gradle.properties b/spring-boot-starter-weixin/gradle.properties index 53ee4fb..f167dc0 100644 --- a/spring-boot-starter-weixin/gradle.properties +++ b/spring-boot-starter-weixin/gradle.properties @@ -1,4 +1,4 @@ -VERSION=1.3.5 +VERSION=1.3.6 GROUPID=net.dreamlu userName=chunmeng diff --git a/spring-boot-weixin-demo/pom.xml b/spring-boot-weixin-demo/pom.xml index 55fe2a2..0452f54 100644 --- a/spring-boot-weixin-demo/pom.xml +++ b/spring-boot-weixin-demo/pom.xml @@ -33,7 +33,7 @@ net.dreamlu spring-boot-starter-weixin - 1.3.5 + 1.3.6 org.springframework.boot -- GitLab