Skip to content

Commit b00a6cc

Browse files
chore: bump dev.openfeature.contrib.providers:go-feature-flag (#3089)
Bumps dev.openfeature.contrib.providers:go-feature-flag from 0.4.1 to 0.4.2. --- updated-dependencies: - dependency-name: dev.openfeature.contrib.providers:go-feature-flag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent a50803a commit b00a6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openfeature_kotlin_server/kotlin-app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
testImplementation(kotlin("test"))
19-
implementation("dev.openfeature.contrib.providers:go-feature-flag:0.4.1")
19+
implementation("dev.openfeature.contrib.providers:go-feature-flag:0.4.2")
2020
implementation("dev.openfeature:sdk:1.14.0")
2121
}
2222

0 commit comments

Comments
 (0)