Skip to content

Commit

Permalink
Update codingstyle to 3.25.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 20, 2023
1 parent 1790889 commit ec884db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ skinparam rectangle {
BackgroundColor<<runtime>> lightBlue
BackgroundColor<<provided>> lightGray
}
rectangle "codingstyle-pom\n\n3.34.0-SNAPSHOT" as edu_hm_hafner_codingstyle_pom_pom
rectangle "codingstyle-pom\n\n3.35.0-SNAPSHOT" as edu_hm_hafner_codingstyle_pom_pom
rectangle "spotbugs-annotations\n\n4.7.3" as com_github_spotbugs_spotbugs_annotations_jar
rectangle "error_prone_annotations\n\n2.22.0" as com_google_errorprone_error_prone_annotations_jar
rectangle "error_prone_annotations\n\n2.23.0" as com_google_errorprone_error_prone_annotations_jar
rectangle "streamex\n\n0.8.2" as one_util_streamex_jar
rectangle "codingstyle\n\n3.24.0" as edu_hm_hafner_codingstyle_jar
rectangle "codingstyle\n\n3.25.0" as edu_hm_hafner_codingstyle_jar
rectangle "commons-lang3\n\n3.13.0" as org_apache_commons_commons_lang3_jar
rectangle "commons-io\n\n2.11.0" as commons_io_commons_io_jar
edu_hm_hafner_codingstyle_pom_pom -[#000000]-> com_github_spotbugs_spotbugs_annotations_jar
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<java.version>11</java.version>
<module.name>undefined</module.name>

<codingstyle.config.version>3.24.0</codingstyle.config.version>
<codingstyle.library.version>3.24.0</codingstyle.library.version>
<codingstyle.config.version>3.25.0</codingstyle.config.version>
<codingstyle.library.version>3.25.0</codingstyle.library.version>

<!-- Project Dependencies Configuration -->
<spotbugs.version>4.7.3</spotbugs.version>
Expand Down

0 comments on commit ec884db

Please sign in to comment.