diff --git a/doc/dependency-graph.puml b/doc/dependency-graph.puml index 0e1ff7cf..802a7e2e 100644 --- a/doc/dependency-graph.puml +++ b/doc/dependency-graph.puml @@ -6,9 +6,9 @@ skinparam rectangle { BackgroundColor<> lightBlue BackgroundColor<> lightGray } -rectangle "codingstyle\n\n4.15.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar +rectangle "codingstyle\n\n5.2.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar rectangle "spotbugs-annotations\n\n4.8.6" as com_github_spotbugs_spotbugs_annotations_jar -rectangle "error_prone_annotations\n\n2.33.0" as com_google_errorprone_error_prone_annotations_jar +rectangle "error_prone_annotations\n\n2.35.1" as com_google_errorprone_error_prone_annotations_jar rectangle "commons-lang3\n\n3.17.0" as org_apache_commons_commons_lang3_jar rectangle "commons-io\n\n2.17.0" as commons_io_commons_io_jar edu_hm_hafner_codingstyle_jar -[#000000]-> com_github_spotbugs_spotbugs_annotations_jar