Skip to content

Commit

Permalink
Bump org.awaitility:awaitility from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 12, 2024
1 parent 3813407 commit c4df564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
testImplementation("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
testImplementation('io.rest-assured:rest-assured:5.5.0')
testImplementation("org.awaitility:awaitility:4.2.1")
testImplementation("org.awaitility:awaitility:4.2.2")

annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}"

Expand Down

0 comments on commit c4df564

Please sign in to comment.