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 a55cff2816 Bump font-awesome from 6.3.0 to 6.4.0
a55cff2816 is described below

commit a55cff2816606d4507435d9912b87beea3da499d
Author: Andi Huber <[email protected]>
AuthorDate: Tue Apr 4 07:10:10 2023 +0200

    Bump font-awesome from 6.3.0 to 6.4.0
---
 viewers/commons/model/pom.xml                                           | 2 +-
 .../apache/causeway/viewer/commons/model/decorators/IconDecorator.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/viewers/commons/model/pom.xml b/viewers/commons/model/pom.xml
index 847efe6157..3c8998bab6 100644
--- a/viewers/commons/model/pom.xml
+++ b/viewers/commons/model/pom.xml
@@ -50,7 +50,7 @@
                <dependency>
                        <groupId>org.webjars</groupId>
                        <artifactId>font-awesome</artifactId>
-                       <version>6.3.0</version> <!-- must correspond to entry 
in /viewer/common/.../IconDecorator.java -->
+                       <version>6.4.0</version> <!-- must correspond to entry 
in /viewer/common/.../IconDecorator.java -->
                </dependency>
 
     </dependencies>
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 e95df6a392..4801cb595c 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
@@ -43,7 +43,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.3.0/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = 
"font-awesome/6.4.0/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeDecorationModel> 
decorationModel);
 

Reply via email to