Skip to content

Commit 8935d39

Browse files
authored
Merge branch 'main' into bug/fix-dist-folder-name-generation
2 parents 70f8717 + 85d9477 commit 8935d39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

personalization-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
3434
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
3535
<pmd-maven-plugin.version>3.27.0</pmd-maven-plugin.version>
36-
<spotbugs-maven-plugin.version>4.9.4.0</spotbugs-maven-plugin.version>
36+
<spotbugs-maven-plugin.version>4.9.4.2</spotbugs-maven-plugin.version>
3737
<spotbugs-annotations.version>4.9.4</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
3838
<findsecbugs-plugin.version>1.14.0</findsecbugs-plugin.version>
3939

ticketing-eventing/eventing-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
5252
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
5353
<pmd-maven-plugin.version>3.27.0</pmd-maven-plugin.version>
54-
<spotbugs-maven-plugin.version>4.9.4.0</spotbugs-maven-plugin.version>
54+
<spotbugs-maven-plugin.version>4.9.4.2</spotbugs-maven-plugin.version>
5555
<spotbugs-annotations.version>4.9.4</spotbugs-annotations.version> <!-- must match the patch version of spotbugs-maven-plugin -->
5656
<findsecbugs-plugin.version>1.14.0</findsecbugs-plugin.version>
5757

ticketing-eventing/handler-core/pom.xml

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

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

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

0 commit comments

Comments
 (0)