Skip to content

Commit

Permalink
Merge pull request #561 from boudicca-events/dependabot/gradle/org.js…
Browse files Browse the repository at this point in the history
…oup-jsoup-1.18.3

Bump org.jsoup:jsoup from 1.18.2 to 1.18.3
  • Loading branch information
Yolgie authored Dec 3, 2024
2 parents 1c03abd + 160b30a commit ae7e8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boudicca.events/eventcollectors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "events.boudicca"
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation(project(":boudicca.base:eventcollector-client"))
implementation("org.jsoup:jsoup:1.18.2")
implementation("org.jsoup:jsoup:1.18.3")
implementation("com.rometools:rome:2.1.0")
implementation("com.beust:klaxon:5.6")
}
Expand Down

0 comments on commit ae7e8ab

Please sign in to comment.