You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/21 08:06:55 UTC

[isis] branch master updated: Bump structurizr.version from 1.6.1 to 1.6.2

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 9724f18  Bump structurizr.version from 1.6.1 to 1.6.2
9724f18 is described below

commit 9724f18630f9a3404f2ff4c18e6a7da5ad1eff31
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Mar 21 08:04:44 2021 +0000

    Bump structurizr.version from 1.6.1 to 1.6.2
    
    Bumps `structurizr.version` from 1.6.1 to 1.6.2.
    
    Updates `structurizr-core` from 1.6.1 to 1.6.2
    - [Release notes](https://github.com/structurizr/java/releases)
    - [Changelog](https://github.com/structurizr/java/blob/master/docs/changelog.md)
    - [Commits](https://github.com/structurizr/java/compare/v1.6.1...v1.6.2)
    
    Updates `structurizr-plantuml` from 1.6.1 to 1.6.2
    - [Release notes](https://github.com/structurizr/java/releases)
    - [Changelog](https://github.com/structurizr/java/blob/master/docs/changelog.md)
    - [Commits](https://github.com/structurizr/java/compare/v1.6.1...v1.6.2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tooling/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/pom.xml b/tooling/pom.xml
index 7057c47..4f57a23 100644
--- a/tooling/pom.xml
+++ b/tooling/pom.xml
@@ -47,7 +47,7 @@
 		<maven-model-builder.version>3.6.3</maven-model-builder.version>
 		<picocli.version>4.6.1</picocli.version>
 		<jsoup.version>1.13.1</jsoup.version>
-		<structurizr.version>1.6.1</structurizr.version>
+		<structurizr.version>1.6.2</structurizr.version>
 
 	</properties>