Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
This fixes 2 small typos in build.gradle
  • Loading branch information
serverhorror committed Jun 21, 2023
1 parent d7cfa40 commit 8a09a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
- Fix typos in `build.gradle` ([#1012](https://github.com/opendevstack/ods-jenkins-shared-library/pull/1012))
- Make IS_GXP property available for CFTP documents ([#996](https://github.com/opendevstack/ods-jenkins-shared-library/issues/996))
- Use a consistent notion of document version and remove header ([#987](https://github.com/opendevstack/ods-jenkins-shared-library/issues/987))
- Improve Document Generation Experience ([#991](https://github.com/opendevstack/ods-jenkins-shared-library/issues/991))
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ dependencies {
testImplementation "org.objenesis:objenesis:3.1"
testImplementation "cglib:cglib-nodep:3.3.0" // for mocking classes
testImplementation "com.github.stefanbirkner:system-rules:1.19.0" // for managing environment variables
testImplementation "com.github.tomakehurst:wiremock:2.27.2" // for mocking HTTP server reponses
testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" // for mocking HTTP server reponses
testImplementation "com.github.tomakehurst:wiremock:2.27.2" // for mocking HTTP server responses
testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" // for mocking HTTP server responses
testImplementation "org.hamcrest:hamcrest:2.1"
testImplementation "org.skyscreamer:jsonassert:1.5.0" // JSON Asserts
}
Expand Down

0 comments on commit 8a09a72

Please sign in to comment.