Skip to content

Commit

Permalink
Merge pull request #1364 from arvindkrishnakumar-okta
Browse files Browse the repository at this point in the history
* pr/1364:
  Polish "Upgrade to Okta Spring Boot 3.0.6"
  Upgrade to Okta Spring Boot 3.0.6

Closes gh-1364
  • Loading branch information
snicoll committed Dec 1, 2023
2 parents 853f952 + f96e4d9 commit 05b5b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,13 @@ initializr:
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/index.html#data.nosql.ldap
- name: Okta
id: okta
compatibilityRange: "[3.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
description: Okta specific configuration for Spring Security/Spring Boot OAuth2 features. Enable your Spring Boot application to work with Okta via OAuth 2.0/OIDC.
groupId: com.okta.spring
artifactId: okta-spring-boot-starter
mappings:
- compatibilityRange: "[3.0.0,3.2.0-M1)"
version: 3.0.5
- compatibilityRange: "[3.0.0,3.3.0-M1)"
version: 3.0.6
links:
- rel: guide
href: https://github.com/okta/samples-java-spring/tree/master/okta-hosted-login
Expand Down

0 comments on commit 05b5b0e

Please sign in to comment.