This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 6c075101 Bump org.springframework.boot:spring-boot-maven-plugin (#518)
6c075101 is described below
commit 6c075101f9aa8babfec16edbd222252486203b16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 26 15:41:55 2024 +0800
Bump org.springframework.boot:spring-boot-maven-plugin (#518)
Bumps
[org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot)
from 2.3.4.RELEASE to 2.7.18.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.4.RELEASE...v2.7.18)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-api-docs/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-api-docs/pom.xml b/dubbo-api-docs/pom.xml
index dab61a20..88628c15 100644
--- a/dubbo-api-docs/pom.xml
+++ b/dubbo-api-docs/pom.xml
@@ -41,7 +41,7 @@
<maven-flatten-version>1.1.0</maven-flatten-version>
<maven-checkstyle-plugin-version>3.4.0</maven-checkstyle-plugin-version>
- <spring-boot.version>2.3.4.RELEASE</spring-boot.version>
+ <spring-boot.version>2.7.18</spring-boot.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-collections.version>4.2</commons-collections.version>
<disruptor.version>3.4.2</disruptor.version>