This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v3 by this push:
new 0cfa7f014e4 Bump org.webjars:datatables from 2.3.5 to 2.3.6 (part 2)
0cfa7f014e4 is described below
commit 0cfa7f014e426f1317ddaeb00fb50ab1c1b40e36
Author: andi-huber <[email protected]>
AuthorDate: Wed Jan 7 09:50:45 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;