|
33 | 33 |
|
34 | 34 | <aspectj.version>1.9.22.1</aspectj.version> |
35 | 35 | <assertj.version>3.26.3</assertj.version> |
36 | | - <junit-jupiter.version>5.11.2</junit-jupiter.version> |
37 | | - <log4j.version>2.24.1</log4j.version> |
| 36 | + <junit-jupiter.version>5.11.3</junit-jupiter.version> |
| 37 | + <log4j.version>2.24.2</log4j.version> |
38 | 38 | <mockito.version>5.14.2</mockito.version> |
39 | 39 | <spring.framework.version>6.0.23</spring.framework.version> |
40 | 40 | <micrometer.version>1.10.13</micrometer.version> |
|
71 | 71 | <artifactId>spring-context</artifactId> |
72 | 72 | <optional>true</optional> |
73 | 73 | </dependency> |
74 | | - <dependency> |
75 | | - <groupId>org.springframework</groupId> |
76 | | - <artifactId>spring-core</artifactId> |
77 | | - <optional>true</optional> |
78 | | - </dependency> |
79 | 74 | <dependency> |
80 | 75 | <groupId>io.micrometer</groupId> |
81 | 76 | <artifactId>micrometer-core</artifactId> |
82 | 77 | <version>${micrometer.version}</version> |
83 | 78 | <optional>true</optional> |
84 | 79 | </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>com.github.spotbugs</groupId> |
| 82 | + <artifactId>spotbugs-annotations</artifactId> |
| 83 | + <version>4.8.6</version> |
| 84 | + <optional>true</optional> |
| 85 | + </dependency> |
85 | 86 |
|
86 | 87 | <dependency> |
87 | 88 | <groupId>org.springframework</groupId> |
|
195 | 196 | <plugin> |
196 | 197 | <groupId>org.apache.maven.plugins</groupId> |
197 | 198 | <artifactId>maven-javadoc-plugin</artifactId> |
198 | | - <version>3.10.1</version> |
| 199 | + <version>3.11.2</version> |
199 | 200 | </plugin> |
200 | 201 | <plugin> |
201 | 202 | <groupId>org.apache.maven.plugins</groupId> |
|
210 | 211 | <plugin> |
211 | 212 | <groupId>org.apache.maven.plugins</groupId> |
212 | 213 | <artifactId>maven-surefire-plugin</artifactId> |
213 | | - <version>3.5.1</version> |
| 214 | + <version>3.5.2</version> |
214 | 215 | </plugin> |
215 | 216 | <plugin> |
216 | 217 | <groupId>com.gradle</groupId> |
|
239 | 240 | <artifactId>maven-compiler-plugin</artifactId> |
240 | 241 | <configuration> |
241 | 242 | <release>${java.version}</release> |
| 243 | + <proc>none</proc> |
242 | 244 | </configuration> |
243 | 245 | </plugin> |
244 | 246 | <plugin> |
|
0 commit comments