Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 45c0605 commit 474340b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.10")
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("ch.qos.logback:logback-classic:1.5.5")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
}

Expand Down
2 changes: 1 addition & 1 deletion snippets/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
implementation("com.algolia:algoliasearch-client-kotlin")
implementation("io.ktor:ktor-client-okhttp:2.3.10")
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("ch.qos.logback:logback-classic:1.5.5")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
}

Expand Down

0 comments on commit 474340b

Please sign in to comment.