Skip to content

Commit

Permalink
fix(deps): update dependency com.lowagie:itext to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 28, 2024
1 parent 66030dd commit 446208a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-docs/build.gradle
Expand Up @@ -19,7 +19,7 @@ dependencies {

runtimeOnly "org.slf4j:slf4j-api:$slf4jVersion"

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

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

0 comments on commit 446208a

Please sign in to comment.