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


The following commit(s) were added to refs/heads/master by this push:
     new b0f65452f9 Bump asciidoctorj.version from 2.5.12 to 2.5.13
b0f65452f9 is described below

commit b0f65452f921a4a903da38b7c6118c2b7c5fa0be
Author: andi-huber <[email protected]>
AuthorDate: Mon May 20 07:41:35 2024 +0200

    Bump asciidoctorj.version from 2.5.12 to 2.5.13
---
 bom/pom.xml                                                          | 2 +-
 .../apache/causeway/valuetypes/asciidoc/builder/ast/SimpleTable.java | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index aa87300113..7d787cbe17 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -87,7 +87,7 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
         <!-- LIBRARY DEPENDENCIES -->
 
         <archunit.version>1.3.0</archunit.version>
-        <asciidoctorj.version>2.5.12</asciidoctorj.version>
+        <asciidoctorj.version>2.5.13</asciidoctorj.version>
         <asm.version>9.7</asm.version> <!-- keep in sync with 
org.eclipse.persistence:org.eclipse.persistence.asm -->
         <approvaltests.version>24.1.0</approvaltests.version>
 
diff --git 
a/valuetypes/asciidoc/builder/src/main/java/org/apache/causeway/valuetypes/asciidoc/builder/ast/SimpleTable.java
 
b/valuetypes/asciidoc/builder/src/main/java/org/apache/causeway/valuetypes/asciidoc/builder/ast/SimpleTable.java
index a7762d4b2f..e093a60184 100644
--- 
a/valuetypes/asciidoc/builder/src/main/java/org/apache/causeway/valuetypes/asciidoc/builder/ast/SimpleTable.java
+++ 
b/valuetypes/asciidoc/builder/src/main/java/org/apache/causeway/valuetypes/asciidoc/builder/ast/SimpleTable.java
@@ -55,4 +55,9 @@ public class SimpleTable extends SimpleStructuralNode 
implements Table {
         setAttribute(GRID_ATTR, this.grid = grid, true);
     }
 
+    @Override
+    public void assignColumnWidths() {
+        // no-op
+    }
+
 }

Reply via email to