Skip to content

Commit

Permalink
fix(deps): update dependency com.sksamuel.hoplite:hoplite-yaml to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 21a4b80 commit a0ea9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.sksamuel.hoplite:hoplite-core:2.7.5")
implementation("com.sksamuel.hoplite:hoplite-yaml:2.7.5")
implementation("com.sksamuel.hoplite:hoplite-yaml:2.8.1")

val junit = "5.10.2"
testImplementation("org.junit.jupiter:junit-jupiter-params:$junit")
Expand Down

0 comments on commit a0ea9ba

Please sign in to comment.