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 2021/01/18 09:11:47 UTC

[isis] branch master updated: ISIS-2445: Bump font-awesome from 5.15.0 to 5.15.2

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 f950bb2  ISIS-2445: Bump font-awesome from 5.15.0 to 5.15.2
f950bb2 is described below

commit f950bb2c6e0ea39206fcae11abdbef3748c80657
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 18 10:11:35 2021 +0100

    ISIS-2445: Bump font-awesome from 5.15.0 to 5.15.2
---
 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 3bab907..adce1ef 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>5.15.0</version> <!-- must correspond to entry in /viewer/common/.../IconDecorator.java -->
+			<version>5.15.2</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 684759c..9e9cf8f 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/5.15.0/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = "font-awesome/5.15.2/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeUiModel> fontAwesomeUiModel);