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/09 07:07:23 UTC

[isis] branch post-m5-release updated: Bump structurizr.version from 1.6.0 to 1.6.1

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

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/post-m5-release by this push:
     new 41fd411  Bump structurizr.version from 1.6.0 to 1.6.1
41fd411 is described below

commit 41fd411f851394e16553cc2897ffbb5d24f76f87
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 9 05:54:52 2021 +0000

    Bump structurizr.version from 1.6.0 to 1.6.1
    
    Bumps `structurizr.version` from 1.6.0 to 1.6.1.
    
    Updates `structurizr-core` from 1.6.0 to 1.6.1
    - [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.0...v1.6.1)
    
    Updates `structurizr-plantuml` from 1.6.0 to 1.6.1
    - [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.0...v1.6.1)
    
    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 bb5661f..7057c47 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.0</structurizr.version>
+		<structurizr.version>1.6.1</structurizr.version>
 
 	</properties>