From 8307ff3020b25a7e438d6668568e641966e2f80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:36:29 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-autoconfigure Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure 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..ef77f30 100644 --- a/reactive-logger/build.gradle.kts +++ b/reactive-logger/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.13") implementation("com.google.code.findbugs:jsr305:3.0.2") implementation("org.springframework.boot:spring-boot-starter:3.2.5") - implementation("org.springframework.boot:spring-boot-autoconfigure:3.2.5") + implementation("org.springframework.boot:spring-boot-autoconfigure:3.3.0") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.1") api("io.github.oshai:kotlin-logging-jvm:6.0.9")