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 f63af60aa Bump spring-boot.version from 3.3.4 to 3.3.5 (#4574)
f63af60aa is described below
commit f63af60aa4f0c1591eb61a571a42cd7697563e4e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 17:01:56 2024 +0800
Bump spring-boot.version from 3.3.4 to 3.3.5 (#4574)
Bumps `spring-boot.version` from 3.3.4 to 3.3.5.
Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.4 to
3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5)
Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.4 to
3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5)
---
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 e34357ab3..65e196b0e 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.4</spring-boot.version>
+ <spring-boot.version>3.3.5</spring-boot.version>
<surefire-maven-plugin.version>3.5.0</surefire-maven-plugin.version>
<!-- plugin version end -->
</properties>