Skip to content

Commit 8aac0ae

Browse files
fix(deps): update dependency io.github.cdimascio:dotenv-kotlin to v6.5.1
1 parent b1e7994 commit 8aac0ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("com.algolia:algoliasearch-client-kotlin")
1313
implementation("io.ktor:ktor-client-okhttp:3.1.0")
1414
implementation("ch.qos.logback:logback-classic:1.5.16")
15-
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
15+
implementation("io.github.cdimascio:dotenv-kotlin:6.5.1")
1616
}
1717

1818
tasks.test {

tests/output/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ kotlin {
4242
implementation(kotlin("test-annotations-common"))
4343
implementation(libs.coroutines.test)
4444
implementation(libs.kotlinx.serialization.json)
45-
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
45+
implementation("io.github.cdimascio:dotenv-kotlin:6.5.1")
4646
implementation("org.skyscreamer:jsonassert:1.5.3")
4747
}
4848
}

0 commit comments

Comments
 (0)