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 3cf4c7d6ac4 Bump org.webjars:font-awesome from 7.0.0 to 7.0.1
3cf4c7d6ac4 is described below

commit 3cf4c7d6ac4b4b3510eefddb5fee9d741d6b1398
Author: Andi Huber <[email protected]>
AuthorDate: Thu Sep 18 12:35:02 2025 +0200

    Bump org.webjars:font-awesome from 7.0.0 to 7.0.1
---
 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 a709b5b39ad..33e0b5c0b52 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>7.0.0</version> <!-- must correspond to entry 
in /viewer/common/.../IconDecorator.java -->
+                       <version>7.0.1</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 12254f3e0df..d4c308c467c 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.0/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = 
"font-awesome/7.0.1/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeLayers> faLayers);
 

Reply via email to