This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 15fbbdd60522ee2dc4d6bf4e3b0d1ee87663ba81
Author: Dan Haywood <[email protected]>
AuthorDate: Mon Jun 30 18:50:28 2025 +0100

    CAUSEWAY-3882: updates licenses; docs
---
 .../modules/ROOT/pages/cutting-a-release.adoc      |  4 +--
 .../src/main/resources/supplemental-models.xml     | 42 +++++++++++-----------
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc 
b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index fb599816965..80c7fe8de48 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -77,8 +77,8 @@ mvnd -Dapache-release clean
 mvnd -Dapache-release org.apache.rat:apache-rat-plugin:check -D 
rat.numUnapprovedLicenses=1000     # <.>
 popd
 
-for a in `/bin/find . -name rat.txt -print`; do grep '!???' $a; done > 
/tmp/rat-qn.txt            # <.>
-for a in `/bin/find . -name rat.txt -print`; do grep '!AL' $a; done > 
/tmp/rat-al.txt            # <2>
+for a in `/usr/bin/find . -name rat.txt -print`; do grep '!???' $a; done > 
/tmp/rat-qn.txt            # <.>
+for a in `/usr/bin/find . -name rat.txt -print`; do grep '!AL' $a; done > 
/tmp/rat-al.txt            # <2>
 
 cat /tmp/rat-qn.txt
 cat /tmp/rat-al.txt
diff --git a/supplemental-model/src/main/resources/supplemental-models.xml 
b/supplemental-model/src/main/resources/supplemental-models.xml
index 96f7db84a97..777875eaf34 100644
--- a/supplemental-model/src/main/resources/supplemental-models.xml
+++ b/supplemental-model/src/main/resources/supplemental-models.xml
@@ -31,7 +31,7 @@
         <project>
             <groupId>org.webjars.npm</groupId>
             <artifactId>pdfjs-dist</artifactId>
-            <version>5.0.375</version>
+            <version>5.2.133</version>
             <name>PDF.js</name>
             <licenses>
                 <license>
@@ -61,7 +61,7 @@
         <project>
             <groupId>org.webjars.npm</groupId>
             <artifactId>bootstrap-italia</artifactId>
-            <version>2.8.7</version>
+            <version>2.14.0</version>
             <name>bootstrap-italia</name>
             <licenses>
                 <license>
@@ -151,7 +151,7 @@
         <project>
             <groupId>org.webjars.npm</groupId>
             <artifactId>summernote</artifactId>
-            <version>0.8.20</version>
+            <version>0.9.1</version>
             <name>Summernote</name>
             <licenses>
                 <license>
@@ -207,26 +207,11 @@
         </project>
     </supplement>
 
-    <supplement>
-        <project>
-            <groupId>org.webjars.npm</groupId>
-            <artifactId>accessible-autocomplete</artifactId>
-            <version>2.0.4</version>
-            <name>accessible-autocomplete</name>
-            <licenses>
-                <license>
-                    <name>MIT License</name>
-                    
<url>https://github.com/RobinHerbots/Inputmask/blob/5.x/LICENSE.txt</url>
-                </license>
-            </licenses>
-        </project>
-    </supplement>
-
     <supplement>
         <project>
             <groupId>org.webjars.npm</groupId>
             <artifactId>just-validate</artifactId>
-            <version>3.10.0</version>
+            <version>4.3.0</version>
             <name>JustValidate</name>
             <licenses>
                 <license>
@@ -271,7 +256,7 @@
         <project>
             <groupId>org.webjars.npm</groupId>
             <artifactId>splidejs__splide</artifactId>
-            <version>3.6.12</version>
+            <version>4.1.4</version>
             <name>Splide</name>
             <licenses>
                 <license>
@@ -301,7 +286,7 @@
         <project>
             <groupId>org.webjars.npm</groupId>
             <artifactId>eonasdan__tempus-dominus</artifactId>
-            <version>6.9.11</version>
+            <version>6.10.3</version>
             <name>tempus-dominus</name>
             <licenses>
                 <license>
@@ -312,4 +297,19 @@
         </project>
     </supplement>
 
+    <supplement>
+        <project>
+            <groupId>org.webjars.npm</groupId>
+            <artifactId>minimasonry</artifactId>
+            <version>1.3.2</version>
+            <name>minimasonry</name>
+            <licenses>
+                <license>
+                    <name>MIT License</name>
+                    <url>https://github.com/Spope/MiniMasonry.js/</url>
+                </license>
+            </licenses>
+        </project>
+    </supplement>
+
 </supplementalDataModels>

Reply via email to