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 fa418a8d54d Bump org.webjars:datatables from 2.3.5 to 2.3.6 (part 2)
fa418a8d54d is described below
commit fa418a8d54d1ea1bc8dad6783d257722f48e752f
Author: andi-huber <[email protected]>
AuthorDate: Wed Jan 7 09:48:47 2026 +0100
Bump org.webjars:datatables from 2.3.5 to 2.3.6 (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 3ee11c60840..ba74d7822a5 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.5");
+ VERSION("2.3.6");
@Getter @Accessors(fluent = true)
private final String literal;