Skip to content

Commit

Permalink
bump pdf-test from 1.8.1 to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Jul 7, 2024
1 parent 725a284 commit c65c5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
slf4jVersion = '2.0.13'
assertjVersion = '3.26.0'
mockitoVersion = '5.12.0'
pdfTestVersion = '1.8.1'
pdfTestVersion = '1.9.0'
groovyVersion = '3.0.22'
httpclientVersion = '4.5.14'
restAssuredVersion = '5.5.0'
Expand Down Expand Up @@ -80,7 +80,7 @@ subprojects {
testTask.testLogging {exceptionFormat = 'full'}
testTask.outputs.upToDateWhen { false }
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
Expand Down

0 comments on commit c65c5fb

Please sign in to comment.