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 Feb 23, 2024
1 parent e24f1c6 commit b78c4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skinparam rectangle {
BackgroundColor<<runtime>> lightBlue
BackgroundColor<<provided>> lightGray
}
rectangle "analysis-model\n\n11.21.0-SNAPSHOT" as edu_hm_hafner_analysis_model_jar
rectangle "analysis-model\n\n12.0.0-SNAPSHOT" as edu_hm_hafner_analysis_model_jar
rectangle "jsoup\n\n1.17.2" as org_jsoup_jsoup_jar
rectangle "commons-io\n\n2.15.1" as commons_io_commons_io_jar
rectangle "commons-digester3\n\n3.2" as org_apache_commons_commons_digester3_jar
Expand Down Expand Up @@ -38,9 +38,9 @@ rectangle "json-smart\n\n2.5.0" as net_minidev_json_smart_jar
rectangle "accessors-smart\n\n2.5.0" as net_minidev_accessors_smart_jar
rectangle "slf4j-api\n\n2.0.12" as org_slf4j_slf4j_api_jar
rectangle "spotbugs-annotations\n\n4.8.3" as com_github_spotbugs_spotbugs_annotations_jar
rectangle "error_prone_annotations\n\n2.24.1" as com_google_errorprone_error_prone_annotations_jar
rectangle "error_prone_annotations\n\n2.25.0" as com_google_errorprone_error_prone_annotations_jar
rectangle "streamex\n\n0.8.2" as one_util_streamex_jar
rectangle "codingstyle\n\n3.41.0" as edu_hm_hafner_codingstyle_jar
rectangle "codingstyle\n\n3.42.0" as edu_hm_hafner_codingstyle_jar
rectangle "commons-lang3\n\n3.14.0" as org_apache_commons_commons_lang3_jar
edu_hm_hafner_analysis_model_jar -[#000000]-> org_jsoup_jsoup_jar
edu_hm_hafner_analysis_model_jar -[#000000]-> commons_io_commons_io_jar
Expand Down

0 comments on commit b78c4c2

Please sign in to comment.