This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new af14260ce Bump org.springframework.boot:spring-boot-starter-jetty from
2.7.10 to 2.7.18 (#5056)
af14260ce is described below
commit af14260ce24ccedb14c34e215454c3e55a1ec805
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 04:10:55 2024 +0800
Bump org.springframework.boot:spring-boot-starter-jetty from 2.7.10 to
2.7.18 (#5056)
* Bump org.springframework.boot:spring-boot-starter-jetty
Bumps
[org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot)
from 2.7.10 to 2.7.18.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
-
[Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v2.7.18)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* feat: remove duplicate dep
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <[email protected]>
---
build.gradle | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index a479b90fc..909d54036 100644
--- a/build.gradle
+++ b/build.gradle
@@ -799,9 +799,8 @@ subprojects {
dependency "com.alibaba:druid-spring-boot-starter:1.2.23"
dependency "com.baomidou:mybatis-plus-boot-starter:3.5.7"
- dependency
"org.springframework.boot:spring-boot-starter-jetty:2.7.18"
dependency "com.mysql:mysql-connector-j:8.4.0"
- dependency
"org.springframework.boot:spring-boot-starter-jetty:2.7.10"
+ dependency
"org.springframework.boot:spring-boot-starter-jetty:2.7.18"
dependency "org.locationtech.jts:jts-core:1.19.0"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]