We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eabdc commit 327b98aCopy full SHA for 327b98a
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ awsSdk = "2.20.111"
6
commonmark = "0.17.1"
7
detekt = "1.23.0"
8
intellijGradle = "1.13.2"
9
-intellijRemoteRobot = "0.11.18"
+intellijRemoteRobot = "0.11.21"
10
jackson = "2.15.1"
11
jacoco = "0.8.11"
12
jgit = "6.5.0.202303070854-r"
ui-tests/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
testImplementation(libs.aws.sqs)
34
testImplementation(libs.commons.io)
35
// match version declared by intellijRemoteRobot
36
- testImplementation("com.squareup.okhttp3:okhttp:4.10.0")
+ testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
37
38
testRuntimeOnly(libs.junit5.jupiterEngine)
39
}
0 commit comments