|
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <parent.basedir>.</parent.basedir> |
14 | 14 | <spotless.version>2.44.2</spotless.version> |
15 | | - <jacoco.version>0.8.12</jacoco.version> |
| 15 | + <jacoco.version>0.8.14</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> |
|
32 | 32 | <plugin> |
33 | 33 | <groupId>org.apache.maven.plugins</groupId> |
34 | 34 | <artifactId>maven-dependency-plugin</artifactId> |
35 | | - <version>3.8.1</version> |
| 35 | + <version>3.9.0</version> |
36 | 36 | <executions> |
37 | 37 | <execution> |
38 | 38 | <id>copy-dependencies</id> |
|
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.4</version> |
75 | 75 | <configuration> |
76 | 76 | <excludes> |
77 | 77 | <exclude>**/local/**</exclude> |
|
81 | 81 | <plugin> |
82 | 82 | <groupId>org.apache.maven.plugins</groupId> |
83 | 83 | <artifactId>maven-javadoc-plugin</artifactId> |
84 | | - <version>3.11.2</version> |
| 84 | + <version>3.12.0</version> |
85 | 85 | </plugin> |
86 | 86 | <plugin> |
87 | 87 | <groupId>com.diffplug.spotless</groupId> |
|
107 | 107 | <plugin> |
108 | 108 | <groupId>org.owasp</groupId> |
109 | 109 | <artifactId>dependency-check-maven</artifactId> |
110 | | - <version>12.1.3</version> |
| 110 | + <version>12.1.8</version> |
111 | 111 | <executions> |
112 | 112 | <execution> |
113 | 113 | <goals> |
|
177 | 177 | <dependency> |
178 | 178 | <groupId>jakarta.xml.bind</groupId> |
179 | 179 | <artifactId>jakarta.xml.bind-api</artifactId> |
180 | | - <version>4.0.2</version> |
| 180 | + <version>4.0.4</version> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>javax.xml.bind</groupId> |
|
187 | 187 | <dependency> |
188 | 188 | <groupId>org.glassfish.jaxb</groupId> |
189 | 189 | <artifactId>jaxb-runtime</artifactId> |
190 | | - <version>4.0.5</version> |
| 190 | + <version>4.0.6</version> |
191 | 191 | </dependency> |
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.20.1</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.20.1</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