diff --git a/README.md b/README.md
index 79564156f1a..1919a8f2aca 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ You can learn more on the [Okta + Java][lang-landing] page in our documentation.
This library uses semantic versioning and follows Okta's [library version policy](https://developer.okta.com/code/library-versions/).
-:heavy_check_mark: The latest stable major version series is: 19.x.x
+:heavy_check_mark: The latest stable major version series is: 20.x.x
| Version | Status |
|-------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
@@ -69,7 +69,8 @@ This library uses semantic versioning and follows Okta's [library version policy
| 16.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-16.0.0)) |
| 17.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-17.0.0)) |
| 18.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-18.0.0)) |
-| 19.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-19.0.0)) |
+| 19.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-19.0.0)) |
+| 20.x.x | :heavy_check_mark: Stable ([see changes](https://github.com/okta/okta-sdk-java/releases/tag/okta-sdk-root-20.0.0)) |
The latest release can always be found on the [releases page][github-releases].
diff --git a/api/pom.xml b/api/pom.xml
index 9f68ac404e3..bfc0d0b7eeb 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
com.okta.sdk
okta-sdk-root
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
okta-sdk-api
diff --git a/coverage/pom.xml b/coverage/pom.xml
index 38e2373651d..1d4c70281a3 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -21,7 +21,7 @@
com.okta.sdk
okta-sdk-root
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
okta-sdk-coverage
diff --git a/examples/pom.xml b/examples/pom.xml
index a129fd4aa00..0893082ab62 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
com.okta.sdk
okta-sdk-root
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
okta-sdk-examples
diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml
index ec70942f024..83373f8cd99 100644
--- a/examples/quickstart/pom.xml
+++ b/examples/quickstart/pom.xml
@@ -20,7 +20,7 @@
com.okta.sdk
okta-sdk-examples
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
../pom.xml
diff --git a/impl/pom.xml b/impl/pom.xml
index c163a2ec4f3..49661b2cddd 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -21,7 +21,7 @@
com.okta.sdk
okta-sdk-root
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
okta-sdk-impl
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 9d1e5b1519e..976aea29a7f 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -20,7 +20,7 @@
com.okta.sdk
okta-sdk-root
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 56a2ada8f13..0092db36a1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
com.okta.sdk
okta-sdk-root
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
pom
Okta Java SDK
@@ -39,7 +39,7 @@
1.78.1
0.12.6
5.3.1
- 19.0.1
+ 20.0.0
1.3.6
1.1.1
okta/okta-sdk-java
@@ -68,12 +68,12 @@
com.okta.sdk
okta-sdk-api
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
com.okta.sdk
okta-sdk-impl
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
@@ -103,14 +103,14 @@
com.okta.sdk
okta-sdk-integration-tests
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT
com.okta.sdk
okta-sdk-examples-quickstart
- 20.0.0-SNAPSHOT
+ 20.0.1-SNAPSHOT