Skip to content

Commit

Permalink
Merge pull request #4610 from RPTools/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…soup-jsoup-1.17.2

Bump org.jsoup:jsoup from 1.17.1 to 1.17.2
  • Loading branch information
cwisniew authored Jan 6, 2024
2 parents f9cdd10 + 420a2ea commit 41ee051
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 @@ -506,7 +506,7 @@ dependencies {
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'

// HTML Parsing
implementation 'org.jsoup:jsoup:1.17.1'
implementation 'org.jsoup:jsoup:1.17.2'
// eventbus
implementation 'com.google.guava:guava:32.1.3-jre'
// compression of messages between client and server
Expand Down

0 comments on commit 41ee051

Please sign in to comment.