Skip to content

Commit

Permalink
Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 (#1639)
Browse files Browse the repository at this point in the history
Bumps [org.asciidoctor:asciidoctorj-diagram](https://github.com/asciidoctor/asciidoctorj-diagram) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/asciidoctor/asciidoctorj-diagram/releases)
- [Commits](asciidoctor/asciidoctorj-diagram@v2.3.0...v2.3.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 29, 2024
1 parent 8ec3620 commit 3f83496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This document provides a high-level view of the changes introduced by release.
=== 0.42.3

- Bump org.asciidoctor:asciidoctorj-pdf from 2.3.15 to 2.3.17 (#1634)
- Bump org.asciidoctor:asciidoctorj-diagram from 2.3.0 to 2.3.1 (#1639)

=== 0.42.2

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dependencies {
implementation 'io.sentry:sentry:7.10.0'

// when updating the versions here, also update them in AsciiDocDownloaderUtil for dynamic download
testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.3.0'
testImplementation 'org.asciidoctor:asciidoctorj-diagram:2.3.1'
testImplementation 'org.asciidoctor:asciidoctorj-diagram-plantuml:1.2024.3'
testImplementation 'org.asciidoctor:asciidoctorj-pdf:2.3.17'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ 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.3.0";
private static final String ASCIIDOCTORJ_DIAGRAM_HASH = "f735857060095e35eb70a119063d0f0f1882d8b92f73499f640d99c6ecce8642";
public static final String ASCIIDOCTORJ_DIAGRAM_VERSION = "2.3.1";
private static final String ASCIIDOCTORJ_DIAGRAM_HASH = "0a333766c28e76fd56612d41a15886b20985644d6618296178ee23ee36315804";

// https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj-diagram-plantuml/
public static final String ASCIIDOCTORJ_DIAGRAM_PLANTUML_VERSION = "1.2024.3";
Expand Down

0 comments on commit 3f83496

Please sign in to comment.