Skip to content

Commit

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

Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3
  • Loading branch information
w3stling committed Nov 24, 2023
2 parents f10d03b + 3682d65 commit d8974f0
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.2')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.3')
}

test {
Expand Down

0 comments on commit d8974f0

Please sign in to comment.