From ae238eb5710d3b98210c420910b68f091a9d3020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 02:47:04 +0800 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-jetty (#4965) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 85888ef326..06b4e1fd53 100644 --- a/build.gradle +++ b/build.gradle @@ -751,7 +751,7 @@ subprojects { dependency "org.mybatis.spring.boot:mybatis-spring-boot-starter:2.3.2" dependency "com.alibaba:druid-spring-boot-starter:1.2.23" - dependency "org.springframework.boot:spring-boot-starter-jetty:2.7.10" + dependency "org.springframework.boot:spring-boot-starter-jetty:2.7.18" dependency "com.baomidou:mybatis-plus:3.5.6" dependency "com.mysql:mysql-connector-j:8.0.33"