You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/01 16:15:41 UTC

[isis] branch master updated: Bump font-awesome from 6.0.0 to 6.1.0

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a16319d  Bump font-awesome from 6.0.0 to 6.1.0
a16319d is described below

commit a16319dca618fc6fe5851ecff22ea9dfc82191f0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Apr 1 18:15:33 2022 +0200

    Bump font-awesome from 6.0.0 to 6.1.0
---
 viewers/common/pom.xml                                                  | 2 +-
 .../apache/isis/viewer/common/model/decorator/icon/IconDecorator.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/viewers/common/pom.xml b/viewers/common/pom.xml
index db0b36e..3b9669c 100644
--- a/viewers/common/pom.xml
+++ b/viewers/common/pom.xml
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>org.webjars</groupId>
 			<artifactId>font-awesome</artifactId>
-			<version>6.0.0</version> <!-- must correspond to entry in /viewer/common/.../IconDecorator.java -->
+			<version>6.1.0</version> <!-- must correspond to entry in /viewer/common/.../IconDecorator.java -->
 		</dependency>
 	
 		<!-- TESTING -->
diff --git a/viewers/common/src/main/java/org/apache/isis/viewer/common/model/decorator/icon/IconDecorator.java b/viewers/common/src/main/java/org/apache/isis/viewer/common/model/decorator/icon/IconDecorator.java
index 77089c9..03a7f2f 100644
--- a/viewers/common/src/main/java/org/apache/isis/viewer/common/model/decorator/icon/IconDecorator.java
+++ b/viewers/common/src/main/java/org/apache/isis/viewer/common/model/decorator/icon/IconDecorator.java
@@ -30,7 +30,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.0.0/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = "font-awesome/6.1.0/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeUiModel> fontAwesomeUiModel);