This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3941 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit e0ac3ba85eb4e7c166387a05568bf7aa6cdf486e Author: Dan Haywood <[email protected]> AuthorDate: Mon Nov 10 20:51:50 2025 +0000 CAUSEWAY-3941: updates supplemental-models.xml for licenses --- .../src/main/resources/supplemental-models.xml | 23 ++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/supplemental-model/src/main/resources/supplemental-models.xml b/supplemental-model/src/main/resources/supplemental-models.xml index 777875eaf34..9c11928e58a 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.2.133</version> + <version>5.4.394</version> <name>PDF.js</name> <licenses> <license> @@ -61,7 +61,7 @@ <project> <groupId>org.webjars.npm</groupId> <artifactId>bootstrap-italia</artifactId> - <version>2.14.0</version> + <version>2.16.0</version> <name>bootstrap-italia</name> <licenses> <license> @@ -226,7 +226,7 @@ <project> <groupId>org.webjars.npm</groupId> <artifactId>moment</artifactId> - <version>2.30.1</version> + <version>2.30.1-1</version> <name>Moment.js</name> <licenses> <license> @@ -286,7 +286,7 @@ <project> <groupId>org.webjars.npm</groupId> <artifactId>eonasdan__tempus-dominus</artifactId> - <version>6.10.3</version> + <version>6.10.4</version> <name>tempus-dominus</name> <licenses> <license> @@ -312,4 +312,19 @@ </project> </supplement> + <supplement> + <project> + <groupId>org.webjars</groupId> + <artifactId>datatables</artifactId> + <version>2.3.2</version> + <name>datatables.net</name> + <licenses> + <license> + <name>MIT License</name> + <url>https://datatables.net/faqs/index#Licensing</url> + </license> + </licenses> + </project> + </supplement> + </supplementalDataModels>
