Skip to content

Commit

Permalink
fix: bump unleash-client-java version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-unleash committed Jul 19, 2023
1 parent 61648c3 commit a56582c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/okhttp-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repositories {
}

dependencies {
implementation("io.getunleash:unleash-client-java:6.0.1")
implementation("io.getunleash:unleash-client-java:8.2.0")
implementation("com.squareup.okhttp3:okhttp:4.9.3")
}
2 changes: 1 addition & 1 deletion examples/spring-boot-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("io.getunleash:unleash-client-java:7.0.0")
implementation("io.getunleash:unleash-client-java:8.2.0")
testImplementation("org.springframework.boot:spring-boot-starter-test")
}

Expand Down

0 comments on commit a56582c

Please sign in to comment.