Skip to content

Commit

Permalink
Polish "Upgrade to Okta Spring Boot 3.0.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jun 24, 2024
1 parent 327735a commit 466db9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,12 @@ initializr:
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/index.html#data.nosql.ldap
- name: Okta
id: okta
compatibilityRange: "[3.2.0,3.3.0-M1)"
compatibilityRange: "[3.2.0,3.4.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.2.0,3.3.0)"
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 3.0.7
links:
- rel: guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
class OktaHelpDocumentCustomizerTests extends AbstractExtensionTests {

private static final String SPRING_BOOT_VERSION = "3.2.0";
private static final String SPRING_BOOT_VERSION = "3.3.0";

@Test
void oktaSectionWithOktaDependencyIsPresent() {
Expand Down

0 comments on commit 466db9e

Please sign in to comment.