We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cb1184 + a493bf9 commit ee072f8Copy full SHA for ee072f8
1 file changed
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
61
testImplementation 'org.mockito:mockito-core:5.17.0'
62
63
- integrationTestImplementation 'io.rest-assured:rest-assured:5.5.1'
+ integrationTestImplementation 'io.rest-assured:rest-assured:5.5.2'
64
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
65
integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
66
}
0 commit comments