From 024f7bd68a30420e6d4c60a64a1f8f6f2d3096dd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jun 2024 07:36:00 +0000 Subject: [PATCH] Update dependency graph to latest versions from POM --- doc/dependency-graph.puml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dependency-graph.puml b/doc/dependency-graph.puml index 83f7babe..f961c078 100644 --- a/doc/dependency-graph.puml +++ b/doc/dependency-graph.puml @@ -8,7 +8,7 @@ skinparam rectangle { } rectangle "codingstyle\n\n4.11.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar rectangle "spotbugs-annotations\n\n4.8.5" as com_github_spotbugs_spotbugs_annotations_jar -rectangle "error_prone_annotations\n\n2.27.1" as com_google_errorprone_error_prone_annotations_jar +rectangle "error_prone_annotations\n\n2.28.0" as com_google_errorprone_error_prone_annotations_jar rectangle "commons-lang3\n\n3.14.0" as org_apache_commons_commons_lang3_jar rectangle "commons-io\n\n2.16.1" as commons_io_commons_io_jar edu_hm_hafner_codingstyle_jar -[#000000]-> com_github_spotbugs_spotbugs_annotations_jar