Skip to content

Commit

Permalink
Upgrade jsoup
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Sep 27, 2023
1 parent 6966c5d commit 1fa0e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdoclet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation 'com.vladsch.flexmark:flexmark-ext-typographic:0.64.8'
implementation 'com.vladsch.flexmark:flexmark-ext-wikilink:0.64.8'
implementation 'com.vladsch.flexmark:flexmark-util:0.64.8'
implementation "org.jsoup:jsoup:1.14.3"
implementation "org.jsoup:jsoup:[1.15.3,2]"

// testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.8.3'
}
Expand Down

0 comments on commit 1fa0e9f

Please sign in to comment.