Skip to content

Commit

Permalink
Merge pull request #13187 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.16.2
  • Loading branch information
puneetbehl committed Nov 1, 2023
2 parents c1c81f6 + 4e25aa0 commit 4386b60
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.1'
api 'org.jsoup:jsoup:1.16.2'
testImplementation("org.spockframework:spock-core:${spockVersion}") { transitive = false }
}

Expand Down

0 comments on commit 4386b60

Please sign in to comment.