Skip to content

Commit

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

Bump equalsverifier from 3.12.2 to 3.12.3
  • Loading branch information
w3stling authored Dec 17, 2022
2 parents 63bb56b + da2071a commit efdaf0e
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 @@ -22,7 +22,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10'
testImplementation(platform('org.junit:junit-bom:5.9.1'))
testImplementation('org.junit.jupiter:junit-jupiter:5.9.1')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.12.2')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.12.3')
}

test {
Expand Down

0 comments on commit efdaf0e

Please sign in to comment.