Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 4ae44b4 commit 3a54480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/k6-report-ingress/build.gradle
Expand Up @@ -43,7 +43,7 @@ dependencies {

implementation platform("org.testcontainers:testcontainers-bom:1.19.7")

testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.awaitility:awaitility:4.2.1"
testImplementation "org.flywaydb:flyway-core:${flywayVersion}"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.testcontainers:junit-jupiter"
Expand Down

0 comments on commit 3a54480

Please sign in to comment.