Skip to content

Bump okta.sdk.version from 8.2.5 to 25.0.3 - #922

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/okta.sdk.version-25.0.3
Open

Bump okta.sdk.version from 8.2.5 to 25.0.3#922
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/okta.sdk.version-25.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Copy link
Copy Markdown
Contributor

Bumps okta.sdk.version from 8.2.5 to 25.0.3.
Updates com.okta.sdk:okta-sdk-api from 8.2.5 to 25.0.3

Release notes

Sourced from com.okta.sdk:okta-sdk-api's releases.

okta-sdk-root-25.0.3

What's Changed

New Contributors

Full Changelog: okta/okta-sdk-java@okta-sdk-root-23.0.1...okta-sdk-root-25.0.3

okta-sdk-root-25.0.2

What's Changed

... (truncated)

Changelog

Sourced from com.okta.sdk:okta-sdk-api's changelog.

Release v25.0.1 - Bug Fixes and Cache Improvements

🐛 Bug Fixes

  • #1568: Fixed unique property type in UserSchemaAttribute and GroupSchemaAttribute (changed from boolean to string to support values like 'UNIQUE_VALIDATED')
  • #1608: Fixed DPoP nonce expiration causing intermittent "Invalid session" errors after 22-24 hours - SDK now automatically refreshes access token when nonce expires
  • #1615/#1667: Fixed LinksResend.resend array type issue causing MismatchedInputException
  • #1618: Fixed cache ClassCastException with type validation
  • #1619: Fixed OIDCApplicationBuilder default name
  • #1622: Fixed expirePasswordWithTempPassword return type ⚠️ Breaking Change - now returns TempPassword instead of User
  • #1642: Added support for custom attributes in OktaUserGroupProfile
  • #1650: Fixed PasswordPolicyRule.equals() to include parent attributes
  • #1653: Added missing rootSessionId field to LogAuthenticationContext
  • #1600: Implemented resource-specific cache configuration
  • #1657: Upgraded Apache HttpClient5 to 5.5.1 (fixes connection pool leak)
  • #1666: Fixed JUnit dependency scope

� Security Updates

  • #19: Upgraded Bouncy Castle from 1.78.1 to 1.79 (fixes CVE - Excessive Allocation vulnerability in bcpkix/bcprov)
  • #11: Upgraded TestNG from 7.0.0 to 7.5.1 (fixes Path Traversal vulnerability)

�🔧 Cache System Improvements

  • Multi-cache invalidation for nested resources
  • Fixed path matching for /federated-claims/ and /group-push/mappings/
  • Cross-cache invalidation for lifecycle operations
  • Defensive exception handling to prevent cache errors from masking API exceptions
  • Result: All 431 integration tests passing

Release v25.0.0 - Major SDK Refactoring and Enhanced Test Coverage

📋 Overview

This release introduces Okta Java SDK v25.0.0, a major release that significantly improves the SDK's architecture, test coverage, and developer experience. The release includes:

  • OpenAPI Spec Update: Upgraded from v2024.08.3 to v5.1.0 (+16,966 lines of API definitions)
  • 49,132 lines added and 7,926 lines removed across 81 files
  • 58 commits implementing comprehensive SDK improvements
  • 35 integration test suites covering all major Okta APIs
  • 9 new custom deserializers for proper polymorphic type handling

🎯 Key Highlights

📊 Impact Summary

... (truncated)

