We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aded9 commit 78db7c7Copy full SHA for 78db7c7
README.md
@@ -25,7 +25,7 @@
25
Zero dependency library for generating a Mastercard API compliant OAuth signature.
26
27
### Compatibility <a name="compatibility"></a>
28
-Java 11+
+Java 17+
29
30
### References <a name="references"></a>
31
* [OAuth 1.0a specification](https://tools.ietf.org/html/rfc5849)
@@ -320,4 +320,4 @@ WebClient.Builder webClientBuilder = WebClient.builder()
320
ApiClient apiClient = new ApiClient(webClientBuilder);
321
ServiceApi serviceApi = client.serviceApi();
322
// ...
323
-```
+```
0 commit comments