Skip to content

Commit

Permalink
fix(deps): update dependency io.leangen.geantyref:geantyref to v1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 6f74a04 commit b6d31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributor-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api("org.slf4j:slf4j-api:$slf4j")
testRuntimeOnly("org.slf4j:slf4j-simple:$slf4j")

val geantyref = "1.3.14"
val geantyref = "1.3.15"
api("io.leangen.geantyref:geantyref:$geantyref")

api(cloudCommandFramework("core"))
Expand Down

0 comments on commit b6d31d9

Please sign in to comment.