You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by gi...@apache.org on 2022/06/01 04:16:20 UTC

[isis] branch dependabot/maven/master/asciidoctorj.version-2.5.4 created (now b7979dadbc)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/master/asciidoctorj.version-2.5.4
in repository https://gitbox.apache.org/repos/asf/isis.git


      at b7979dadbc Bump asciidoctorj.version from 2.5.3 to 2.5.4

This branch includes the following new commits:

     new b7979dadbc Bump asciidoctorj.version from 2.5.3 to 2.5.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[isis] 01/01: Bump asciidoctorj.version from 2.5.3 to 2.5.4

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/maven/master/asciidoctorj.version-2.5.4
in repository https://gitbox.apache.org/repos/asf/isis.git

commit b7979dadbca78ab7281ac600fe0e2fb023e0cd8b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 1 04:16:17 2022 +0000

    Bump asciidoctorj.version from 2.5.3 to 2.5.4
    
    Bumps `asciidoctorj.version` from 2.5.3 to 2.5.4.
    
    Updates `asciidoctorj-api` from 2.5.3 to 2.5.4
    - [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
    - [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
    - [Commits](https://github.com/asciidoctor/asciidoctorj/compare/v2.5.3...v2.5.4)
    
    Updates `asciidoctorj` from 2.5.3 to 2.5.4
    - [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
    - [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
    - [Commits](https://github.com/asciidoctor/asciidoctorj/compare/v2.5.3...v2.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.asciidoctor:asciidoctorj-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.asciidoctor:asciidoctorj
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tooling/pom.xml             | 2 +-
 valuetypes/asciidoc/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/pom.xml b/tooling/pom.xml
index 701aa7f82b..ffafd98d98 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -40,7 +40,7 @@
 		<jar-plugin.automaticModuleName>org.apache.isis.tooling</jar-plugin.automaticModuleName>
 		<git-plugin.propertiesDir>org/apache/isis/tooling</git-plugin.propertiesDir>
 
-		<asciidoctorj.version>2.5.3</asciidoctorj.version>
+		<asciidoctorj.version>2.5.4</asciidoctorj.version>
 		<gradle-tooling.version>7.1.1</gradle-tooling.version>
 		<maven-model-builder.version>3.8.5</maven-model-builder.version>
 		<picocli.version>4.6.3</picocli.version>
diff --git a/valuetypes/asciidoc/pom.xml b/valuetypes/asciidoc/pom.xml
index 3c66c39ad2..e86bebe32e 100644
--- a/valuetypes/asciidoc/pom.xml
+++ b/valuetypes/asciidoc/pom.xml
@@ -29,7 +29,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
-		<asciidoctorj.version>2.5.3</asciidoctorj.version>
+		<asciidoctorj.version>2.5.4</asciidoctorj.version>
 	</properties>
 
 	<modules>