Skip to content

Commit

Permalink
Upgrade Asciidoctorj Diagram and PlantUML Dependencies (#1525)
Browse files Browse the repository at this point in the history
* Upgrade to asciidoctorj-diagram 2.2.17
* Upgrade to asciidoctorj-diagram-plantuml 1.2023.13
  • Loading branch information
cachescrubber authored Feb 4, 2024
1 parent 7179b6c commit b4e6663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies {
implementation 'io.sentry:sentry:7.3.0'

// when updating the versions here, also update them in AsciiDocDownloaderUtil for dynamic download
testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.2.14'
testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.2.17'
testImplementation 'org.asciidoctor:asciidoctorj-pdf:2.3.10'

testImplementation(gradleTestKit())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ public class AsciiDocDownloaderUtil {

// when updating the version, also update the sha256 hash!
// https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj-diagram
public static final String ASCIIDOCTORJ_DIAGRAM_VERSION = "2.2.14";
private static final String ASCIIDOCTORJ_DIAGRAM_HASH = "7cb5dd9e6f480ddbca51b3c0b60b6d9a1a199ed9462b86103f4d8a0f5b26bbed";
public static final String ASCIIDOCTORJ_DIAGRAM_VERSION = "2.2.17";
private static final String ASCIIDOCTORJ_DIAGRAM_HASH = "15d86a9c7c0554e79258507e4df8473ec401b3b15ad8cc3bb92e05687eef835f";

// https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj-diagram-plantuml/
public static final String ASCIIDOCTORJ_DIAGRAM_PLANTUML_VERSION = "1.2023.12";
private static final String ASCIIDOCTORJ_DIAGRAM_PLANTUML_HASH = "541483ec36929c0d4aaa90d82deded3d22655fb4cf187805ced4dce84e01687b";
public static final String ASCIIDOCTORJ_DIAGRAM_PLANTUML_VERSION = "1.2023.13";
private static final String ASCIIDOCTORJ_DIAGRAM_PLANTUML_HASH = "ec97de9995c8223d7dff42e3ffe5153cb5ebdef3723b0a1f125240e598cb5e67";

// https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj-diagram-ditaamini/
public static final String ASCIIDOCTORJ_DIAGRAM_DITAAMINI_VERSION = "1.0.3";
Expand Down

0 comments on commit b4e6663

Please sign in to comment.