diff --git a/documentation/3.0/content/release-notes/_index.md b/documentation/3.0/content/release-notes/_index.md
index 1e1ced683f..50a4c23182 100644
--- a/documentation/3.0/content/release-notes/_index.md
+++ b/documentation/3.0/content/release-notes/_index.md
@@ -1,12 +1,12 @@
+++
title = "Release Notes"
date = 2019-02-22T15:27:38-05:00
-weight = 86
+weight = 85
pre = " "
+++
-### Changes in Release 3.2.3
+### Changes in Release 3.2.4
- [Major New Features](#major-new-features)
- [Other Changes](#other-changes)
- [Bugs Fixes](#bug-fixes)
@@ -17,19 +17,11 @@ pre = " "
None
#### Other Changes
-- #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
- offline work required for Oracle Identity Governance domain creation.
-- #1499 - Added updated translation bundle files.
+- #1503 - Added the `EnableJMSStoreDBPersistence` and `EnableJTATLogDBPersistence` attributes to `domainInfo`, which
+ allow JRF domains to automatically convert template defined JMS and JTA stores from File stores to Database
+ stores during domain creation. This feature was added in support of Oracle Identity Governance domain creation.
#### Bug Fixes
-- #1486 - Fixed JSON parser issue in handling escaped newlines.
-- #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
- caused remaining environment variable values to not be visible from Jython.
-- #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
- were logged properly.
-- #1494 - Changed the language for some logging/error messages to make them clearer.
-- #1495 - Reworded several log messages that were confusing to users and difficult to translate.
-- #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
-- #1498 - Corrected the error message for a deploy-related error.
+None
#### Known Issues
diff --git a/documentation/3.0/content/release-notes/release-3.2.3.md b/documentation/3.0/content/release-notes/release-3.2.3.md
new file mode 100644
index 0000000000..c204c809b2
--- /dev/null
+++ b/documentation/3.0/content/release-notes/release-3.2.3.md
@@ -0,0 +1,35 @@
++++
+title = "Release Notes 3.2.3"
+date = 2019-02-22T15:27:38-05:00
+weight = 86
+pre = " "
++++
+
+
+### Changes in Release 3.2.3
+- [Major New Features](#major-new-features)
+- [Other Changes](#other-changes)
+- [Bugs Fixes](#bug-fixes)
+- [Known Issues](#known-issues)
+
+
+#### Major New Features
+None
+
+#### Other Changes
+- #1496 - Added a post-createDomain script element to the typedef file definitions to accommodate extra
+ offline work required for Oracle Identity Governance domain creation.
+- #1499 - Added updated translation bundle files.
+
+#### Bug Fixes
+- #1486 - Fixed JSON parser issue in handling escaped newlines.
+- #1488 - Worked around a Jython 2.2.1 issue where environment variables with a newline in their value
+ caused remaining environment variable values to not be visible from Jython.
+- #1490 - Fixed an issue with deprecation logging statements to ensure that the class and method names
+ were logged properly.
+- #1494 - Changed the language for some logging/error messages to make them clearer.
+- #1495 - Reworded several log messages that were confusing to users and difficult to translate.
+- #1497 - Fixed sh-based shell scripts to work properly on Solaris 10.x Bourne shell
+- #1498 - Corrected the error message for a deploy-related error.
+
+#### Known Issues
diff --git a/pom.xml b/pom.xml
index 23ad044375..382c2c1a35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
weblogic-deploy
false
4.9.3
- 2.1
- 4.7.4
+ 2.2
+ 4.7.5
5.10.0
${env.WDT_SCM_REPO_URL}
${env.WDT_SCM_REPO_CONN}
@@ -99,7 +99,7 @@
org.easymock
easymock
- 5.1.0
+ 5.2.0
com.google.guava
@@ -140,7 +140,7 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.3.0
+ 3.4.1
org.apache.maven.plugins