Skip to content

Commit 03d4bfc

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] <support@github.com>
1 parent b0bcffb commit 03d4bfc

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
@@ -126,7 +126,7 @@ dependencies {
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
127127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
128128
testRuntimeOnly("org.objenesis:objenesis:3.3")
129-
testImplementation("io.github.joke:spock-mockable:2.3.0")
129+
testImplementation("io.github.joke:spock-mockable:2.3.2")
130130

131131
testImplementation("org.apache.commons:commons-lang3:3.14.0")
132132
}

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
127127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
128128
testRuntimeOnly("org.objenesis:objenesis:3.3")
129-
testImplementation("io.github.joke:spock-mockable:2.3.0")
129+
testImplementation("io.github.joke:spock-mockable:2.3.2")
130130

131131
testImplementation("org.apache.commons:commons-lang3:3.14.0")
132132
}

0 commit comments

Comments
 (0)