From 80afab880f47492c8f4cadc621f524e9c2415cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:07:53 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot from 3.3.1 to 3.3.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/spring-boot-starter-test/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spring-boot-starter-test/build.gradle.kts b/tests/spring-boot-starter-test/build.gradle.kts index 902cf2fab..1f26c1482 100644 --- a/tests/spring-boot-starter-test/build.gradle.kts +++ b/tests/spring-boot-starter-test/build.gradle.kts @@ -23,7 +23,7 @@ plugins { kotlin("jvm") - id("org.springframework.boot") version "3.3.1" + id("org.springframework.boot") version "3.3.2" id("io.spring.dependency-management") version "1.1.5" kotlin("plugin.spring") version "2.0.0" }