Skip to content

Commit f7bcf9a

Browse files
authored
Bump log4j (again) (#3017)
1 parent ccee330 commit f7bcf9a

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ allprojects {
3030
mavenCentral()
3131
gradlePluginPortal()
3232
}
33-
34-
// 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.16.0")
39-
}
40-
}
41-
}
4233
}
4334

4435
tasks.register<GenerateGithubChangeLog>("generateChangeLog") {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ awsSdk = "2.17.76"
55
commonmark = "0.17.1"
66
detekt = "1.18.1"
77
intellijGradle = "1.3.0"
8-
intellijRemoteRobot = "0.11.4"
8+
intellijRemoteRobot = "0.11.11"
99
jackson = "2.11.1"
1010
jacoco = "0.8.7"
1111
jgit = "5.11.0.202103091610-r"

ui-tests/tst/software/aws/toolkits/jetbrains/uitests/tests/SamTemplateProjectWizardTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SamTemplateProjectWizardTest {
6868
projectStructureDialog {
6969
val fixture = comboBox(byXpath("//div[@class='JdkComboBox']"))
7070
// TODO set based on Runtime
71-
assertThat(fixture.selectedText()).isEqualTo("11")
71+
assertThat(fixture.selectedText()).startsWith("11")
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)