Skip to content

Commit 0c0e0a4

Browse files
authored
Merge pull request #126 from it-at-m/renovate/patch-spotbugs-annotations.version
fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.9.4
2 parents a8b55f5 + 715b94a commit 0c0e0a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ticketing-eventing/handler-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
5050
<pmd-maven-plugin.version>3.27.0</pmd-maven-plugin.version>
5151
<spotbugs-maven-plugin.version>4.9.4.2</spotbugs-maven-plugin.version>
52-
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
52+
<spotbugs-annotations.version>4.9.4</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
5353
<findsecbugs-plugin.version>1.14.0</findsecbugs-plugin.version>
5454

5555
<!-- Testing -->

ticketing-eventing/mail-handler-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
5454
<pmd-maven-plugin.version>3.27.0</pmd-maven-plugin.version>
5555
<spotbugs-maven-plugin.version>4.9.4.2</spotbugs-maven-plugin.version>
56-
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
56+
<spotbugs-annotations.version>4.9.4</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
5757
<findsecbugs-plugin.version>1.14.0</findsecbugs-plugin.version>
5858

5959
<!-- Testing -->

0 commit comments

Comments
 (0)