This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 3acb2b3c5 Update dependency software.amazon.msk:aws-msk-iam-auth to v2
3acb2b3c5 is described below
commit 3acb2b3c503ed3ad3c331a0ea27639ed594ae41a
Author: Renovate <[email protected]>
AuthorDate: Mon Nov 13 00:33:24 2023 +0000
Update dependency software.amazon.msk:aws-msk-iam-auth to v2
---
fineract-provider/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fineract-provider/dependencies.gradle
b/fineract-provider/dependencies.gradle
index b2ca76fc8..674845d40 100644
--- a/fineract-provider/dependencies.gradle
+++ b/fineract-provider/dependencies.gradle
@@ -99,7 +99,7 @@ dependencies {
'io.github.resilience4j:resilience4j-spring-boot2',
)
- implementation ('software.amazon.msk:aws-msk-iam-auth:1.1.7') {
+ implementation ('software.amazon.msk:aws-msk-iam-auth:2.0.0') {
exclude group: 'commons-logging'
}