From 3fa0a4ba1d978844f6eb8d5a98bc5d8070dc6f20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:30:39 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-logging to v3.1.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f54b44..f9e49d9 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0' - testImplementation 'org.springframework.boot:spring-boot-starter-logging:3.1.3' + testImplementation 'org.springframework.boot:spring-boot-starter-logging:3.1.4' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.kamranzafar:jtar:2.3' }