Skip to content

Commit

Permalink
Bump uk.org.webcompere:system-stubs-core from 2.0.3 to 2.1.7 (#264)
Browse files Browse the repository at this point in the history
* Bump uk.org.webcompere:system-stubs-core from 2.0.3 to 2.1.7

Bumps [uk.org.webcompere:system-stubs-core](https://github.com/webcompere/system-stubs) from 2.0.3 to 2.1.7.
- [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.7)

---
updated-dependencies:
- dependency-name: uk.org.webcompere:system-stubs-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Amend version update for test dependency

Signed-off-by: Max Lambrecht <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Lambrecht <[email protected]>
  • Loading branch information
dependabot[bot] and maxlambrecht authored Oct 1, 2024
1 parent d946a25 commit a4eaade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ subprojects {
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.0.3' // Last version supporting Java 8
} else {
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.6'
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.1.7'
}

// Project Lombok dependency
Expand Down

0 comments on commit a4eaade

Please sign in to comment.