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
commit 4a2764f006666fb18ae3d27c175e90e2f2aa1f72 Author: andi-huber <[email protected]> AuthorDate: Sun Feb 19 06:58:22 2023 +0100 Bump font-awesome from 6.2.1 to 6.3.0 (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 aff7762a98..e95df6a392 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.2.1/css/all.min.css"; + public static final String FONTAWESOME_RESOURCE = "font-awesome/6.3.0/css/all.min.css"; R decorate(T uiComponent, Optional<FontAwesomeDecorationModel> decorationModel);
