Skip to content

Commit b18061f

Browse files
fix(deps): update dependency io.github.cdimascio:dotenv-kotlin to v6.5.1 (#4554)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 3f7bb0c commit b18061f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playground/kotlin/build.gradle.kts

+1-1
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 {

templates/kotlin/snippets/build.gradle.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("com.algolia:algoliasearch-client-kotlin")
1515
implementation("io.ktor:ktor-client-okhttp:3.0.0")
1616
implementation("ch.qos.logback:logback-classic:1.5.12")
17-
implementation("io.github.cdimascio:dotenv-kotlin:6.4.2")
17+
implementation("io.github.cdimascio:dotenv-kotlin:6.5.1")
1818
}
1919

2020
configure<SpotlessExtension> {

tests/output/kotlin/build.gradle.kts

+1-1
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)