Skip to content

Commit

Permalink
Bump com.github.kittinunf.result:result-jvm from 5.1.0 to 5.6.0
Browse files Browse the repository at this point in the history
Bumps [com.github.kittinunf.result:result-jvm](https://github.com/kittinunf/Result) from 5.1.0 to 5.6.0.
- [Release notes](https://github.com/kittinunf/Result/releases)
- [Commits](kittinunf/Result@5.1.0...5.6.0)

---
updated-dependencies:
- dependency-name: com.github.kittinunf.result:result-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 4758915 commit ad7eb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.21")
implementation(kotlin("stdlib-jdk8"))

implementation("com.github.kittinunf.result:result-jvm:5.1.0")
implementation("com.github.kittinunf.result:result-jvm:5.6.0")
}

tasks.withType<ShadowJar> {
Expand Down

0 comments on commit ad7eb75

Please sign in to comment.