8000 Update aws sdk for kotlin version to 1.4.44 by sarahzargari · Pull Request #487 · sksamuel/hoplite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update aws sdk for kotlin version to 1.4.44 #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

sarahzargari
Copy link
Contributor

Updating aws kotlin version to 1.4.44

Ran into an issue where we had an up to date version (1.4.44) of aws sdk for kotlin in a project - for s3 for example - and it caused an issue s.t.
java.lang.ClassNotFoundException: aws.sdk.kotlin.runtime.http.interceptors.BusinessMetricsInterceptor

Importing and forcing the ssm and secret manager to a downgraded 1.3.54 provides a workaround for this issue from the importing project's perspective, although caution should be used with other aws services. We only tested with aws.sdk.kotlin::s3:1.4.44.

configurations.all {
        resolutionStrategy {
            force("aws.sdk.kotlin::ssm:1.3.54")
            force("aws.sdk.kotlin::secretsmanager:1.3.54")
        }
    }

@sksamuel sksamuel merged commit 90f40ed into sksamuel:master Mar 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0