This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new fffabf55f Bump org.springframework.boot:spring-boot-starter-web (#2300)
fffabf55f is described below
commit fffabf55f36c42737befcc90f4779c10356d36a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 15 17:01:06 2023 +0800
Bump org.springframework.boot:spring-boot-starter-web (#2300)
Bumps
[org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot)
from 2.3.1.RELEASE to 2.5.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.1.RELEASE...v2.5.12)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
examples/elasticjob-example-springboot/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/elasticjob-example-springboot/pom.xml
b/examples/elasticjob-example-springboot/pom.xml
index f7c39a0b5..9e6c287e1 100644
--- a/examples/elasticjob-example-springboot/pom.xml
+++ b/examples/elasticjob-example-springboot/pom.xml
@@ -29,7 +29,7 @@
<name>${project.artifactId}</name>
<properties>
- <springboot.version>2.3.1.RELEASE</springboot.version>
+ <springboot.version>2.5.12</springboot.version>
<spring.version>5.2.7.RELEASE</spring.version>
</properties>