diff --git a/galaxy.yml b/galaxy.yml
index 285a252d..33afc418 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -11,7 +11,7 @@ name: spm_middleware
 
 # The version of the collection. Must be compatible with semantic versioning
 # Please note. version also exists in /github/workflows/release.yml and will need to be update also
-version: 1.5.3
+version: 1.5.4
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
diff --git a/molecule/__weblogic-v14.1/converge.yml b/molecule/__weblogic-v14.1/converge.yml
index 47ec86b0..ae8a6c8b 100644
--- a/molecule/__weblogic-v14.1/converge.yml
+++ b/molecule/__weblogic-v14.1/converge.yml
@@ -6,7 +6,7 @@
     - merative.spm_middleware
 
   vars:
-    weblogic_version: "14.1.1.0.220105"
+    weblogic_version: "14.1.1.0.231220"
     # weblogic_installer_path: /opt/IBM/weblogic/WLS
     download_url: "{{ lookup('env','ARTIFACTORY_URL') }}/{{ lookup('env','ARTIFACTORY_REPO') }}/SoftwareInstallers"
     download_header: {'X-JFrog-Art-Api': "{{ lookup('env','ARTIFACTORY_TOKEN' )}}"}
diff --git a/molecule/__weblogic-v14.1/verify.yml b/molecule/__weblogic-v14.1/verify.yml
index b5e107bd..8019bcc7 100644
--- a/molecule/__weblogic-v14.1/verify.yml
+++ b/molecule/__weblogic-v14.1/verify.yml
@@ -5,7 +5,7 @@
     - name: include defaults
       include_vars: "../../roles/weblogic/defaults/main.yml"
     - name: include vars
-      include_vars: "../../roles/weblogic/vars/v14.1.1.0.220105.yml"
+      include_vars: "../../roles/weblogic/vars/v14.1.1.0.231220.yml"
     - stat:
         path: /opt/Props/AppServer.properties
       register: boot_props
diff --git a/roles/weblogic/defaults/main.yml b/roles/weblogic/defaults/main.yml
index caa2a554..5a6b733d 100644
--- a/roles/weblogic/defaults/main.yml
+++ b/roles/weblogic/defaults/main.yml
@@ -5,7 +5,7 @@ weblogic_group: 'oinstall'
 weblogic_os_user_pass: 'oracle'
 weblogic_base: '/home/oracle'
 # If not passed in, use this default value
-weblogic_version: '14.1.1.0.240111'
+weblogic_version: '14.1.1.0.231220'
 inv_loc: '/opt/Oracle/oraInventory'
 jdk_folder: '/usr/java'
 # Common paths and names
diff --git a/roles/weblogic/vars/v14.1.1.0.240111.yml b/roles/weblogic/vars/v14.1.1.0.231220.yml
similarity index 73%
rename from roles/weblogic/vars/v14.1.1.0.240111.yml
rename to roles/weblogic/vars/v14.1.1.0.231220.yml
index 34aa5edd..79c1aae8 100644
--- a/roles/weblogic/vars/v14.1.1.0.240111.yml
+++ b/roles/weblogic/vars/v14.1.1.0.231220.yml
@@ -3,9 +3,9 @@ base_install_file: 'fmw_14.1.1.0.0_wls.jar'
 weblogic_version: 14.1
 opatch: 'p28186730_1394214_Generic.zip'
 opatch_version: 13.9.4.2.14
-patch: 'p36178511_141100_Generic.zip'
-patch_number: 36178511
+patch: 'p36124787_141100_Generic.zip'
+patch_number: 36124787
 napply: false
-patch_folder: '36178511'
+patch_folder: '36124787'
 java_archive_file: jdk-8u401-linux-x64.tar.gz
 java_version_path: 'jdk1.8.0_401'