Skip to content

Commit 9c2727b

Browse files
authored
bump log4j again (#3013)
1 parent 9c34d7d commit 9c2727b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ allprojects {
3131
gradlePluginPortal()
3232
}
3333

34-
// TODO: remove after https://github.com/JetBrains/intellij-ui-test-robot/pull/136
34+
// TODO: remove when 0.11.10 is available: https://github.com/JetBrains/intellij-ui-test-robot/releases/
3535
configurations.all {
3636
resolutionStrategy.eachDependency {
3737
if (requested.group == "org.apache.logging.log4j") {
38-
useVersion("2.15.0")
38+
useVersion("2.16.0")
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)