diff --git a/build.gradle b/build.gradle index 8ef96f9..0788fb6 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.11' + testImplementation 'org.springframework.boot:spring-boot-starter-logging:4.0.3' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.kamranzafar:jtar:2.3' }