diff --git a/README.md b/README.md index d4534ed680fd261ec3d7693c1eb86493f48a3a97..b7f12224e93c7b635c2abfebafd1a71a93f4384d 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 9df9323ffd66911a62b9d543b55df844776d8d65..4897fa6e9ceb10e7ea667b1ec992e1b840fa8070 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 53ee4fb0b4e1501db514eb8d436daca61c533b02..f167dc0bb1da4429bf783e03e4fe59bc11c0d22d 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 55fe2a2fd63514d2a3081f9713d8e10c8d78b073..0452f54129ba1fe32afe59cc2ad823c7aee62469 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