Skip to content

Commit

Permalink
build.gradle: update equalsverifier to 3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Nov 19, 2024
1 parent 9fe9320 commit f70182c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation 'org.easymock:easymock:5.4.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.16'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
}
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:5.4.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.10.3"
Expand Down

0 comments on commit f70182c

Please sign in to comment.