diff --git a/docs/README.md b/docs/README.md index 93b160b..6cf5727 100644 --- a/docs/README.md +++ b/docs/README.md @@ -77,6 +77,7 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s - 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题; - 重新打包 javapoet,防止与其他项目冲突; +- 升级 `spring-boot-autoconfigure` 版本号 `2.7.9` ---> `2.7.18` ### 1.4.6 diff --git a/docs/en/README.md b/docs/en/README.md index c0fe885..1e5578f 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -74,6 +74,7 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s - Fixed the issue where the generated conversion implementation class conflicted when using the default `Eclipse jdt.core` environment in Vscode; - Repackaged `javapoet` to prevent conflicts with other projects. +- Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18. ### 1.4.6 diff --git a/docs/en/release/log.md b/docs/en/release/log.md index d8408de..c21308b 100644 --- a/docs/en/release/log.md +++ b/docs/en/release/log.md @@ -10,6 +10,7 @@ description: MapStructPlus release log - Fixed the issue where the generated conversion implementation class conflicted when using the default `Eclipse jdt.core` environment in Vscode; - Repackaged `javapoet` to prevent conflicts with other projects. +- Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18. ### 1.4.6 diff --git a/docs/release/log.md b/docs/release/log.md index cea27d5..e4f29e2 100644 --- a/docs/release/log.md +++ b/docs/release/log.md @@ -10,6 +10,7 @@ description: MapStructPlus release log - 修复在 Vscode 软件中,默认使用 Eclipse jdt.core 环境下,生成的转换实现类冲突的问题; - 重新打包 javapoet,防止与其他项目冲突; +- 升级 `spring-boot-autoconfigure` 版本号 `2.7.9` ---> `2.7.18` ### 1.4.6 diff --git a/mapstruct-plus-spring-boot-starter/pom.xml b/mapstruct-plus-spring-boot-starter/pom.xml index 852a752..1a383bd 100644 --- a/mapstruct-plus-spring-boot-starter/pom.xml +++ b/mapstruct-plus-spring-boot-starter/pom.xml @@ -16,7 +16,7 @@ 8 8 UTF-8 - 2.7.9 + 2.7.18