Skip to content

Commit

Permalink
fix(deps): update dependency org.jsoup:jsoup to v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent c1c987a commit 5fa735a
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 @@ -16,7 +16,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.jsoup:jsoup:1.18.3")
implementation("org.jsoup:jsoup:1.19.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
implementation("com.charleskorn.kaml:kaml:0.72.0")
Expand Down

0 comments on commit 5fa735a

Please sign in to comment.