diff --git a/doc/dependency-graph.puml b/doc/dependency-graph.puml index 567dc564..46491e76 100644 --- a/doc/dependency-graph.puml +++ b/doc/dependency-graph.puml @@ -10,9 +10,9 @@ rectangle "codingstyle-pom\n\n4.4.0-SNAPSHOT" as edu_hm_hafner_codingstyle_pom_p rectangle "spotbugs-annotations\n\n4.8.4" as com_github_spotbugs_spotbugs_annotations_jar rectangle "error_prone_annotations\n\n2.26.1" as com_google_errorprone_error_prone_annotations_jar rectangle "streamex\n\n0.8.2" as one_util_streamex_jar -rectangle "codingstyle\n\n4.2.0" as edu_hm_hafner_codingstyle_jar +rectangle "codingstyle\n\n4.3.0" as edu_hm_hafner_codingstyle_jar rectangle "commons-lang3\n\n3.14.0" as org_apache_commons_commons_lang3_jar -rectangle "commons-io\n\n2.16.0" as commons_io_commons_io_jar +rectangle "commons-io\n\n2.16.1" as commons_io_commons_io_jar edu_hm_hafner_codingstyle_pom_pom -[#000000]-> com_github_spotbugs_spotbugs_annotations_jar edu_hm_hafner_codingstyle_pom_pom -[#000000]-> com_google_errorprone_error_prone_annotations_jar edu_hm_hafner_codingstyle_pom_pom -[#000000]-> one_util_streamex_jar