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 5404715d403 bumps datatables from 1.13.5->2.3.0 (part 2)
5404715d403 is described below
commit 5404715d403633dae85a7bf937674b283f2ebe0b
Author: andi-huber <[email protected]>
AuthorDate: Sun Jul 20 06:04:02 2025 +0200
bumps datatables from 1.13.5->2.3.0 (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 5d07d0d756f..892f34edb7b 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("1.13.5");
+ VERSION("2.3.0");
@Getter @Accessors(fluent = true)
private final String literal;