Skip to content

Commit

Permalink
Bump org.gradle.exemplar:samples-check from 1.0.0 to 1.0.1 (#23)
Browse files Browse the repository at this point in the history
Bumps [org.gradle.exemplar:samples-check](https://github.com/gradle/exemplar) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/gradle/exemplar/releases)
- [Commits](gradle/exemplar@1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: org.gradle.exemplar:samples-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent b511bac commit 0089856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java {

dependencies {
testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
testImplementation("org.gradle.exemplar:samples-check:1.0.0")
testImplementation("org.gradle.exemplar:samples-check:1.0.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine")
}

Expand Down

0 comments on commit 0089856

Please sign in to comment.