Skip to content

Commit fd51f4b

Browse files
chore: Bump dev.openfeature:sdk (#4052)
Bumps [dev.openfeature:sdk](https://github.com/open-feature/java-sdk) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/open-feature/java-sdk/releases) - [Changelog](https://github.com/open-feature/java-sdk/blob/main/CHANGELOG.md) - [Commits](open-feature/java-sdk@v1.18.1...v1.18.2) --- updated-dependencies: - dependency-name: dev.openfeature:sdk dependency-version: 1.18.2 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 18c8460 commit fd51f4b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
testImplementation(kotlin("test"))
1919
implementation("dev.openfeature.contrib.providers:go-feature-flag:1.0.1")
20-
implementation("dev.openfeature:sdk:1.18.1")
20+
implementation("dev.openfeature:sdk:1.18.2")
2121
}
2222

2323
tasks.test {

0 commit comments

Comments
 (0)