Skip to content

Commit

Permalink
Bump org.gradle.test-retry from 1.5.1 to 1.5.7
Browse files Browse the repository at this point in the history
Bumps org.gradle.test-retry from 1.5.1 to 1.5.7.

---
updated-dependencies:
- dependency-name: org.gradle.test-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 2fe2b31 commit 27214e1
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 @@ -12,7 +12,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"

id("org.springdoc.openapi-gradle-plugin") version "1.5.0"
id("org.gradle.test-retry") version "1.5.1"
id("org.gradle.test-retry") version "1.5.7"
}

val buildId = System.getenv("GITHUB_RUN_NUMBER") ?: System.getenv("BUILD_ID") ?: "1-SNAPSHOT"
Expand Down

0 comments on commit 27214e1

Please sign in to comment.