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

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


The following commit(s) were added to refs/heads/master by this push:
     new 01b4d6babf Bump org.webjars:font-awesome from 6.5.1 to 6.5.2 (part 2)
01b4d6babf is described below

commit 01b4d6babf750ced88ba48c28d6d020dbd3622fd
Author: Andi Huber <[email protected]>
AuthorDate: Mon Apr 8 06:34:29 2024 +0200

    Bump org.webjars:font-awesome from 6.5.1 to 6.5.2 (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 a4e50ae849..b26d50b4a4 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/6.5.1/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = 
"font-awesome/6.5.2/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeLayers> faLayers);
 

Reply via email to