Skip to content

Commit

Permalink
fix(deps): update dependency org.jsoup:jsoup to v1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 9440241 commit 723b1a5
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 @@ -50,7 +50,7 @@ dependencies {

// Other Libraries
implementation("io.sentry:sentry:7.18.0")
implementation("org.jsoup:jsoup:1.18.2")
implementation("org.jsoup:jsoup:1.18.3")
implementation("org.reflections:reflections:0.10.2")
implementation("com.google.cloud:google-cloud-vision:3.50.0")
implementation("com.sksamuel.scrimage:scrimage-core:4.3.0")
Expand Down

0 comments on commit 723b1a5

Please sign in to comment.