From b8339bc0970af506756ddaaf9da9a2b92d1dc36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 04:56:35 +0000 Subject: [PATCH] chore(deps): Bump org.springframework.boot from 3.2.1 to 3.2.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.1 to 3.2.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 13b75ba..c1e2b5e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ plugins { id("org.asciidoctor.jvm.convert") version "3.3.2" id("org.barfuin.gradle.jacocolog") version "3.1.0" id("org.sonarqube") version "4.4.1.3373" - id("org.springframework.boot") version "3.2.1" + id("org.springframework.boot") version "3.2.4" } description = "Simple-PKI API"