File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
implementation(" com.algolia:algoliasearch-client-kotlin" )
12
12
implementation(" io.ktor:ktor-client-okhttp:2.3.12" )
13
13
implementation(" ch.qos.logback:logback-classic:1.5.7" )
14
- implementation(" io.github.cdimascio:dotenv-kotlin:6.4.1 " )
14
+ implementation(" io.github.cdimascio:dotenv-kotlin:6.4.2 " )
15
15
}
16
16
17
17
tasks.test {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
implementation(" com.algolia:algoliasearch-client-kotlin" )
15
15
implementation(" io.ktor:ktor-client-okhttp:2.3.12" )
16
16
implementation(" ch.qos.logback:logback-classic:1.5.7" )
17
- implementation(" io.github.cdimascio:dotenv-kotlin:6.4.1 " )
17
+ implementation(" io.github.cdimascio:dotenv-kotlin:6.4.2 " )
18
18
}
19
19
20
20
configure<SpotlessExtension > {
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ kotlin {
44
44
implementation(kotlin(" test-annotations-common" ))
45
45
implementation(libs.coroutines.test)
46
46
implementation(libs.kotlinx.serialization.json)
47
- implementation(" io.github.cdimascio:dotenv-kotlin:6.4.1 " )
47
+ implementation(" io.github.cdimascio:dotenv-kotlin:6.4.2 " )
48
48
implementation(" org.skyscreamer:jsonassert:1.5.3" )
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments