Skip to content

Commit

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

Closes gh-1519
  • Loading branch information
mhalbritter committed Jun 24, 2024
2 parents 2833023 + 466db9e commit 3ee8889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -420,13 +420,13 @@ 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-M1)"
version: 3.0.6
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 3.0.7
links:
- rel: guide
href: https://github.com/okta/samples-java-spring/tree/master/okta-hosted-login
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 3ee8889

Please sign in to comment.