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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 39f56a1 commit 8c2303a
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.18.1")
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.18.2")

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

0 comments on commit 8c2303a

Please sign in to comment.