Skip to content

Commit dd12c19

Browse files
committed
build
1 parent 96b01c2 commit dd12c19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
apache-commons-collections = "4.4"
3-
apache-commons-io = "2.16.0"
3+
apache-commons-io = "2.16.1"
44
apache-commons-text = "1.12.0"
55
assertJ = "3.26.3"
66
# match with <root>/settings.gradle.kts

plugins/core/jetbrains-community/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ dependencies {
7373
testFixturesApi(libs.wiremock) {
7474
// conflicts with transitive inclusion from docker plugin
7575
exclude(group = "org.apache.httpcomponents.client5")
76+
// provided by IDE
77+
exclude(group = "commons-io")
7678
}
7779

7880
testImplementation(project(":plugin-core:core"))

0 commit comments

Comments
 (0)