From 8d7723f2d00319b5695169460e869273346640e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:01:40 -0500 Subject: [PATCH] Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#4658) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83ab8fa705..091bbb339b 100644 --- a/build.gradle +++ b/build.gradle @@ -577,7 +577,7 @@ dependencies { implementation "org.apache.httpcomponents:httpasyncclient:${versions.httpasyncclient}" implementation "com.google.guava:guava:${guava_version}" implementation 'org.greenrobot:eventbus-java:3.3.1' - implementation 'commons-cli:commons-cli:1.8.0' + implementation 'commons-cli:commons-cli:1.9.0' implementation "org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}" implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'com.nimbusds:nimbus-jose-jwt:9.40'