This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 95235a9bf Bump spring-boot.version from 3.3.3 to 3.3.4 (#4547)
95235a9bf is described below
commit 95235a9bf4270fd5a956a6b372bdff2d7672af1b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 2 12:52:36 2024 +0800
Bump spring-boot.version from 3.3.3 to 3.3.4 (#4547)
Bumps `spring-boot.version` from 3.3.3 to 3.3.4.
Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.3 to
3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4)
Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.3 to
3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-dependencies
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b11dc8d0a..e34357ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<site-maven-plugin.version>3.20.0</site-maven-plugin.version>
<source-maven-plugin.version>3.3.0</source-maven-plugin.version>
<spotbug-maven-plugin.version>4.8.6.4</spotbug-maven-plugin.version>
- <spring-boot.version>3.3.3</spring-boot.version>
+ <spring-boot.version>3.3.4</spring-boot.version>
<surefire-maven-plugin.version>3.5.0</surefire-maven-plugin.version>
<!-- plugin version end -->
</properties>