|
39 | 39 | <module>providers/flipt</module> |
40 | 40 | <module>providers/configcat</module> |
41 | 41 | <module>providers/statsig</module> |
| 42 | + <module>providers/optimizely</module> |
42 | 43 | <module>providers/multiprovider</module> |
43 | 44 | <module>providers/ofrep</module> |
44 | 45 | <module>tools/flagd-http-connector</module> |
|
79 | 80 | <dependency> |
80 | 81 | <groupId>io.cucumber</groupId> |
81 | 82 | <artifactId>cucumber-bom</artifactId> |
82 | | - <version>7.28.2</version> |
| 83 | + <version>7.29.0</version> |
83 | 84 | <type>pom</type> |
84 | 85 | <scope>import</scope> |
85 | 86 | </dependency> |
86 | 87 | <dependency> |
87 | 88 | <groupId>org.mockito</groupId> |
88 | 89 | <artifactId>mockito-bom</artifactId> |
89 | | - <version>5.19.0</version> |
| 90 | + <version>5.20.0</version> |
90 | 91 | <type>pom</type> |
91 | 92 | <scope>import</scope> |
92 | 93 | </dependency> |
|
132 | 133 | <dependency> |
133 | 134 | <groupId>org.assertj</groupId> |
134 | 135 | <artifactId>assertj-core</artifactId> |
135 | | - <version>3.27.4</version> |
| 136 | + <version>3.27.6</version> |
136 | 137 | <scope>test</scope> |
137 | 138 | </dependency> |
138 | 139 |
|
|
222 | 223 | </plugin> |
223 | 224 | <plugin> |
224 | 225 | <artifactId>maven-compiler-plugin</artifactId> |
225 | | - <version>3.14.0</version> |
| 226 | + <version>3.14.1</version> |
226 | 227 | </plugin> |
227 | 228 |
|
228 | 229 | <!-- automatically derive a module name from the groupId and artifactId --> |
|
242 | 243 | <plugin> |
243 | 244 | <groupId>org.apache.maven.plugins</groupId> |
244 | 245 | <artifactId>maven-surefire-plugin</artifactId> |
245 | | - <version>3.5.3</version> |
| 246 | + <version>3.5.4</version> |
246 | 247 | <configuration> |
247 | 248 | <excludes> |
248 | 249 | <!-- tests to exclude --> |
|
304 | 305 | <plugin> |
305 | 306 | <groupId>org.apache.maven.plugins</groupId> |
306 | 307 | <artifactId>maven-javadoc-plugin</artifactId> |
307 | | - <version>3.11.3</version> |
| 308 | + <version>3.12.0</version> |
308 | 309 | <configuration> |
309 | 310 | <failOnWarnings>${javadoc.failOnWarnings}</failOnWarnings> |
310 | | - <sourceFileExcludes> |
311 | | - <sourceFileExclude>**/GoFeatureFlagProviderOptions.java</sourceFileExclude> |
312 | | - </sourceFileExcludes> |
313 | 311 | <excludePackageNames> |
314 | | - dev.openfeature.flagd.grpc,dev.openfeature.contrib.providers.gofeatureflag.exception,dev.openfeature.contrib.providers.gofeatureflag.bean |
| 312 | + dev.openfeature.flagd.grpc |
315 | 313 | </excludePackageNames> |
316 | 314 | <doclint>all,-missing |
317 | 315 | </doclint> <!-- ignore missing javadoc, these are enforced with more customizability in the checkstyle plugin --> |
|
378 | 376 | <plugin> |
379 | 377 | <groupId>org.sonatype.central</groupId> |
380 | 378 | <artifactId>central-publishing-maven-plugin</artifactId> |
381 | | - <version>0.8.0</version> |
| 379 | + <version>0.9.0</version> |
382 | 380 | <extensions>true</extensions> |
383 | 381 | <configuration> |
384 | 382 | <publishingServerId>central</publishingServerId> |
|
417 | 415 | <dependency> |
418 | 416 | <groupId>com.puppycrawl.tools</groupId> |
419 | 417 | <artifactId>checkstyle</artifactId> |
420 | | - <version>11.0.1</version> |
| 418 | + <version>11.1.0</version> |
421 | 419 | </dependency> |
422 | 420 | </dependencies> |
423 | 421 | <executions> |
|
487 | 485 | <plugin> |
488 | 486 | <groupId>com.diffplug.spotless</groupId> |
489 | 487 | <artifactId>spotless-maven-plugin</artifactId> |
490 | | - <version>2.46.1</version> |
| 488 | + <version>3.0.0</version> |
491 | 489 | <configuration> |
492 | 490 | <!-- optional: limit format enforcement to just the files changed by this feature branch --> |
493 | 491 | <!-- <ratchetFrom>origin/main</ratchetFrom>--> |
|
563 | 561 | <plugin> |
564 | 562 | <groupId>org.apache.maven.plugins</groupId> |
565 | 563 | <artifactId>maven-surefire-plugin</artifactId> |
566 | | - <version>3.5.3</version> |
| 564 | + <version>3.5.4</version> |
567 | 565 | <configuration> |
568 | 566 | <skipTests>${skip.tests}</skipTests> |
569 | 567 | </configuration> |
570 | 568 | </plugin> |
571 | 569 | <plugin> |
572 | 570 | <groupId>org.apache.maven.plugins</groupId> |
573 | 571 | <artifactId>maven-compiler-plugin</artifactId> |
574 | | - <version>3.14.0</version> |
| 572 | + <version>3.14.1</version> |
575 | 573 | <executions> |
576 | 574 | <execution> |
577 | 575 | <id>default-testCompile</id> |
|
0 commit comments