You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/19 05:58:28 UTC

[causeway] 01/02: Bump datatables from 1.13.1 to 1.13.2 (2)

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/causeway.git

commit b9bb7ba11cea313afaed58970c1a7c7a5b03775d
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Feb 19 06:58:02 2023 +0100

    Bump datatables from 1.13.1 to 1.13.2 (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 cff0ef0fcc..00bf21c0ba 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.13.1");
+    VERSION("1.13.2");
 
     @Getter @Accessors(fluent = true)
     private final String literal;