Skip to content

Commit a815516

Browse files
Bump io.github.joke:spock-mockable from 2.3.0 to 2.3.2
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] <[email protected]>
1 parent 2344ac2 commit a815516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-groovy4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
107107
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.5")
108108
testRuntimeOnly("org.objenesis:objenesis:3.4")
109-
testImplementation("io.github.joke:spock-mockable:2.3.0")
109+
testImplementation("io.github.joke:spock-mockable:2.3.2")
110110

111111
testImplementation("org.apache.commons:commons-lang3:3.17.0")
112112
}

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
107107
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.5")
108108
testRuntimeOnly("org.objenesis:objenesis:3.4")
109-
testImplementation("io.github.joke:spock-mockable:2.3.0")
109+
testImplementation("io.github.joke:spock-mockable:2.3.2")
110110

111111
testImplementation("org.apache.commons:commons-lang3:3.17.0")
112112
}

0 commit comments

Comments
 (0)