Skip to content

Commit

Permalink
Bump io.github.joke:spock-mockable from 2.3.0 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [io.github.joke:spock-mockable](https://github.com/joke/spock-mockable) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/joke/spock-mockable/releases)
- [Changelog](https://github.com/joke/spock-mockable/blob/main/CHANGELOG.md)
- [Commits](joke/spock-mockable@v2.3.0...v2.3.2)

---
updated-dependencies:
- dependency-name: io.github.joke:spock-mockable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 30, 2024
1 parent b0bcffb commit 03d4bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
testRuntimeOnly("org.objenesis:objenesis:3.3")
testImplementation("io.github.joke:spock-mockable:2.3.0")
testImplementation("io.github.joke:spock-mockable:2.3.2")

testImplementation("org.apache.commons:commons-lang3:3.14.0")
}
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
testRuntimeOnly("org.objenesis:objenesis:3.3")
testImplementation("io.github.joke:spock-mockable:2.3.0")
testImplementation("io.github.joke:spock-mockable:2.3.2")

testImplementation("org.apache.commons:commons-lang3:3.14.0")
}
Expand Down

0 comments on commit 03d4bfc

Please sign in to comment.