Skip to content

Commit

Permalink
build.gradle: update equalsverifier to 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 19, 2025
1 parent 9a4f311 commit 1f2d1d5
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.5.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.16'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1'
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.11.4"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:5.5.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.11.4"
Expand Down

0 comments on commit 1f2d1d5

Please sign in to comment.