Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jamesward committed Oct 2, 2023
1 parent ffdac37 commit e3ec6a7
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 @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.8.0" apply false
id("com.google.protobuf") version "0.9.4" apply false
id("org.gradle.test-retry") version "1.5.5"
id("org.gradle.test-retry") version "1.5.6"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
}

Expand Down

0 comments on commit e3ec6a7

Please sign in to comment.