Skip to content

Commit c6e2e6b

Browse files
authored
Merge branch 'main' into improve-wait-logic-to-a-more-elegant-solution-#1160
2 parents b52c55c + 8acfe61 commit c6e2e6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
</plugin>
240240
<plugin>
241241
<artifactId>maven-compiler-plugin</artifactId>
242-
<version>3.13.0</version>
242+
<version>3.14.0</version>
243243
</plugin>
244244

245245
<!-- automatically derive a module name from the groupId and artifactId -->
@@ -456,7 +456,7 @@
456456
<plugin>
457457
<groupId>com.github.spotbugs</groupId>
458458
<artifactId>spotbugs-maven-plugin</artifactId>
459-
<version>4.8.6.6</version>
459+
<version>4.9.1.0</version>
460460
<configuration>
461461
<excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
462462
<plugins>
@@ -574,7 +574,7 @@
574574
<plugin>
575575
<groupId>org.apache.maven.plugins</groupId>
576576
<artifactId>maven-compiler-plugin</artifactId>
577-
<version>3.13.0</version>
577+
<version>3.14.0</version>
578578
<executions>
579579
<execution>
580580
<id>default-testCompile</id>

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>com.github.spotbugs</groupId>
280280
<artifactId>spotbugs-maven-plugin</artifactId>
281-
<version>4.8.6.6</version>
281+
<version>4.9.1.0</version>
282282
<configuration>
283283
<onlyAnalyze>dev.openfeature.contrib.-</onlyAnalyze>
284284
</configuration>

0 commit comments

Comments
 (0)