Skip to content

Commit

Permalink
Merge pull request #47 from w3stling/dependabot/gradle/org.jsoup-jsou…
Browse files Browse the repository at this point in the history
…p-1.18.1

Bump org.jsoup:jsoup from 1.17.2 to 1.18.1
  • Loading branch information
w3stling authored Aug 16, 2024
2 parents f8932dd + 2cfe259 commit 89d28d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation 'org.jsoup:jsoup:1.17.2'
implementation 'org.jsoup:jsoup:1.18.1'
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit 89d28d9

Please sign in to comment.