diff --git a/README.md b/README.md index 59e1638846c08913c8a498d5abcb29da2a676082..52084816b7139af64f14117cb5eff916085e60d3 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6 net.dreamlu mica-auto - 2.2.0 + 2.2.1 provided ``` ### gradle >= 5.x ```groovy -annotationProcessor("net.dreamlu:mica-auto:2.2.0") +annotationProcessor("net.dreamlu:mica-auto:2.2.1") ``` ### gradle < 5.x ```groovy -compileOnly "net.dreamlu:mica-auto:2.2.0" +compileOnly "net.dreamlu:mica-auto:2.2.1" ``` ## 原理 diff --git a/README_EN.md b/README_EN.md index 04ca7d51c7b602364ea079cd85e4a683e8ee071f..fb7ef5fb39375f3c32c18b8dcc7a00285acadc84 100644 --- a/README_EN.md +++ b/README_EN.md @@ -49,19 +49,19 @@ It is mainly used to avoid the inconsistency between the Spring Boot main projec net.dreamlu mica-auto - 2.2.0 + 2.2.1 provided ``` ### gradle >= 5.x ```gradle -annotationProcessor("net.dreamlu:mica-auto:2.2.0") +annotationProcessor("net.dreamlu:mica-auto:2.2.1") ``` ### gradle < 5.x ```gradle -compileOnly "net.dreamlu:mica-auto:2.2.0" +compileOnly "net.dreamlu:mica-auto:2.2.1" ``` ## Principle diff --git a/build.gradle b/build.gradle index 46fe3581c5133b21a1b02fa0dc443a58577d542b..7045d6c3b7f9ceb7c60fd1854c4167681e3f6b3e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle" ext { javaVersion = JavaVersion.VERSION_1_8 - springBootVersion = "2.6.0" + springBootVersion = "2.6.1" lombokVersion = "1.18.22" googleAutoVersion = "1.0.1" compileTestingVersion = "0.19" diff --git a/gradle.properties b/gradle.properties index 614bfc5ae3b31e897d05e7eb27487fb4c88ebe64..fed275b221f44af9b310868ebf49bda885653ee0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION=2.2.0 +VERSION=2.2.1 GROUPID=net.dreamlu NEXUS_OSS_USER_NAME=***