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.4 to 3.17.5.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- [Commits](jqno/equalsverifier@equalsverifier-3.17.4...equalsverifier-3.17.5)

---
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 Dec 9, 2024
1 parent daee044 commit 4632ba3
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.4")
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.17.5")

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 4632ba3

Please sign in to comment.