From b6d2f239e254ba2085daf9af616b6918a1bc6fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:44:02 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-logging to v4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0949afa..71dcec8 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3' - testImplementation 'org.springframework.boot:spring-boot-starter-logging:3.5.12' + testImplementation 'org.springframework.boot:spring-boot-starter-logging:4.0.4' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.kamranzafar:jtar:2.3' }