diff --git a/THIRD-PARTY-NOTICES b/THIRD-PARTY-NOTICES index c5669d0d1f6..93f495dcb2d 100644 --- a/THIRD-PARTY-NOTICES +++ b/THIRD-PARTY-NOTICES @@ -18,6 +18,7 @@ This project includes: Apache Commons IO under Apache License, Version 2.0 Apache Commons Lang under Apache License, Version 2.0 Apache HttpClient under Apache License, Version 2.0 + Apache HttpClient Mime under Apache License, Version 2.0 Apache HttpCore under Apache License, Version 2.0 Auto Common Libraries under Apache 2.0 AutoService under Apache 2.0 @@ -29,6 +30,7 @@ This project includes: commonmark-java core under BSD 2-Clause License Commons CLI under The Apache Software License, Version 2.0 FindBugs-jsr305 under The Apache Software License, Version 2.0 + IntelliJ IDEA Annotations under The Apache Software License, Version 2.0 Jackson-annotations under The Apache Software License, Version 2.0 Jackson-core under The Apache Software License, Version 2.0 jackson-databind under The Apache Software License, Version 2.0 @@ -43,11 +45,13 @@ This project includes: JOpt Simple under The MIT License json-schema-core under Lesser General Public License, version 3 or greater or Apache Software License, version 2.0 json-schema-validator under Lesser General Public License, version 3 or greater or Apache Software License, version 2.0 + Kotlin Stdlib under The Apache License, Version 2.0 + Kotlin Stdlib Common under The Apache License, Version 2.0 libphonenumber under The Apache Software License, Version 2.0 Mozilla Rhino under Mozilla Public License, Version 2.0 null under Lesser General Public License, version 3 or greater or Apache Software License, version 2.0 - OkHttp under Apache 2.0 - Okio under Apache 2.0 + okhttp under The Apache Software License, Version 2.0 + Okio under The Apache Software License, Version 2.0 Okta Commons :: Config Check under The Apache License, Version 2.0 Okta Commons :: HTTP :: API under The Apache License, Version 2.0 Okta Commons :: HTTP :: HTTP Client under The Apache License, Version 2.0 diff --git a/api/pom.xml b/api/pom.xml index 1a192e9db5c..00457b1c311 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT okta-sdk-api diff --git a/coverage/pom.xml b/coverage/pom.xml index 23bf2ed0de9..ad9bc6d86d2 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT okta-sdk-coverage diff --git a/examples/pom.xml b/examples/pom.xml index ae32e3e68bc..1deef1adb23 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT okta-sdk-examples diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml index ad7e400f037..b777955d94f 100644 --- a/examples/quickstart/pom.xml +++ b/examples/quickstart/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-examples - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT ../pom.xml diff --git a/httpclients/httpclient/pom.xml b/httpclients/httpclient/pom.xml index a52530fc86f..d1e13e15a56 100644 --- a/httpclients/httpclient/pom.xml +++ b/httpclients/httpclient/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT ../.. diff --git a/httpclients/okhttp/pom.xml b/httpclients/okhttp/pom.xml index 2a74d7d974d..215179b5faf 100644 --- a/httpclients/okhttp/pom.xml +++ b/httpclients/okhttp/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT ../.. diff --git a/impl/pom.xml b/impl/pom.xml index 5a27a8c4495..c1cf014b929 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT okta-sdk-impl diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 5528b772739..4e277b6cf9d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -20,7 +20,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index af7df1421cc..b2625144245 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT pom Okta Java SDK @@ -37,9 +37,9 @@ 1.5.8 2.13.0 1.29 - 1.69 + 1.70 0.11.1 - 6.0.0 + 7.0.0 1.3.0 okta/okta-sdk-java @@ -73,27 +73,27 @@ com.okta.sdk okta-sdk-api - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT com.okta.sdk okta-sdk-impl - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT com.okta.sdk okta-api-swagger-templates - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT com.okta.sdk okta-sdk-httpclient - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT com.okta.sdk okta-sdk-okhttp - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT @@ -132,14 +132,14 @@ com.okta.sdk okta-sdk-integration-tests - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT com.okta.sdk okta-sdk-examples-quickstart - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT @@ -156,7 +156,7 @@ ch.qos.logback logback-classic - 1.2.2 + 1.2.7 @@ -202,7 +202,18 @@ 1.0-rc6 true - + + + org.jetbrains.kotlin + kotlin-stdlib + 1.6.0 + + + org.jetbrains.kotlin + kotlin-stdlib-common + 1.6.0 + + org.testng testng @@ -353,14 +364,14 @@ com.okta.sdk okta-api-swagger-templates - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT org.codehaus.mojo versions-maven-plugin - 2.5 + 2.8.1 false @@ -368,7 +379,7 @@ com.github.siom79.japicmp japicmp-maven-plugin - 0.14.3 + 0.15.4 diff --git a/swagger-templates/pom.xml b/swagger-templates/pom.xml index 3137c3891b9..a1fa9500359 100644 --- a/swagger-templates/pom.xml +++ b/swagger-templates/pom.xml @@ -21,7 +21,7 @@ com.okta.sdk okta-sdk-root - 7.0.1-SNAPSHOT + 8.0.0-SNAPSHOT okta-api-swagger-templates