Commits
  • 20a2645 [maven-release-plugin] prepare release okta-sdk-root-25.0.3
  • c9c0172 correct OpenAPI spec issues in api.yaml
  • b02fb3d Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 in /integrati...
  • 2007e34 Add copyright header to api_test.mustache (#1681)
  • 82d87cc Merge pull request #1680 from okta/revert-1674-api-test-template-pr
  • a582730 Revert "Add api_test.mustache template for auto-generated test classes"
  • abb21d9 Merge pull request #1674 from okta/api-test-template-pr
  • 6feda9f Remove unused toSnakeCase method from template
  • 365134c Fix api_test.mustache template review comments
  • 489f6f7 Release 25.0.2 (#1679)
  • Additional commits viewable in compare view

Updates com.okta.sdk:okta-sdk-impl from 8.2.5 to 25.0.3

Release notes

Sourced from com.okta.sdk:okta-sdk-impl's releases.

okta-sdk-root-25.0.3

What's Changed

New Contributors

Full Changelog: okta/okta-sdk-java@okta-sdk-root-23.0.1...okta-sdk-root-25.0.3

okta-sdk-root-25.0.2

What's Changed

... (truncated)

Changelog

Sourced from com.okta.sdk:okta-sdk-impl's changelog.

Release v25.0.1 - Bug Fixes and Cache Improvements

🐛 Bug Fixes

  • #1568: Fixed unique property type in UserSchemaAttribute and GroupSchemaAttribute (changed from boolean to string to support values like 'UNIQUE_VALIDATED')
  • #1608: Fixed DPoP nonce expiration causing intermittent "Invalid session" errors after 22-24 hours - SDK now automatically refreshes access token when nonce expires
  • #1615/#1667: Fixed LinksResend.resend array type issue causing MismatchedInputException
  • #1618: Fixed cache ClassCastException with type validation
  • #1619: Fixed OIDCApplicationBuilder default name
  • #1622: Fixed expirePasswordWithTempPassword return type ⚠️ Breaking Change - now returns TempPassword instead of User
  • #1642: Added support for custom attributes in OktaUserGroupProfile
  • #1650: Fixed PasswordPolicyRule.equals() to include parent attributes
  • #1653: Added missing rootSessionId field to LogAuthenticationContext
  • #1600: Implemented resource-specific cache configuration
  • #1657: Upgraded Apache HttpClient5 to 5.5.1 (fixes connection pool leak)
  • #1666: Fixed JUnit dependency scope

� Security Updates

  • #19: Upgraded Bouncy Castle from 1.78.1 to 1.79 (fixes CVE - Excessive Allocation vulnerability in bcpkix/bcprov)
  • #11: Upgraded TestNG from 7.0.0 to 7.5.1 (fixes Path Traversal vulnerability)

�🔧 Cache System Improvements

  • Multi-cache invalidation for nested resources
  • Fixed path matching for /federated-claims/ and /group-push/mappings/
  • Cross-cache invalidation for lifecycle operations
  • Defensive exception handling to prevent cache errors from masking API exceptions
  • Result: All 431 integration tests passing

Release v25.0.0 - Major SDK Refactoring and Enhanced Test Coverage

📋 Overview

This release introduces Okta Java SDK v25.0.0, a major release that significantly improves the SDK's architecture, test coverage, and developer experience. The release includes:

  • OpenAPI Spec Update: Upgraded from v2024.08.3 to v5.1.0 (+16,966 lines of API definitions)
  • 49,132 lines added and 7,926 lines removed across 81 files
  • 58 commits implementing comprehensive SDK improvements
  • 35 integration test suites covering all major Okta APIs
  • 9 new custom deserializers for proper polymorphic type handling

🎯 Key Highlights

📊 Impact Summary

... (truncated)

Commits
  • 20a2645 [maven-release-plugin] prepare release okta-sdk-root-25.0.3
  • c9c0172 correct OpenAPI spec issues in api.yaml
  • b02fb3d Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 in /integrati...
  • 2007e34 Add copyright header to api_test.mustache (#1681)
  • 82d87cc Merge pull request #1680 from okta/revert-1674-api-test-template-pr
  • a582730 Revert "Add api_test.mustache template for auto-generated test classes"
  • abb21d9 Merge pull request #1674 from okta/api-test-template-pr
  • 6feda9f Remove unused toSnakeCase method from template
  • 365134c Fix api_test.mustache template review comments
  • 489f6f7 Release 25.0.2 (#1679)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `okta.sdk.version` from 8.2.5 to 25.0.3.

Updates `com.okta.sdk:okta-sdk-api` from 8.2.5 to 25.0.3
- [Release notes](https://github.com/okta/okta-sdk-java/releases)
- [Changelog](https://github.com/okta/okta-sdk-java/blob/master/CHANGELOG.md)
- [Commits](okta/okta-sdk-java@okta-sdk-root-8.2.5...okta-sdk-root-25.0.3)

Updates `com.okta.sdk:okta-sdk-impl` from 8.2.5 to 25.0.3
- [Release notes](https://github.com/okta/okta-sdk-java/releases)
- [Changelog](https://github.com/okta/okta-sdk-java/blob/master/CHANGELOG.md)
- [Commits](okta/okta-sdk-java@okta-sdk-root-8.2.5...okta-sdk-root-25.0.3)

---
updated-dependencies:
- dependency-name: com.okta.sdk:okta-sdk-api
  dependency-version: 25.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.okta.sdk:okta-sdk-impl
  dependency-version: 25.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants