Skip to content

Commit

Permalink
Update dependency org.htmlunit:htmlunit to v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felldo committed Feb 22, 2025
1 parent dfd599b commit 515535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jackson-datatype-jdk8 = { group = "com.fasterxml.jackson.datatype", name = "jack
jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jackson" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.17.2" }
htmlunit = { group = "org.htmlunit", name = "htmlunit", version = "4.4.0" }
htmlunit = { group = "org.htmlunit", name = "htmlunit", version = "4.9.0" }
javaparser-symbol-solver-core = { group = "com.github.javaparser", name = "javaparser-symbol-solver-core", version = "3.26.3" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.9.0-RC.2" }
kotlinx-coroutines-jdk8 = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-jdk8", version = "1.9.0-RC.2" }
Expand Down

0 comments on commit 515535f

Please sign in to comment.