This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v3 by this push:
new 280500731d1 Bump org.webjars:font-awesome from 7.0.1 to 7.1.0 (part 2)
280500731d1 is described below
commit 280500731d17e2a69841a8aa5e413a5296a8c684
Author: andi-huber <[email protected]>
AuthorDate: Fri Dec 12 19:57:19 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);