diff --git a/e107_handlers/library_manager.php b/e107_handlers/library_manager.php
index 70add211e..3509d4039 100755
--- a/e107_handlers/library_manager.php
+++ b/e107_handlers/library_manager.php
@@ -908,7 +908,7 @@ class core_library
'vendor_url' => 'https://fontawesome.com/',
'version_arguments' => array(
'file' => 'css/all.css',
- 'pattern' => '/(\d\.\d\.\d+)/',
+ 'pattern' => '/(\d\.\d*\.\d+)/',
'lines' => 3,
),
'files' => array(
@@ -939,7 +939,7 @@ class core_library
// Override library path.
'library_path' => '{e_WEB}lib/font-awesome',
'path' => '5',
- 'version' => '5.8.1',
+ 'version' => '5.15.2',
);
diff --git a/e107_tests/tests/unit/e107Test.php b/e107_tests/tests/unit/e107Test.php
index bdf0e7477..b87af493b 100644
--- a/e107_tests/tests/unit/e107Test.php
+++ b/e107_tests/tests/unit/e107Test.php
@@ -955,7 +955,7 @@ class e107Test extends \Codeception\Test\Unit
'ADMIN_FALSE_ICON' => '⨯',
'ADMIN_WARNING_ICON' => '',
'ADMIN_GRID_ICON' => '',
- 'ADMIN_LIST_ICON' => '',
+ 'ADMIN_LIST_ICON' => '',
'ADMIN_EDIT_ICON' => '',
'ADMIN_DELETE_ICON' => '',
'ADMIN_SORT_ICON' => '',
diff --git a/e107_web/lib/font-awesome/5/VERSION.txt b/e107_web/lib/font-awesome/5/VERSION.txt
index 722fb619c..57ba4a811 100644
--- a/e107_web/lib/font-awesome/5/VERSION.txt
+++ b/e107_web/lib/font-awesome/5/VERSION.txt
@@ -1 +1 @@
-5.7.2
\ No newline at end of file
+5.15.2
\ No newline at end of file