Skip to content

Commit

Permalink
Update dependency graph to latest versions from POM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 1, 2024
1 parent fe8e28d commit c6931fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rectangle "analysis-model\n\n12.1.0" as edu_hm_hafner_analysis_model_jar
rectangle "jsoup\n\n1.17.2" as org_jsoup_jsoup_jar
rectangle "commons-digester3\n\n3.2" as org_apache_commons_commons_digester3_jar
rectangle "cglib\n\n2.2.2" as cglib_cglib_jar
rectangle "commons-logging\n\n1.3.0" as commons_logging_commons_logging_jar
rectangle "commons-logging\n\n1.3.1" as commons_logging_commons_logging_jar
rectangle "commons-beanutils\n\n1.9.4" as commons_beanutils_commons_beanutils_jar
rectangle "commons-collections\n\n3.2.2" as commons_collections_commons_collections_jar
rectangle "commons-text\n\n1.11.0" as org_apache_commons_commons_text_jar
Expand Down Expand Up @@ -41,13 +41,13 @@ rectangle "coverage-model\n\n0.42.0" as edu_hm_hafner_coverage_model_jar
rectangle "jackson-databind\n\n2.17.0" as com_fasterxml_jackson_core_jackson_databind_jar
rectangle "jackson-annotations\n\n2.17.0" as com_fasterxml_jackson_core_jackson_annotations_jar
rectangle "jackson-core\n\n2.17.0" as com_fasterxml_jackson_core_jackson_core_jar
rectangle "byte-buddy\n\n1.14.12" as net_bytebuddy_byte_buddy_jar
rectangle "byte-buddy\n\n1.14.13" as net_bytebuddy_byte_buddy_jar
rectangle "spotbugs-annotations\n\n4.8.3" 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.0.1" as edu_hm_hafner_codingstyle_jar
rectangle "codingstyle\n\n4.1.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.15.1" as commons_io_commons_io_jar
rectangle "commons-io\n\n2.16.0" as commons_io_commons_io_jar
edu_hm_hafner_analysis_model_jar -[#000000]-> org_jsoup_jsoup_jar
org_apache_commons_commons_digester3_jar -[#000000]-> cglib_cglib_jar
org_apache_commons_commons_digester3_jar -[#000000]-> commons_logging_commons_logging_jar
Expand Down

0 comments on commit c6931fd

Please sign in to comment.