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 9c81f4ba247 Bump org.webjars:font-awesome from 6.7.2 to 7.0.0
9c81f4ba247 is described below
commit 9c81f4ba247a1edd6596a0a8763fde35b06f2fc3
Author: Andi Huber <[email protected]>
AuthorDate: Wed Aug 6 04:54:47 2025 +0200
Bump org.webjars:font-awesome from 6.7.2 to 7.0.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 d0f410337fd..a709b5b39ad 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.7.2</version> <!-- must correspond to entry
in /viewer/common/.../IconDecorator.java -->
+ <version>7.0.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 9f51b2c6420..12254f3e0df 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.7.2/css/all.min.css";
+ public static final String FONTAWESOME_RESOURCE =
"font-awesome/7.0.0/css/all.min.css";
R decorate(T uiComponent, Optional<FontAwesomeLayers> faLayers);