|
6 | 6 | <groupId>org.lsc.plugins.connectors</groupId> |
7 | 7 | <artifactId>microsoft-graph-api</artifactId> |
8 | 8 | <name>LDAP Synchronization Connector for Microsoft graph API</name> |
9 | | - <version>1.1</version> |
| 9 | + <version>1.2</version> |
10 | 10 | <description> |
11 | 11 | This project provides a Microsoft graph API source plugin for LSC |
12 | 12 | </description> |
|
67 | 67 | </plugin> |
68 | 68 | <plugin> |
69 | 69 | <artifactId>maven-compiler-plugin</artifactId> |
70 | | - <version>2.3.2</version> |
| 70 | + <version>3.13.0</version> |
71 | 71 | <configuration> |
72 | | - <source>1.8</source> |
73 | | - <target>1.8</target> |
| 72 | + <source>21</source> |
| 73 | + <target>21</target> |
74 | 74 | <encoding>UTF-8</encoding> |
75 | 75 | </configuration> |
76 | 76 | <executions> |
|
85 | 85 | <plugin> |
86 | 86 | <groupId>org.apache.maven.plugins</groupId> |
87 | 87 | <artifactId>maven-resources-plugin</artifactId> |
88 | | - <version>2.4.3</version> |
| 88 | + <version>3.3.1</version> |
89 | 89 | <configuration> |
90 | 90 | <encoding>utf-8</encoding> |
91 | 91 | </configuration> |
92 | 92 | </plugin> |
93 | 93 | <plugin> |
94 | 94 | <artifactId>maven-javadoc-plugin</artifactId> |
95 | | - <version>2.8</version> |
| 95 | + <version>3.11.2</version> |
96 | 96 | <configuration> |
97 | 97 | <show>public</show> |
98 | | - <links> |
99 | | - <link>http://java.sun.com/j2se/1.6.0/docs/api/</link> |
100 | | - </links> |
101 | 98 | <encoding>utf-8</encoding> |
102 | 99 | </configuration> |
103 | 100 | <executions> |
|
111 | 108 | </plugin> |
112 | 109 | <plugin> |
113 | 110 | <artifactId>maven-assembly-plugin</artifactId> |
114 | | - <version>2.4</version> |
| 111 | + <version>2.6</version> |
115 | 112 | <executions> |
116 | 113 | <execution> |
117 | 114 | <phase>package</phase> |
|
131 | 128 | <extension> |
132 | 129 | <groupId>org.apache.maven.wagon</groupId> |
133 | 130 | <artifactId>wagon-ssh</artifactId> |
134 | | - <version>2.12</version> |
| 131 | + <version>3.5.3</version> |
135 | 132 | </extension> |
136 | 133 | </extensions> |
137 | 134 | </build> |
|
172 | 169 | <dependency> |
173 | 170 | <groupId>org.lsc</groupId> |
174 | 171 | <artifactId>lsc-core</artifactId> |
175 | | - <version>2.1.4</version> |
| 172 | + <version>2.2.0</version> |
176 | 173 | <type>jar</type> |
177 | 174 | <optional>false</optional> |
178 | 175 | <exclusions> |
|
197 | 194 | <dependency> |
198 | 195 | <groupId>com.auth0</groupId> |
199 | 196 | <artifactId>java-jwt</artifactId> |
200 | | - <version>3.8.2</version> |
| 197 | + <version>4.5.0</version> |
201 | 198 | <scope>test</scope> |
202 | 199 | </dependency> |
203 | 200 | <dependency> |
204 | 201 | <groupId>org.glassfish.jersey.core</groupId> |
205 | 202 | <artifactId>jersey-client</artifactId> |
206 | | - <version>2.2</version> |
| 203 | + <version>4.0.0-M2</version> |
207 | 204 | </dependency> |
208 | 205 | <dependency> |
209 | 206 | <groupId>io.rest-assured</groupId> |
210 | 207 | <artifactId>json-path</artifactId> |
211 | | - <version>3.3.0</version> |
| 208 | + <version>5.5.1</version> |
212 | 209 | <scope>test</scope> |
213 | 210 | </dependency> |
214 | 211 | <dependency> |
215 | 212 | <groupId>io.rest-assured</groupId> |
216 | 213 | <artifactId>rest-assured</artifactId> |
217 | | - <version>3.3.0</version> |
| 214 | + <version>5.5.1</version> |
218 | 215 | <scope>test</scope> |
219 | 216 | </dependency> |
220 | 217 | <dependency> |
221 | 218 | <groupId>org.assertj</groupId> |
222 | 219 | <artifactId>assertj-core</artifactId> |
223 | | - <version>3.10.0</version> |
| 220 | + <version>4.0.0-M1</version> |
224 | 221 | <scope>test</scope> |
225 | 222 | </dependency> |
226 | 223 | <dependency> |
227 | 224 | <groupId>org.glassfish.jersey.media</groupId> |
228 | 225 | <artifactId>jersey-media-json-jackson</artifactId> |
229 | | - <version>2.2</version> |
| 226 | + <version>4.0.0-M2</version> |
230 | 227 | </dependency> |
231 | 228 | <dependency> |
232 | 229 | <groupId>org.junit.jupiter</groupId> |
233 | 230 | <artifactId>junit-jupiter-engine</artifactId> |
234 | | - <version>5.2.0</version> |
| 231 | + <version>5.13.0-M2</version> |
235 | 232 | <scope>test</scope> |
236 | 233 | </dependency> |
237 | 234 | <dependency> |
238 | 235 | <groupId>org.junit.vintage</groupId> |
239 | 236 | <artifactId>junit-vintage-engine</artifactId> |
240 | | - <version>5.2.0</version> |
| 237 | + <version>5.13.0-M2</version> |
241 | 238 | <scope>test</scope> |
242 | 239 | </dependency> |
243 | 240 | <dependency> |
244 | 241 | <groupId>org.mockito</groupId> |
245 | 242 | <artifactId>mockito-core</artifactId> |
246 | | - <version>2.21.0</version> |
| 243 | + <version>5.17.0</version> |
247 | 244 | <scope>test</scope> |
248 | 245 | </dependency> |
249 | 246 | <dependency> |
250 | 247 | <groupId>org.testcontainers</groupId> |
251 | 248 | <artifactId>testcontainers</artifactId> |
252 | | - <version>1.11.1</version> |
| 249 | + <version>1.20.6</version> |
253 | 250 | <scope>test</scope> |
254 | 251 | <exclusions> |
255 | 252 | <exclusion> |
|
264 | 261 | <version>2.3.1</version> |
265 | 262 | <scope>compile</scope> |
266 | 263 | </dependency> |
| 264 | + <dependency> |
| 265 | + <groupId>org.apache.commons</groupId> |
| 266 | + <artifactId>commons-lang3</artifactId> |
| 267 | + <version>3.17.0</version> |
| 268 | + <scope>compile</scope> |
| 269 | + </dependency> |
267 | 270 | </dependencies> |
268 | 271 |
|
269 | 272 | <distributionManagement> |
|
0 commit comments