|
5 | 5 |
|
6 | 6 | <groupId>dev.openfeature</groupId>
|
7 | 7 | <artifactId>sdk</artifactId>
|
8 |
| - <version>1.18.0</version> <!--x-release-please-version --> |
| 8 | + <version>1.18.1</version> <!--x-release-please-version --> |
9 | 9 |
|
10 | 10 | <properties>
|
11 | 11 | <toolchain.jdk.version>[17,)</toolchain.jdk.version>
|
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
13 | 13 | <maven.compiler.source>11</maven.compiler.source>
|
14 | 14 | <maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
|
15 |
| - <org.mockito.version>5.19.0</org.mockito.version> |
16 | 15 | <com.vmlens.version>1.2.14</com.vmlens.version>
|
| 16 | + <org.mockito.version>5.20.0</org.mockito.version> |
17 | 17 | <!-- exclusion expression for e2e tests -->
|
18 | 18 | <testExclusions>**/e2e/*.java</testExclusions>
|
19 | 19 | <module-name>${project.groupId}.${project.artifactId}</module-name>
|
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>org.projectlombok</groupId>
|
55 | 55 | <artifactId>lombok</artifactId>
|
56 |
| - <version>1.18.40</version> |
| 56 | + <version>1.18.42</version> |
57 | 57 | <scope>provided</scope>
|
58 | 58 | </dependency>
|
59 | 59 |
|
60 | 60 | <dependency>
|
61 | 61 | <!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath -->
|
62 | 62 | <groupId>com.github.spotbugs</groupId>
|
63 | 63 | <artifactId>spotbugs</artifactId>
|
64 |
| - <version>4.9.5</version> |
| 64 | + <version>4.9.6</version> |
65 | 65 | <scope>provided</scope>
|
66 | 66 | </dependency>
|
67 | 67 |
|
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.assertj</groupId>
|
91 | 91 | <artifactId>assertj-core</artifactId>
|
92 |
| - <version>3.27.4</version> |
| 92 | + <version>3.27.5</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 |
|
|
151 | 151 | <dependency>
|
152 | 152 | <groupId>com.google.guava</groupId>
|
153 | 153 | <artifactId>guava</artifactId>
|
154 |
| - <version>33.4.8-jre</version> |
| 154 | + <version>33.5.0-jre</version> |
155 | 155 | <scope>test</scope>
|
156 | 156 | </dependency>
|
157 | 157 |
|
|
349 | 349 | </activation>
|
350 | 350 | <build>
|
351 | 351 | <plugins>
|
352 |
| - <plugin> |
| 352 | + <!--<plugin> |
353 | 353 | <groupId>com.vmlens</groupId>
|
354 | 354 | <artifactId>vmlens-maven-plugin</artifactId>
|
355 | 355 | <version>${com.vmlens.version}</version>
|
|
364 | 364 | </configuration>
|
365 | 365 | </execution>
|
366 | 366 | </executions>
|
367 |
| - </plugin> |
| 367 | + </plugin>--> |
368 | 368 | <plugin>
|
369 | 369 | <artifactId>maven-dependency-plugin</artifactId>
|
370 | 370 | <version>3.8.1</version>
|
|
445 | 445 | <limit>
|
446 | 446 | <counter>LINE</counter>
|
447 | 447 | <value>COVEREDRATIO</value>
|
448 |
| - <minimum>0.80</minimum> |
| 448 | + <minimum>0.70</minimum> |
449 | 449 | </limit>
|
450 | 450 | </limits>
|
451 | 451 | </rule>
|
|
458 | 458 | <plugin>
|
459 | 459 | <groupId>com.github.spotbugs</groupId>
|
460 | 460 | <artifactId>spotbugs-maven-plugin</artifactId>
|
461 |
| - <version>4.9.5.0</version> |
| 461 | + <version>4.9.6.0</version> |
462 | 462 | <configuration>
|
463 | 463 | <excludeFilterFile>spotbugs-exclusions.xml</excludeFilterFile>
|
464 | 464 | <plugins>
|
|
474 | 474 | <dependency>
|
475 | 475 | <groupId>com.github.spotbugs</groupId>
|
476 | 476 | <artifactId>spotbugs</artifactId>
|
477 |
| - <version>4.9.5</version> |
| 477 | + <version>4.9.6</version> |
478 | 478 | </dependency>
|
479 | 479 | </dependencies>
|
480 | 480 | <executions>
|
|
0 commit comments