Skip to content

Commit

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

Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.4
  • Loading branch information
w3stling committed Dec 14, 2023
2 parents f7f9892 + 8481840 commit 49b17e4
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.3')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.4')
}

test {
Expand Down

0 comments on commit 49b17e4

Please sign in to comment.