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/06/16 18:05:21 UTC

[isis] branch master updated: Bump font-awesome from 5.15.2 to 5.15.3

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 83a37b3  Bump font-awesome from 5.15.2 to 5.15.3
83a37b3 is described below

commit 83a37b3dea4d982114c255caf42f1c7b2d80c442
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jun 16 20:05:09 2021 +0200

    Bump font-awesome from 5.15.2 to 5.15.3
---
 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 adce1ef..1ca3b87 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.2</version> <!-- must correspond to entry in /viewer/common/.../IconDecorator.java -->
+			<version>5.15.3</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 2b630cd..c520694 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.2/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = "font-awesome/5.15.3/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeUiModel> fontAwesomeUiModel);