|
11 | 11 | <properties> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <parent.basedir>.</parent.basedir> |
14 | | - <spotless.version>2.44.2</spotless.version> |
15 | | - <jacoco.version>0.8.12</jacoco.version> |
| 14 | + <spotless.version>2.46.1</spotless.version> |
| 15 | + <jacoco.version>0.8.13</jacoco.version> |
16 | 16 | <source.version>3.3.1</source.version> |
17 | 17 | <maven.compiler.source>11</maven.compiler.source> |
18 | 18 | <maven.compiler.target>11</maven.compiler.target> |
|
71 | 71 | <plugin> |
72 | 72 | <groupId>org.apache.maven.plugins</groupId> |
73 | 73 | <artifactId>maven-surefire-plugin</artifactId> |
74 | | - <version>3.5.2</version> |
| 74 | + <version>3.5.3</version> |
75 | 75 | <configuration> |
76 | 76 | <excludes> |
77 | 77 | <exclude>**/local/**</exclude> |
|
192 | 192 | <dependency> |
193 | 193 | <groupId>org.slf4j</groupId> |
194 | 194 | <artifactId>slf4j-api</artifactId> |
195 | | - <version>2.0.16</version> |
| 195 | + <version>2.0.17</version> |
196 | 196 | </dependency> |
197 | 197 | <dependency> |
198 | 198 | <groupId>org.slf4j</groupId> |
199 | 199 | <artifactId>slf4j-simple</artifactId> |
200 | | - <version>2.0.16</version> |
| 200 | + <version>2.0.17</version> |
201 | 201 | </dependency> |
202 | 202 | <dependency> |
203 | 203 | <groupId>org.eclipse.californium</groupId> |
204 | 204 | <artifactId>californium-core</artifactId> |
205 | | - <version>3.13.0</version> |
| 205 | + <version>3.14.0</version> |
206 | 206 | </dependency> |
207 | 207 | <dependency> |
208 | 208 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
209 | 209 | <artifactId>jackson-jaxrs-yaml-provider</artifactId> |
210 | | - <version>2.18.2</version> |
| 210 | + <version>2.19.2</version> |
211 | 211 | </dependency> |
212 | 212 | <dependency> |
213 | 213 | <groupId>com.fasterxml.jackson.core</groupId> |
214 | 214 | <artifactId>jackson-databind</artifactId> |
215 | | - <version>2.18.2</version> |
| 215 | + <version>2.19.2</version> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
218 | 218 | <groupId>commons-cli</groupId> |
|
231 | 231 | CVE-2021-26291.--> |
232 | 232 | <groupId>org.apache.maven.shared</groupId> |
233 | 233 | <artifactId>file-management</artifactId> |
234 | | - <version>3.1.0</version> |
| 234 | + <version>3.2.0</version> |
235 | 235 | </dependency> |
236 | 236 |
|
237 | 237 | </dependencies> |
|
0 commit comments