diff --git a/junit5-migration/build.gradle b/junit5-migration/build.gradle index cb40bfc..0b2e788 100644 --- a/junit5-migration/build.gradle +++ b/junit5-migration/build.gradle @@ -25,8 +25,8 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.10.2' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.10.2' - implementation group: 'org.springframework', name: 'spring-context', version: '6.1.5' - testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.5' + implementation group: 'org.springframework', name: 'spring-context', version: '6.1.6' + testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.6' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.11.0' testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.8'