Skip to content

Commit

Permalink
Update dependencies (#84)
Browse files Browse the repository at this point in the history
* Vulnerability Patch

* FixJUnitTest
  • Loading branch information
cdr-chakotay authored Oct 28, 2022
1 parent dd5c41b commit 65b340b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/transloadit/sdk/RequestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void get() throws Exception {
mockServerClient.verify(HttpRequest.request()
.withPath("/foo")
.withMethod("GET")
.withHeader("Transloadit-Client", "java-sdk:0.4.2"));
.withHeader("Transloadit-Client", "java-sdk:0.4.3"));

}

Expand Down

0 comments on commit 65b340b

Please sign in to comment.