Skip to content

Commit 8a41667

Browse files
committed
Update dependency graph to latest versions from POM
1 parent f45847c commit 8a41667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/dependency-graph.puml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ skinparam rectangle {
66
BackgroundColor<<runtime>> lightBlue
77
BackgroundColor<<provided>> lightGray
88
}
9-
rectangle "codingstyle\n\n5.20.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar
109
rectangle "spotbugs-annotations\n\n4.9.6" as com_github_spotbugs_spotbugs_annotations_jar
10+
rectangle "jsr305\n\n3.0.2" as com_google_code_findbugs_jsr305_jar
11+
rectangle "codingstyle\n\n5.20.0-SNAPSHOT" as edu_hm_hafner_codingstyle_jar
1112
rectangle "error_prone_annotations\n\n2.41.0" as com_google_errorprone_error_prone_annotations_jar
1213
rectangle "commons-lang3\n\n3.18.0" as org_apache_commons_commons_lang3_jar
1314
rectangle "commons-io\n\n2.20.0" as commons_io_commons_io_jar
15+
com_github_spotbugs_spotbugs_annotations_jar .[#ABABAB].> com_google_code_findbugs_jsr305_jar
1416
edu_hm_hafner_codingstyle_jar -[#000000]-> com_github_spotbugs_spotbugs_annotations_jar
1517
edu_hm_hafner_codingstyle_jar -[#000000]-> com_google_errorprone_error_prone_annotations_jar
1618
edu_hm_hafner_codingstyle_jar -[#000000]-> org_apache_commons_commons_lang3_jar

0 commit comments

Comments
 (0)