Skip to content
1 change: 1 addition & 0 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ dependencies {
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
testImplementation('org.junit.jupiter:junit-jupiter-api:5.9.3')
testImplementation('org.junit.jupiter:junit-jupiter-params:5.9.3')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.9.3')
testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3')

Expand Down
Loading
Loading