Skip to content

Commit

Permalink
Upgrade zstd to 1.5.2-2 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent authored Apr 13, 2022
1 parent 7257179 commit d58bffc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ slf4jVersion = 1.7.36
logstashVersion = 6.3
logbackVersion = 1.2.10
configVersion = 1.4.0
zstdVersion = 1.4.0-1
zstdVersion = 1.5.2-2
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ public void write(ExceptionProperty exceptionProperty) {
sb.append("\"");
}
}
};
}
;
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public HoneycombPlayWSClient(
@Override
public CompletionStage<HoneycombResponse> post(HoneycombRequest<E> request) {
return post(request, this.defaultEncodeFunction);
};
}
;

@Override
public <F> CompletionStage<HoneycombResponse> post(
Expand Down

0 comments on commit d58bffc

Please sign in to comment.