|
72 | 72 | <plugin> |
73 | 73 | <groupId>org.apache.maven.plugins</groupId> |
74 | 74 | <artifactId>maven-release-plugin</artifactId> |
75 | | - <version>3.1.1</version> |
| 75 | + <version>3.3.1</version> |
76 | 76 | </plugin> |
77 | 77 | <!-- Source plugin --> |
78 | 78 | <plugin> |
79 | 79 | <groupId>org.apache.maven.plugins</groupId> |
80 | 80 | <artifactId>maven-source-plugin</artifactId> |
81 | | - <version>3.3.1</version> |
| 81 | + <version>3.4.0</version> |
82 | 82 | <executions> |
83 | 83 | <execution> |
84 | 84 | <id>attach-sources</id> |
|
143 | 143 | <plugin> |
144 | 144 | <groupId>org.apache.maven.plugins</groupId> |
145 | 145 | <artifactId>maven-compiler-plugin</artifactId> |
146 | | - <version>3.14.0</version> |
| 146 | + <version>3.15.0</version> |
147 | 147 | <configuration> |
148 | 148 | <source>${project.jdkVersion}</source> |
149 | 149 | <target>${project.jdkVersion}</target> |
|
154 | 154 | <plugin> |
155 | 155 | <groupId>org.apache.maven.plugins</groupId> |
156 | 156 | <artifactId>maven-surefire-plugin</artifactId> |
157 | | - <version>3.5.4</version> |
| 157 | + <version>3.5.6</version> |
158 | 158 | <configuration> |
159 | 159 | <!-- Force the right file encoding during unit testing --> |
160 | 160 | <argLine>-Dfile.encoding=${project.build.sourceEncoding} @{argLine}</argLine> |
|
177 | 177 | <plugin> |
178 | 178 | <groupId>org.jacoco</groupId> |
179 | 179 | <artifactId>jacoco-maven-plugin</artifactId> |
180 | | - <version>0.8.13</version> |
| 180 | + <version>0.8.14</version> |
181 | 181 | <executions> |
182 | 182 | <execution> |
183 | 183 | <id>prepare-agent</id> |
|
195 | 195 | <dependency> |
196 | 196 | <groupId>org.yaml</groupId> |
197 | 197 | <artifactId>snakeyaml</artifactId> |
198 | | - <version>2.5</version> |
| 198 | + <version>2.6</version> |
199 | 199 | </dependency> |
200 | 200 |
|
201 | 201 | <!-- FindBugs, has implementation for @Nullable --> |
202 | 202 | <dependency> |
203 | 203 | <groupId>org.jetbrains</groupId> |
204 | 204 | <artifactId>annotations</artifactId> |
205 | | - <version>26.0.2-1</version> |
| 205 | + <version>26.1.0</version> |
206 | 206 | <scope>provided</scope> |
207 | 207 | </dependency> |
208 | 208 |
|
|
211 | 211 | <groupId>org.junit.jupiter</groupId> |
212 | 212 | <artifactId>junit-jupiter-engine</artifactId> |
213 | 213 | <scope>test</scope> |
214 | | - <version>5.13.4</version> |
| 214 | + <version>5.14.4</version> |
215 | 215 | </dependency> |
216 | 216 | <dependency> |
217 | 217 | <groupId>org.junit.jupiter</groupId> |
218 | 218 | <artifactId>junit-jupiter-params</artifactId> |
219 | 219 | <scope>test</scope> |
220 | | - <version>5.13.4</version> |
| 220 | + <version>5.14.4</version> |
221 | 221 | </dependency> |
222 | 222 | <dependency> |
223 | 223 | <groupId>org.hamcrest</groupId> |
|
229 | 229 | <groupId>org.mockito</groupId> |
230 | 230 | <artifactId>mockito-core</artifactId> |
231 | 231 | <scope>test</scope> |
232 | | - <version>5.20.0</version> |
| 232 | + <version>5.23.0</version> |
233 | 233 | <exclusions> |
234 | 234 | <exclusion> |
235 | 235 | <artifactId>hamcrest-core</artifactId> |
|
240 | 240 | <dependency> |
241 | 241 | <groupId>org.mockito</groupId> |
242 | 242 | <artifactId>mockito-junit-jupiter</artifactId> |
243 | | - <version>5.20.0</version> |
| 243 | + <version>5.23.0</version> |
244 | 244 | <scope>test</scope> |
245 | 245 | </dependency> |
246 | 246 | </dependencies> |
|
0 commit comments