RTX5: update library fetch script to get the latest libraries
diff --git a/CMSIS/RTOS2/RTX/Library/fetch_libs.sh b/CMSIS/RTOS2/RTX/Library/fetch_libs.sh
index f8a73f2..68ec43d 100755
--- a/CMSIS/RTOS2/RTX/Library/fetch_libs.sh
+++ b/CMSIS/RTOS2/RTX/Library/fetch_libs.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=5.5.3
+VERSION=5.5.4
 if [ -z "$JENKINS_FAMILY_ENV" ]; then
     ARTIFACTORY_URL=https://artifactory.eu02.arm.com:443/artifactory/mcu.promoted
 else