Skip to content

Commit

Permalink
Bump io.getunleash:unleash-client-java from 10.0.0 to 10.0.1 (#250)
Browse files Browse the repository at this point in the history
Bumps [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-10.0.0...v10.0.1)

---
updated-dependencies:
- dependency-name: io.getunleash:unleash-client-java
  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>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent a72f366 commit b112cd4
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 @@ -26,7 +26,7 @@ val klintVersion = "1.4.1"
val mockkVersion = "1.13.16"
val commonVersion = "3.2024.10.25_13.44-9db48a0dbe67"
val tokenSupportVersion = "5.0.16"
val unleashVersion = "10.0.0"
val unleashVersion = "10.0.1"

dependencies {
implementation("org.springframework.boot:spring-boot-starter")
Expand Down

0 comments on commit b112cd4

Please sign in to comment.