Skip to content

Commit a7ae53c

Browse files
Bump asciidoctorj-diagram from 2.2.4 to 2.2.7 (#533)
* Bump asciidoctorj-diagram from 2.2.4 to 2.2.7 Bumps [asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.2.4 to 2.2.7. - [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases) - [Commits](https://github.com/asciidoctor/asciidoctorj-diagram/commits) --- updated-dependencies: - dependency-name: org.asciidoctor:asciidoctorj-diagram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * make it compatible with new PlantUML --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Ponomarev <iponomarev@mail.ru>
1 parent 49cb449 commit a7ae53c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

celesta-documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.asciidoctor</groupId>
4646
<artifactId>asciidoctorj-diagram</artifactId>
47-
<version>2.2.4</version>
47+
<version>2.2.7</version>
4848
</dependency>
4949
</dependencies>
5050
<configuration>

celesta-documentation/src/main/asciidoc/uml.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ class FooCursor {
106106
+setBar(String bar)
107107
}
108108
109-
class FooCursor.Columns {
109+
class Columns {
110110
+foo(): ColumnMeta<Integer>
111111
+bar(): ColumnMeta<String>
112112
}
113113
114-
FooCursor "COLUMNS" --> FooCursor.Columns
114+
FooCursor "COLUMNS" --> Columns
115115
@enduml
116116
----
117117

0 commit comments

Comments
 (0)