From 240d1b5c7ab32fcbb5d110fd6519bd8689961713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:27:34 +0000 Subject: [PATCH] [deps]: Bump org.springframework.shell:spring-shell-dependencies Bumps [org.springframework.shell:spring-shell-dependencies](https://github.com/spring-projects/spring-shell) from 3.2.3 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-shell/releases) - [Commits](https://github.com/spring-projects/spring-shell/compare/v3.2.3...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.shell:spring-shell-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4b63951..3fec17f 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { ext { springBootVersion = "3.2.8" - springShellVersion = "3.2.3" + springShellVersion = "3.3.3" openApiVersion = "2.1.0" openApiToolsVersion = "0.2.6" jakartaAnnotationsVersion = "2.1.1"