|
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 |
|
|
179 | 179 | <dependency> |
180 | 180 | <groupId>net.bytebuddy</groupId> |
181 | 181 | <artifactId>byte-buddy</artifactId> |
182 | | - <version>1.17.6</version> |
| 182 | + <version>1.17.7</version> |
183 | 183 | <scope>test</scope> |
184 | 184 | </dependency> |
185 | 185 |
|
186 | 186 | <dependency> |
187 | 187 | <groupId>net.bytebuddy</groupId> |
188 | 188 | <artifactId>byte-buddy-agent</artifactId> |
189 | | - <version>1.17.6</version> |
| 189 | + <version>1.17.7</version> |
190 | 190 | <scope>test</scope> |
191 | 191 | </dependency> |
192 | 192 | <!-- End mockito workaround--> |
193 | 193 |
|
194 | 194 | <dependency> |
195 | 195 | <groupId>io.cucumber</groupId> |
196 | 196 | <artifactId>cucumber-bom</artifactId> |
197 | | - <version>7.24.0</version> |
| 197 | + <version>7.27.2</version> |
198 | 198 | <type>pom</type> |
199 | 199 | <scope>import</scope> |
200 | 200 | </dependency> |
201 | 201 |
|
202 | 202 | <dependency> |
203 | 203 | <groupId>org.junit</groupId> |
204 | 204 | <artifactId>junit-bom</artifactId> |
205 | | - <version>5.13.3</version> |
| 205 | + <version>5.13.4</version> |
206 | 206 | <type>pom</type> |
207 | 207 | <scope>import</scope> |
208 | 208 | </dependency> |
|
419 | 419 | <dependency> |
420 | 420 | <groupId>com.github.spotbugs</groupId> |
421 | 421 | <artifactId>spotbugs</artifactId> |
422 | | - <version>4.8.6</version> |
| 422 | + <version>4.9.4</version> |
423 | 423 | </dependency> |
424 | 424 | </dependencies> |
425 | 425 | <executions> |
|
447 | 447 | <dependency> |
448 | 448 | <groupId>com.puppycrawl.tools</groupId> |
449 | 449 | <artifactId>checkstyle</artifactId> |
450 | | - <version>10.26.1</version> |
| 450 | + <version>11.0.0</version> |
451 | 451 | </dependency> |
452 | 452 | </dependencies> |
453 | 453 | <executions> |
|
463 | 463 | <plugin> |
464 | 464 | <groupId>com.diffplug.spotless</groupId> |
465 | 465 | <artifactId>spotless-maven-plugin</artifactId> |
466 | | - <version>2.45.0</version> |
| 466 | + <version>2.46.1</version> |
467 | 467 | <configuration> |
468 | 468 | <!-- optional: limit format enforcement to just the files changed by this feature branch --> |
469 | 469 | <!-- <ratchetFrom>origin/main</ratchetFrom>--> |
|
549 | 549 | <plugin> |
550 | 550 | <groupId>org.apache.maven.plugins</groupId> |
551 | 551 | <artifactId>maven-javadoc-plugin</artifactId> |
552 | | - <version>3.11.2</version> |
| 552 | + <version>3.11.3</version> |
553 | 553 | <configuration> |
554 | 554 | <failOnWarnings>true</failOnWarnings> |
555 | 555 | <doclint>all,-missing |
|
0 commit comments