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/09/29 05:34:45 UTC

[isis] branch master updated: Bumps font-awesome from 6.1.2 to 6.2.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 df58b099ff Bumps font-awesome from 6.1.2 to 6.2.0
df58b099ff is described below

commit df58b099ff7d6fec61f87cb017b478a468cd910e
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Sep 29 07:34:39 2022 +0200

    Bumps font-awesome from 6.1.2 to 6.2.0
---
 viewers/commons/model/pom.xml                                           | 2 +-
 .../org/apache/isis/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 712f49d5ab..c6455586a3 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.1.2</version> <!-- must correspond to entry in /viewer/common/.../IconDecorator.java -->
+			<version>6.2.0</version> <!-- must correspond to entry in /viewer/common/.../IconDecorator.java -->
 		</dependency>
 
     </dependencies>
diff --git a/viewers/commons/model/src/main/java/org/apache/isis/viewer/commons/model/decorators/IconDecorator.java b/viewers/commons/model/src/main/java/org/apache/isis/viewer/commons/model/decorators/IconDecorator.java
index 1b2dc525d4..d92ab3c7d4 100644
--- a/viewers/commons/model/src/main/java/org/apache/isis/viewer/commons/model/decorators/IconDecorator.java
+++ b/viewers/commons/model/src/main/java/org/apache/isis/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.1.2/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = "font-awesome/6.2.0/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeDecorationModel> decorationModel);