|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>6.0.2</version> |
| 7 | + <version>6.0.3</version> |
8 | 8 | <description>Direct Project security agent gateways and bridges.</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/gateway</url> |
|
28 | 28 | <parent> |
29 | 29 | <groupId>org.springframework.boot</groupId> |
30 | 30 | <artifactId>spring-boot-dependencies</artifactId> |
31 | | - <version>2.1.3.RELEASE</version> |
| 31 | + <version>2.1.9.RELEASE</version> |
32 | 32 | </parent> |
33 | 33 | <scm> |
34 | 34 | <url>https://nhin-d.googlecode.com/hg/java/gateway/</url> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.springframework.boot</groupId> |
47 | 47 | <artifactId>spring-boot-dependencies</artifactId> |
48 | | - <version>2.1.3.RELEASE</version> |
| 48 | + <version>2.1.9.RELEASE</version> |
49 | 49 | <type>pom</type> |
50 | 50 | <scope>import</scope> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.springframework.cloud</groupId> |
54 | 54 | <artifactId>spring-cloud-starter-parent</artifactId> |
55 | | - <version>Greenwich.SR1</version> |
| 55 | + <version>Greenwich.SR3</version> |
56 | 56 | <type>pom</type> |
57 | 57 | <scope>import</scope> |
58 | 58 | </dependency> |
|
67 | 67 | <dependency> |
68 | 68 | <groupId>org.nhind</groupId> |
69 | 69 | <artifactId>direct-common</artifactId> |
70 | | - <version>6.0</version> |
| 70 | + <version>6.0.1</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.nhind</groupId> |
|
156 | 156 | <dependency> |
157 | 157 | <groupId>org.nhind</groupId> |
158 | 158 | <artifactId>config-service-jar</artifactId> |
159 | | - <version>6.0.1</version> |
| 159 | + <version>6.0.4</version> |
160 | 160 | <scope>test</scope> |
161 | 161 | </dependency> |
162 | 162 | <dependency> |
|
205 | 205 | <extension> |
206 | 206 | <groupId>org.apache.maven.wagon</groupId> |
207 | 207 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
208 | | - <version>3.1.0</version> |
| 208 | + <version>3.3.3</version> |
209 | 209 | </extension> |
210 | 210 | <extension> |
211 | 211 | <groupId>org.apache.maven.wagon</groupId> |
212 | 212 | <artifactId>wagon-ssh-external</artifactId> |
213 | | - <version>3.1.0</version> |
| 213 | + <version>3.3.3</version> |
214 | 214 | </extension> |
215 | 215 | <extension> |
216 | 216 | <groupId>org.apache.maven.wagon</groupId> |
217 | 217 | <artifactId>wagon-ssh</artifactId> |
218 | | - <version>3.1.0</version> |
| 218 | + <version>3.3.3</version> |
219 | 219 | </extension> |
220 | 220 | </extensions> |
221 | 221 | <resources> |
|
0 commit comments