This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push: new d94c9768394 Bump org.webjars:datatables from 2.3.0 to 2.3.2 (part 2) d94c9768394 is described below commit d94c9768394ea7b7f1b6be56d1a734d47d8cd25d Author: Andi Huber <ahu...@apache.org> AuthorDate: Mon Aug 4 07:25:49 2025 +0200 Bump org.webjars:datatables from 2.3.0 to 2.3.2 (part 2) --- .../viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java index 892f34edb7b..bf13106d201 100644 --- a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java +++ b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/pages/common/datatables/DatatablesDotNet.java @@ -25,7 +25,7 @@ @RequiredArgsConstructor enum DatatablesDotNet { - VERSION("2.3.0"); + VERSION("2.3.2"); @Getter @Accessors(fluent = true) private final String literal;