Skip to content

Commit 2cf2a2a

Browse files
author
Lukáš Homza
committed
feat: added STS sdk as a dependency required by role profile assumptions
1 parent ed3ec41 commit 2cf2a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ repositories {
1414

1515
dependencies {
1616
implementation("com.amazonaws:aws-java-sdk-rds:1.11.745")
17+
implementation("com.amazonaws:aws-java-sdk-sts:1.11.745")
1718
testImplementation("junit:junit:3.8.1")
1819
testImplementation("org.postgresql:postgresql:42.2.12")
1920
}
2021

2122
group = "io.magj"
2223

2324
val release: String? by project
24-
val baseVersion = "0.1.7"
25+
val baseVersion = "0.1.8"
2526

2627
version = if (release != null && release!!.toBoolean()) {
2728
baseVersion

0 commit comments

Comments
 (0)