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' }