Skip to content

Commit

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

Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.16.1
  • Loading branch information
w3stling authored Apr 26, 2024
2 parents 12f401f + fda95ba commit 8504c7f
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.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.6')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.1')
}

test {
Expand Down

0 comments on commit 8504c7f

Please sign in to comment.