diff --git a/build.gradle b/build.gradle index 91928538..66fb0160 100644 --- a/build.gradle +++ b/build.gradle @@ -285,7 +285,7 @@ dependencies { implementation group: 'commons-net', name: 'commons-net', version: '3.12.0' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0' - testImplementation(platform(group: 'org.junit', name: 'junit-bom', version: '5.13.4')) + testImplementation(platform(group: 'org.junit', name: 'junit-bom', version: '5.14.0')) testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'