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 3f5a06bf359 Bump org.webjars:datatables from 2.3.2 to 2.3.5 (part2)
3f5a06bf359 is described below
commit 3f5a06bf359e0076aa492e90134dfc0441a62f41
Author: andi-huber <[email protected]>
AuthorDate: Mon Dec 15 15:21:00 2025 +0100
Bump org.webjars:datatables from 2.3.2 to 2.3.5 (part2)
---
.../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 bf13106d201..3ee11c60840 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.2");
+ VERSION("2.3.5");
@Getter @Accessors(fluent = true)
private final String literal;