From 3fcfbcb3bed8a66ddb37be63bb3cfea7b873312b Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 23 Apr 2026 16:25:59 +0530 Subject: [PATCH] Chore: Bump update commons-beanutils dependency --- lib/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/build.gradle b/lib/build.gradle index 95c500b8..d260f3eb 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -32,6 +32,11 @@ configurations { checkstyle { toolVersion '10.0' } +configurations.checkstyle { + resolutionStrategy { + force 'commons-beanutils:commons-beanutils:1.11.0' + } +} //We are disabling lint checks for tests tasks.named("checkstyleTest").configure({ enabled = false