This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new ae9e97eae0 Bump datatables from 1.12.1 to 1.13.1 (2)
ae9e97eae0 is described below

commit ae9e97eae056c3cf192b3d407719fa085d2f52da
Author: Andi Huber <[email protected]>
AuthorDate: Wed Nov 23 05:17:35 2022 +0100

    Bump datatables from 1.12.1 to 1.13.1 (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 ca1cf25048..cff0ef0fcc 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 @@ import lombok.experimental.Accessors;
 @RequiredArgsConstructor
 enum DatatablesDotNet {
 
-    VERSION("1.12.1");
+    VERSION("1.13.1");
 
     @Getter @Accessors(fluent = true)
     private final String literal;

Reply via email to