Skip to content

Commit dba4c93

Browse files
authored
Chore: Bump update commons-beanutils dependency (#761)
2 parents 5c923d4 + 84d4c8f commit dba4c93

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ configurations {
3232
checkstyle {
3333
toolVersion '10.0'
3434
}
35+
configurations.checkstyle {
36+
resolutionStrategy {
37+
force 'commons-beanutils:commons-beanutils:1.11.0'
38+
}
39+
}
3540
//We are disabling lint checks for tests
3641
tasks.named("checkstyleTest").configure({
3742
enabled = false

0 commit comments

Comments
 (0)