Skip to content

Commit

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

Bump org.jsoup:jsoup from 1.18.1 to 1.18.2
  • Loading branch information
Yolgie authored Nov 29, 2024
2 parents 2e29344 + b832b91 commit e3dd8a1
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.1")
implementation("org.jsoup:jsoup:1.18.2")
implementation("com.rometools:rome:2.1.0")
implementation("com.beust:klaxon:5.6")
}
Expand Down

0 comments on commit e3dd8a1

Please sign in to comment.