diff --git a/build.gradle b/build.gradle index f6146a3..cbd3e3b 100644 --- a/build.gradle +++ b/build.gradle @@ -32,8 +32,8 @@ dependencies { exclude group: 'org.slf4j' } implementation ('org.slf4j:slf4j-api:2.0.17') - testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0') - testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0') + testImplementation('org.junit.jupiter:junit-jupiter-api:5.14.1') + testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.14.1') testRuntimeOnly('org.junit.platform:junit-platform-launcher') }