This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d6424c2546 Bump org.webjars:font-awesome from 7.0.1 to 7.1.0 (part 2)
0d6424c2546 is described below

commit 0d6424c2546dc895a945bebc07b178372f03925b
Author: andi-huber <[email protected]>
AuthorDate: Fri Dec 12 19:53:46 2025 +0100

    Bump org.webjars:font-awesome from 7.0.1 to 7.1.0 (part 2)
---
 .../apache/causeway/viewer/commons/model/decorators/IconDecorator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/decorators/IconDecorator.java
 
b/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/decorators/IconDecorator.java
index d4c308c467c..3547cb15735 100644
--- 
a/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/decorators/IconDecorator.java
+++ 
b/viewers/commons/model/src/main/java/org/apache/causeway/viewer/commons/model/decorators/IconDecorator.java
@@ -33,7 +33,7 @@ public interface IconDecorator<T, R> {
      * corresponds to the webjars path as provided by the maven artifact
      * {@code org.webjars:font-awesome}
      */
-    public static final String FONTAWESOME_RESOURCE = 
"font-awesome/7.0.1/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = 
"font-awesome/7.1.0/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeLayers> faLayers);
 

Reply via email to