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 68901c2ba7 Bump font-awesome from 6.1.0 to 6.1.1
68901c2ba7 is described below

commit 68901c2ba77edebfe938268a6c0a64b26168e56b
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Thu Jun 16 05:11:26 2022 +0200

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

diff --git a/viewers/common/pom.xml b/viewers/common/pom.xml
index 3b9669cd82..62a93a5383 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.1.0</version> <!-- must correspond to entry 
in /viewer/common/.../IconDecorator.java -->
+                       <version>6.1.1</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/decorators/IconDecorator.java
 
b/viewers/common/src/main/java/org/apache/isis/viewer/common/model/decorators/IconDecorator.java
index 8d707c1a34..c72c6f4a2f 100644
--- 
a/viewers/common/src/main/java/org/apache/isis/viewer/common/model/decorators/IconDecorator.java
+++ 
b/viewers/common/src/main/java/org/apache/isis/viewer/common/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.0/css/all.min.css";
+    public static final String FONTAWESOME_RESOURCE = 
"font-awesome/6.1.1/css/all.min.css";
 
     R decorate(T uiComponent, Optional<FontAwesomeDecorationModel> 
decorationModel);
 

Reply via email to