Skip to content

Commit

Permalink
chore(deps): bump com.esaulpaugh:headlong from 10.0.0 to 12.1.0 in /s…
Browse files Browse the repository at this point in the history
…dk-dependency-versions (#1941)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
  • Loading branch information
dependabot[bot] and 0xivanov authored Aug 21, 2024
1 parent 6802131 commit a5abd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

dependencies.constraints {
api("com.esaulpaugh:headlong:10.0.0") {
api("com.esaulpaugh:headlong:12.1.0") {
because("headlong")
}
api("com.github.spotbugs:spotbugs-annotations:4.7.3") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public String toString() {
}

public Tuple getResult(String types) {
TupleType tupleType = TupleType.parse(types);
TupleType<Tuple> tupleType = TupleType.parse(types);
return tupleType.decode(rawResult.toByteArray());
}
}

0 comments on commit a5abd3e

Please sign in to comment.