Skip to content

Commit

Permalink
build(deps): bump nl.jqno.equalsverifier:equalsverifier
Browse files Browse the repository at this point in the history
Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.17.1 to 3.17.3.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- [Commits](jqno/equalsverifier@equalsverifier-3.17.1...equalsverifier-3.17.3)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f30ddfa commit 6f8b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
dependencies {
compileOnly("net.jcip:jcip-annotations:1.0")

testImplementation("nl.jqno.equalsverifier:equalsverifier:3.17.1")
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.17.3")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
Expand Down

0 comments on commit 6f8b32d

Please sign in to comment.