|
48 | 48 | <profiles> |
49 | 49 | <profile> |
50 | 50 | <id>afrozaar</id> |
51 | | - <!-- <properties> <repository.home>https://maven-repostiory.afrozaar.com/artifactory</repository.home> <deploy-release>${repository.home}/libs-release-local</deploy-release> |
| 51 | + <!-- <properties> <repository.home>https://maven-repostiory.afrozaar.com/artifactory</repository.home> <deploy-release>${repository.home}/libs-release-local</deploy-release> |
52 | 52 | <deploy-snapshot>${repository.home}/libs-snapshot-local</deploy-snapshot> </properties> --> |
53 | 53 |
|
54 | 54 | <properties> |
|
150 | 150 | <dependencies> |
151 | 151 | <dependency> |
152 | 152 | <groupId>javax.annotation</groupId> |
153 | | - <artifactId>jsr250-api</artifactId> |
154 | | - <version>1.0</version> |
| 153 | + <artifactId>javax.annotation-api</artifactId> |
| 154 | + <version>1.3.2</version> |
155 | 155 | </dependency> |
156 | 156 | <dependency> |
157 | | - <groupId>org.codehaus.jackson</groupId> |
158 | | - <artifactId>jackson-mapper-asl</artifactId> |
159 | | - <version>1.9.13</version> |
| 157 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 158 | + <artifactId>jackson-databind</artifactId> |
| 159 | + <version>2.13.1</version> |
160 | 160 | </dependency> |
161 | 161 | <dependency> |
162 | 162 | <groupId>junit</groupId> |
163 | 163 | <artifactId>junit</artifactId> |
164 | | - <version>4.11</version> |
| 164 | + <version>4.13.2</version> |
165 | 165 | <scope>test</scope> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
168 | 168 | <groupId>com.fasterxml.jackson.core</groupId> |
169 | 169 | <artifactId>jackson-annotations</artifactId> |
170 | | - <version>2.6.5</version> |
| 170 | + <version>2.13.1</version> |
171 | 171 | </dependency> |
172 | 172 | <dependency> |
173 | 173 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
174 | 174 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
175 | | - <version>2.6.5</version> |
| 175 | + <version>2.13.1</version> |
176 | 176 | </dependency> |
177 | 177 | <dependency> |
178 | 178 | <groupId>org.assertj</groupId> |
179 | 179 | <artifactId>assertj-core</artifactId> |
180 | | - <version>3.0.0</version> |
| 180 | + <version>3.22.0</version> |
181 | 181 | </dependency> |
182 | 182 | <dependency> |
183 | 183 | <groupId>org.springframework</groupId> |
184 | 184 | <artifactId>spring-web</artifactId> |
185 | | - <version>4.1.7.RELEASE</version> |
| 185 | + <version>5.3.15</version> |
186 | 186 | </dependency> |
187 | 187 | <dependency> |
188 | 188 | <groupId>com.google.guava</groupId> |
189 | 189 | <artifactId>guava</artifactId> |
190 | | - <version>18.0</version> |
| 190 | + <version>31.0.1-jre</version> |
191 | 191 | </dependency> |
192 | 192 | <dependency> |
193 | 193 | <groupId>org.slf4j</groupId> |
194 | 194 | <artifactId>slf4j-api</artifactId> |
195 | | - <version>1.7.12</version> |
| 195 | + <version>1.7.36</version> |
196 | 196 | </dependency> |
197 | 197 | <dependency> |
198 | 198 | <groupId>ch.qos.logback</groupId> |
199 | 199 | <artifactId>logback-classic</artifactId> |
200 | | - <version>1.1.3</version> |
| 200 | + <version>1.2.10</version> |
201 | 201 | </dependency> |
202 | 202 | <dependency> |
203 | 203 | <groupId>org.yaml</groupId> |
204 | 204 | <artifactId>snakeyaml</artifactId> |
205 | | - <version>1.15</version> |
| 205 | + <version>1.29</version> |
206 | 206 | </dependency> |
207 | 207 | <dependency> |
208 | 208 | <groupId>com.github.tomakehurst</groupId> |
209 | 209 | <artifactId>wiremock</artifactId> |
210 | | - <version>1.55</version> |
| 210 | + <version>2.27.2</version> |
211 | 211 | <scope>test</scope> |
212 | 212 | </dependency> |
213 | 213 | <dependency> |
|
218 | 218 | <dependency> |
219 | 219 | <groupId>com.google.code.findbugs</groupId> |
220 | 220 | <artifactId>jsr305</artifactId> |
221 | | - <version>3.0.1</version> |
| 221 | + <version>3.0.2</version> |
222 | 222 | </dependency> |
223 | 223 | <dependency> |
224 | 224 | <groupId>org.testcontainers</groupId> |
225 | 225 | <artifactId>testcontainers</artifactId> |
226 | | - <version>1.7.3</version> |
| 226 | + <version>1.16.3</version> |
227 | 227 | <scope>test</scope> |
228 | 228 | </dependency> |
229 | | - <dependency> |
230 | | - <groupId>javax.annotation</groupId> |
231 | | - <artifactId>javax.annotation-api</artifactId> |
232 | | - <version>1.3.2</version> |
233 | | - </dependency> |
234 | 229 | </dependencies> |
235 | 230 | </project> |
0 commit comments