Skip to content

Commit

Permalink
Merge pull request #13233 from grails/renovate/org.jsoup-jsoup-1.x
Browse files Browse the repository at this point in the history
Update dependency org.jsoup:jsoup to v1.17.1
  • Loading branch information
puneetbehl authored Nov 27, 2023
2 parents 2432d6d + c566f03 commit f6b64ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

runtimeOnly('com.lowagie:itext:2.0.8')

api 'org.jsoup:jsoup:1.16.2'
api 'org.jsoup:jsoup:1.17.1'
testImplementation("org.spockframework:spock-core:${spockVersion}") { transitive = false }
}

Expand Down

0 comments on commit f6b64ec

Please sign in to comment.