|
29 | 29 | <maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version> |
30 | 30 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
31 | 31 | <surefire-plugin.version>3.5.6</surefire-plugin.version> <!-- 3.3.0 --> |
32 | | - <jacoco.version>0.8.14</jacoco.version> <!-- 0.8.12 --> |
| 32 | + <jacoco.version>0.8.15</jacoco.version> <!-- 0.8.12 --> |
33 | 33 | <git-commit-id-maven-plugin.version>10.0.0</git-commit-id-maven-plugin.version> |
34 | 34 | <mycila-license-plugin.version>5.0.0</mycila-license-plugin.version> |
35 | | - <spotless-maven-plugin.version>3.6.0</spotless-maven-plugin.version> |
| 35 | + <spotless-maven-plugin.version>3.7.0</spotless-maven-plugin.version> |
36 | 36 | <google-java-format.version>1.35.0</google-java-format.version> |
37 | 37 | <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version> |
38 | | - <checkstyle.version>13.5.0</checkstyle.version> |
39 | | - <spotbugs-maven-plugin.version>4.9.8.3</spotbugs-maven-plugin.version> |
| 38 | + <checkstyle.version>13.6.0</checkstyle.version> |
| 39 | + <spotbugs-maven-plugin.version>4.10.2.0</spotbugs-maven-plugin.version> |
40 | 40 | <org.mapstruct.version>1.6.3</org.mapstruct.version> |
41 | 41 | <lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version> |
42 | 42 | <lombok.version>1.18.46</lombok.version> |
|
318 | 318 | <parent> |
319 | 319 | <groupId>org.springframework.boot</groupId> |
320 | 320 | <artifactId>spring-boot-starter-parent</artifactId> |
321 | | - <version>4.0.6</version> |
| 321 | + <version>4.1.0</version> |
322 | 322 | </parent> |
323 | 323 | <dependencies> |
324 | 324 | <dependency> |
|
352 | 352 | <dependency> |
353 | 353 | <groupId>org.springframework.boot</groupId> |
354 | 354 | <artifactId>spring-boot-starter-webflux</artifactId> |
355 | | - <version>4.0.6</version> |
| 355 | + <version>4.1.0</version> |
356 | 356 | </dependency> |
357 | 357 | <dependency> |
358 | 358 | <groupId>org.springframework.boot</groupId> |
|
371 | 371 | <dependency> |
372 | 372 | <groupId>org.springframework.boot</groupId> |
373 | 373 | <artifactId>spring-boot-starter-test</artifactId> |
374 | | - <version>4.0.6</version> |
| 374 | + <version>4.1.0</version> |
375 | 375 | </dependency> |
376 | 376 |
|
377 | 377 | <dependency> |
|
0 commit comments