From 99571fbf0f722933d54fe3006b7803391fdae7ae Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 15 Aug 2024 14:56:55 -0500 Subject: [PATCH] Update documentation to require Java 17+. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5d76e5..8be6624 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It also shows how to return the user's information from an API using an OAuth 2. Before running this sample, you will need the following: -* [Java 11+](https://sdkman.io/jdks) +* [Java 17+](https://sdkman.io/jdks) * [The Okta CLI Tool](https://github.com/okta/okta-cli/#installation) * An Okta Developer Account, create one using `okta register`, or configure an existing one with `okta login`