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 96b01c2 commit dd12c19Copy full SHA for dd12c19
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
apache-commons-collections = "4.4"
3
-apache-commons-io = "2.16.0"
+apache-commons-io = "2.16.1"
4
apache-commons-text = "1.12.0"
5
assertJ = "3.26.3"
6
# match with <root>/settings.gradle.kts
plugins/core/jetbrains-community/build.gradle.kts
@@ -73,6 +73,8 @@ dependencies {
73
testFixturesApi(libs.wiremock) {
74
// conflicts with transitive inclusion from docker plugin
75
exclude(group = "org.apache.httpcomponents.client5")
76
+ // provided by IDE
77
+ exclude(group = "commons-io")
78
}
79
80
testImplementation(project(":plugin-core:core"))
0 commit comments