Skip to content

Commit 462f3c6

Browse files
Bump uk.org.webcompere:system-stubs-core from 2.0.3 to 2.1.8
Bumps [uk.org.webcompere:system-stubs-core](https://github.com/webcompere/system-stubs) from 2.0.3 to 2.1.8. - [Release notes](https://github.com/webcompere/system-stubs/releases) - [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md) - [Commits](webcompere/system-stubs@system-stubs-parent-2.0.3...system-stubs-parent-2.1.8) --- updated-dependencies: - dependency-name: uk.org.webcompere:system-stubs-core dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7560dd6 commit 462f3c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ subprojects {
115115
testRuntimeOnly group: 'org.mockito', name: 'mockito-junit-jupiter', version: "${mockitoVersion}"
116116

117117
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
118-
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.0.3' // Last version supporting Java 8
118+
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.8' // Last version supporting Java 8
119119
} else {
120-
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.7'
120+
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.8'
121121
}
122122

123123
// Project Lombok dependency

0 commit comments

Comments
 (0)