From 1143e24a648b3c41f0c19a8d1140b9d3d94b7623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:27:02 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-starter Bumps [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reactive-logger/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactive-logger/build.gradle.kts b/reactive-logger/build.gradle.kts index 1fdb75c..5d6e27c 100644 --- a/reactive-logger/build.gradle.kts +++ b/reactive-logger/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("io.projectreactor:reactor-core:3.6.6") 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-starter:3.3.1") implementation("org.springframework.boot:spring-boot-autoconfigure:3.2.5") implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.8.1") @@ -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.1") 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")