Skip to content

Commit

Permalink
Merge pull request #61 from w3stling/dependabot/gradle/nl.jqno.equals…
Browse files Browse the repository at this point in the history
…verifier-equalsverifier-3.15.6

Bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.6
  • Loading branch information
w3stling authored Jan 19, 2024
2 parents 376d5b6 + 97863a0 commit 573f263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.4')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.6')
}

test {
Expand Down

0 comments on commit 573f263

Please sign in to comment.