|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-model</artifactId> |
6 | | - <version>6.0</version> |
| 6 | + <version>7.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java RI - Configuration Service Data Model</name> |
9 | 9 | <description>NHIN Direct Java RI Configurstion Service Data Model</description> |
|
15 | 15 | <parent> |
16 | 16 | <groupId>org.springframework.boot</groupId> |
17 | 17 | <artifactId>spring-boot-dependencies</artifactId> |
18 | | - <version>2.1.2.RELEASE</version> |
| 18 | + <version>2.2.4.RELEASE</version> |
19 | 19 | </parent> |
20 | 20 | <developers> |
21 | 21 | <developer> |
|
37 | 37 | <dependency> |
38 | 38 | <groupId>org.nhind</groupId> |
39 | 39 | <artifactId>direct-policy</artifactId> |
40 | | - <version>6.0</version> |
| 40 | + <version>7.0</version> |
41 | 41 | <type>jar</type> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
|
48 | 48 | <dependency> |
49 | 49 | <groupId>org.apache.commons</groupId> |
50 | 50 | <artifactId>commons-collections4</artifactId> |
51 | | - <version>4.2</version> |
| 51 | + <version>4.4</version> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>org.bouncycastle</groupId> |
65 | 65 | <artifactId>bcprov-jdk15on</artifactId> |
66 | | - <version>1.60</version> |
| 66 | + <version>1.64</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>dnsjava</groupId> |
|
179 | 179 | <plugin> |
180 | 180 | <groupId>org.apache.maven.plugins</groupId> |
181 | 181 | <artifactId>maven-javadoc-plugin</artifactId> |
182 | | - <version>2.6.1</version> |
| 182 | + <version>2.9.1</version> |
183 | 183 | <configuration> |
184 | 184 | <additionalparam>-Xdoclint:none</additionalparam> |
185 | 185 | <charset>UTF-8</charset> |
|
199 | 199 | </goals> |
200 | 200 | </execution> |
201 | 201 | </executions> |
202 | | - </plugin> |
203 | | - <!-- for releases only |
| 202 | + </plugin> |
204 | 203 | <plugin> |
205 | 204 | <groupId>org.apache.maven.plugins</groupId> |
206 | 205 | <artifactId>maven-gpg-plugin</artifactId> |
|
214 | 213 | </execution> |
215 | 214 | </executions> |
216 | 215 | </plugin> |
217 | | - --> |
218 | 216 | </plugins> |
219 | 217 | </build> |
220 | 218 | <reporting> |
|
227 | 225 | <plugin> |
228 | 226 | <groupId>org.apache.maven.plugins</groupId> |
229 | 227 | <artifactId>maven-javadoc-plugin</artifactId> |
230 | | - <version>2.6.1</version> |
| 228 | + <version>2.9.1</version> |
231 | 229 | <configuration> |
232 | 230 | <additionalparam>-Xdoclint:none</additionalparam> |
233 | 231 | <charset>UTF-8</charset> |
|
0 commit comments