|
11 | 11 | <properties> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <parent.basedir>.</parent.basedir> |
14 | | - <spotless.version>2.42.0</spotless.version> |
15 | | - <jacoco.version>0.8.11</jacoco.version> |
16 | | - <source.version>3.3.0</source.version> |
| 14 | + <spotless.version>2.44.2</spotless.version> |
| 15 | + <jacoco.version>0.8.12</jacoco.version> |
| 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> |
19 | 19 | <maven-failsafe-plugin.version>3.0.0-M3</maven-failsafe-plugin.version> |
|
32 | 32 | <plugin> |
33 | 33 | <groupId>org.apache.maven.plugins</groupId> |
34 | 34 | <artifactId>maven-dependency-plugin</artifactId> |
35 | | - <version>3.6.1</version> |
| 35 | + <version>3.8.1</version> |
36 | 36 | <executions> |
37 | 37 | <execution> |
38 | 38 | <id>copy-dependencies</id> |
|
52 | 52 | <plugin> |
53 | 53 | <groupId>org.apache.maven.plugins</groupId> |
54 | 54 | <artifactId>maven-jar-plugin</artifactId> |
55 | | - <version>3.3.0</version> |
| 55 | + <version>3.4.2</version> |
56 | 56 | <configuration> |
57 | 57 | <archive> |
58 | 58 | <manifest> |
|
71 | 71 | <plugin> |
72 | 72 | <groupId>org.apache.maven.plugins</groupId> |
73 | 73 | <artifactId>maven-surefire-plugin</artifactId> |
74 | | - <version>3.2.5</version> |
| 74 | + <version>3.5.2</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.6.3</version> |
| 84 | + <version>3.11.2</version> |
85 | 85 | </plugin> |
86 | 86 | <plugin> |
87 | 87 | <groupId>com.diffplug.spotless</groupId> |
|
156 | 156 | <plugin> |
157 | 157 | <groupId>org.cyclonedx</groupId> |
158 | 158 | <artifactId>cyclonedx-maven-plugin</artifactId> |
159 | | - <version>2.7.11</version> |
| 159 | + <version>2.9.1</version> |
160 | 160 | <executions> |
161 | 161 | <execution> |
162 | 162 | <phase>package</phase> |
|
172 | 172 | <dependency> |
173 | 173 | <groupId>com.siemens.pki</groupId> |
174 | 174 | <artifactId>CmpRaComponent</artifactId> |
175 | | - <version>4.1.4</version> |
| 175 | + <version>4.2.0</version> |
176 | 176 | </dependency> |
177 | 177 | <dependency> |
178 | 178 | <groupId>jakarta.xml.bind</groupId> |
179 | 179 | <artifactId>jakarta.xml.bind-api</artifactId> |
180 | | - <version>4.0.1</version> |
| 180 | + <version>4.0.2</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.4</version> |
| 190 | + <version>4.0.5</version> |
191 | 191 | </dependency> |
192 | 192 | <dependency> |
193 | 193 | <groupId>org.slf4j</groupId> |
194 | 194 | <artifactId>slf4j-api</artifactId> |
195 | | - <version>2.0.11</version> |
| 195 | + <version>2.0.16</version> |
196 | 196 | </dependency> |
197 | 197 | <dependency> |
198 | 198 | <groupId>org.slf4j</groupId> |
199 | 199 | <artifactId>slf4j-simple</artifactId> |
200 | | - <version>2.0.11</version> |
| 200 | + <version>2.0.16</version> |
201 | 201 | </dependency> |
202 | 202 | <dependency> |
203 | 203 | <groupId>org.eclipse.californium</groupId> |
204 | 204 | <artifactId>californium-core</artifactId> |
205 | | - <version>3.10.0</version> |
| 205 | + <version>3.13.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.16.1</version> |
| 210 | + <version>2.18.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.16.1</version> |
| 215 | + <version>2.18.2</version> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
218 | 218 | <groupId>commons-cli</groupId> |
219 | 219 | <artifactId>commons-cli</artifactId> |
220 | | - <version>1.6.0</version> |
| 220 | + <version>1.9.0</version> |
221 | 221 | </dependency> |
222 | 222 | <dependency> |
223 | 223 | <groupId>org.jacoco</groupId> |
|
0 commit comments