Replace "Spring Boot 2.x" with "Spring Boot"

Closes gh-14917
This commit is contained in:
MrJovanovic13
2024-04-17 20:11:48 +02:00
committed by Steve Riesenberg
parent 24fd19b107
commit 1657296bb7
6 changed files with 32 additions and 32 deletions

View File

@@ -18,7 +18,7 @@ is supplied by the `com.nimbusds.jose.jwk.JWK` resolver associated with `NimbusJ
=== Authenticate using `private_key_jwt`
Given the following Spring Boot 2.x properties for an OAuth 2.0 Client registration:
Given the following Spring Boot properties for an OAuth 2.0 Client registration:
[source,yaml]
----
@@ -89,7 +89,7 @@ tokenResponseClient.addParametersConverter(
=== Authenticate using `client_secret_jwt`
Given the following Spring Boot 2.x properties for an OAuth 2.0 Client registration:
Given the following Spring Boot properties for an OAuth 2.0 Client registration:
[source,yaml]
----