Skip to content

Commit

Permalink
Bump okta.sdk.version from 4.1.0 to 8.0.0 (#249)
Browse files Browse the repository at this point in the history
Bumps `okta.sdk.version` from 4.1.0 to 8.0.0.

Updates `okta-sdk-api` from 4.1.0 to 8.0.0
- [Release notes](https://github.com/okta/okta-sdk-java/releases)
- [Commits](okta/okta-sdk-java@okta-sdk-root-4.1.0...okta-sdk-root-8.0.0)

Updates `okta-sdk-impl` from 4.1.0 to 8.0.0
- [Release notes](https://github.com/okta/okta-sdk-java/releases)
- [Commits](okta/okta-sdk-java@okta-sdk-root-4.1.0...okta-sdk-root-8.0.0)

Updates `okta-sdk-httpclient` from 4.1.0 to 8.0.0

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2021
1 parent 7f50a8e commit e0ecf07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-api</artifactId>
<version>4.1.0</version>
<version>8.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-impl</artifactId>
<version>4.1.0</version>
<version>8.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.okta.sdk</groupId>
<artifactId>okta-sdk-httpclient</artifactId>
<version>4.1.0</version>
<version>8.0.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<okta.sdk.version>4.1.0</okta.sdk.version>
<okta.sdk.version>8.0.0</okta.sdk.version>
<slf4j.version>1.7.32</slf4j.version>
</properties>

Expand Down

0 comments on commit e0ecf07

Please sign in to comment.