From 09ae8c5c90401861b48be982daf8594c0e298953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:04:36 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter-test Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reactive-logger/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive-logger/build.gradle.kts b/reactive-logger/build.gradle.kts index 1fdb75c..41fada9 100644 --- a/reactive-logger/build.gradle.kts +++ b/reactive-logger/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:3.2.5") kapt("org.springframework.boot:spring-boot-configuration-processor:3.2.5") - testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.5") + testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.2") testImplementation("io.projectreactor:reactor-test:3.6.6") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2") testImplementation("org.apache.logging.log4j:log4j-api:2.23.1")