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 9c34d7d commit 9c2727bCopy full SHA for 9c2727b
build.gradle.kts
@@ -31,11 +31,11 @@ allprojects {
31
gradlePluginPortal()
32
}
33
34
- // TODO: remove after https://github.com/JetBrains/intellij-ui-test-robot/pull/136
+ // TODO: remove when 0.11.10 is available: https://github.com/JetBrains/intellij-ui-test-robot/releases/
35
configurations.all {
36
resolutionStrategy.eachDependency {
37
if (requested.group == "org.apache.logging.log4j") {
38
- useVersion("2.15.0")
+ useVersion("2.16.0")
39
40
41
0 commit comments