|
5 | 5 |
|
6 | 6 | <groupId>dev.openfeature</groupId> |
7 | 7 | <artifactId>sdk</artifactId> |
8 | | - <version>1.16.0</version> <!--x-release-please-version --> |
| 8 | + <version>1.17.0</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.18.0</org.mockito.version> |
| 15 | + <org.mockito.version>5.19.0</org.mockito.version> |
16 | 16 | <!-- exclusion expression for e2e tests --> |
17 | 17 | <testExclusions>**/e2e/*.java</testExclusions> |
18 | 18 | <module-name>${project.groupId}.${project.artifactId}</module-name> |
|
60 | 60 | <!-- used so that lombok can generate suppressions for spotbugs. It needs to find it on the relevant classpath --> |
61 | 61 | <groupId>com.github.spotbugs</groupId> |
62 | 62 | <artifactId>spotbugs</artifactId> |
63 | | - <version>4.8.6</version> |
| 63 | + <version>4.9.4</version> |
64 | 64 | <scope>provided</scope> |
65 | 65 | </dependency> |
66 | 66 |
|
|
88 | 88 | <dependency> |
89 | 89 | <groupId>org.assertj</groupId> |
90 | 90 | <artifactId>assertj-core</artifactId> |
91 | | - <version>3.27.3</version> |
| 91 | + <version>3.27.4</version> |
92 | 92 | <scope>test</scope> |
93 | 93 | </dependency> |
94 | 94 |
|
|
185 | 185 | <dependency> |
186 | 186 | <groupId>net.bytebuddy</groupId> |
187 | 187 | <artifactId>byte-buddy</artifactId> |
188 | | - <version>1.17.6</version> |
| 188 | + <version>1.17.7</version> |
189 | 189 | <scope>test</scope> |
190 | 190 | </dependency> |
191 | 191 |
|
192 | 192 | <dependency> |
193 | 193 | <groupId>net.bytebuddy</groupId> |
194 | 194 | <artifactId>byte-buddy-agent</artifactId> |
195 | | - <version>1.17.6</version> |
| 195 | + <version>1.17.7</version> |
196 | 196 | <scope>test</scope> |
197 | 197 | </dependency> |
198 | 198 | --> |
|
201 | 201 | <dependency> |
202 | 202 | <groupId>io.cucumber</groupId> |
203 | 203 | <artifactId>cucumber-bom</artifactId> |
204 | | - <version>7.24.0</version> |
| 204 | + <version>7.27.2</version> |
205 | 205 | <type>pom</type> |
206 | 206 | <scope>import</scope> |
207 | 207 | </dependency> |
208 | 208 |
|
209 | 209 | <dependency> |
210 | 210 | <groupId>org.junit</groupId> |
211 | 211 | <artifactId>junit-bom</artifactId> |
212 | | - <version>5.13.3</version> |
| 212 | + <version>5.13.4</version> |
213 | 213 | <type>pom</type> |
214 | 214 | <scope>import</scope> |
215 | 215 | </dependency> |
|
441 | 441 | <dependency> |
442 | 442 | <groupId>com.github.spotbugs</groupId> |
443 | 443 | <artifactId>spotbugs</artifactId> |
444 | | - <version>4.8.6</version> |
| 444 | + <version>4.9.4</version> |
445 | 445 | </dependency> |
446 | 446 | </dependencies> |
447 | 447 | <executions> |
|
469 | 469 | <dependency> |
470 | 470 | <groupId>com.puppycrawl.tools</groupId> |
471 | 471 | <artifactId>checkstyle</artifactId> |
472 | | - <version>10.26.1</version> |
| 472 | + <version>11.0.0</version> |
473 | 473 | </dependency> |
474 | 474 | </dependencies> |
475 | 475 | <executions> |
|
485 | 485 | <plugin> |
486 | 486 | <groupId>com.diffplug.spotless</groupId> |
487 | 487 | <artifactId>spotless-maven-plugin</artifactId> |
488 | | - <version>2.45.0</version> |
| 488 | + <version>2.46.1</version> |
489 | 489 | <configuration> |
490 | 490 | <!-- optional: limit format enforcement to just the files changed by this feature branch --> |
491 | 491 | <!-- <ratchetFrom>origin/main</ratchetFrom>--> |
|
571 | 571 | <plugin> |
572 | 572 | <groupId>org.apache.maven.plugins</groupId> |
573 | 573 | <artifactId>maven-javadoc-plugin</artifactId> |
574 | | - <version>3.11.2</version> |
| 574 | + <version>3.11.3</version> |
575 | 575 | <configuration> |
576 | 576 | <failOnWarnings>true</failOnWarnings> |
577 | 577 | <doclint>all,-missing |
|
0 commit comments