Skip to content

Commit b856752

Browse files
committed
misc: force commons-beanutils to 1.11.0
1 parent 3d64527 commit b856752

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

aws-crt-kotlin/build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,15 @@ kotlin {
5353
}
5454
}
5555

56+
configurations.all {
57+
resolutionStrategy {
58+
/*
59+
FIXME: Remove this when "org.mock-server:mockserver-netty" releases a version that depends on
60+
"commons-beanutils:commons-beanutils:1.11.0" or higher
61+
*/
62+
force("commons-beanutils:commons-beanutils:1.11.0")
63+
}
64+
}
65+
5666
// Publishing
5767
configurePublishing("aws-crt-kotlin")

0 commit comments

Comments
 (0)