Skip to content

Commit 78db7c7

Browse files
authored
Update README.md
1 parent 11aded9 commit 78db7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Zero dependency library for generating a Mastercard API compliant OAuth signature.
2626

2727
### Compatibility <a name="compatibility"></a>
28-
Java 11+
28+
Java 17+
2929

3030
### References <a name="references"></a>
3131
* [OAuth 1.0a specification](https://tools.ietf.org/html/rfc5849)
@@ -320,4 +320,4 @@ WebClient.Builder webClientBuilder = WebClient.builder()
320320
ApiClient apiClient = new ApiClient(webClientBuilder);
321321
ServiceApi serviceApi = client.serviceApi();
322322
// ...
323-
```
323+
```

0 commit comments

Comments
 (0)